projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9fd8a8
)
ath10k: report rx rate and signal for fragmented Rx
author
Michal Kazior
<michal.kazior@tieto.com>
Tue, 18 Nov 2014 07:24:49 +0000
(09:24 +0200)
committer
Kalle Valo
<kvalo@qca.qualcomm.com>
Thu, 20 Nov 2014 13:44:06 +0000
(15:44 +0200)
Fragmented Rx wasn't reporting everything. With
the reworked Rx code it's very easy to fix it.
Signed-off-by: Michal Kazior <michal.kazior@tieto.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
drivers/net/wireless/ath/ath10k/htt_rx.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath10k/htt_rx.c
b/drivers/net/wireless/ath/ath10k/htt_rx.c
index 3d503b0057f085bf9f86797774c9a9ef6bb352c9..75b229345beb760b062fdb1c346f8f7e4a463bf2 100644
(file)
--- a/
drivers/net/wireless/ath/ath10k/htt_rx.c
+++ b/
drivers/net/wireless/ath/ath10k/htt_rx.c
@@
-1518,9
+1518,7
@@
static void ath10k_htt_rx_frag_handler(struct ath10k_htt *htt,
return;
}
- /* FIXME: implement signal strength */
- rx_status->flag |= RX_FLAG_NO_SIGNAL_VAL;
-
+ ath10k_htt_rx_h_ppdu(ar, &amsdu, rx_status);
ath10k_htt_rx_h_filter(ar, &amsdu, rx_status);
ath10k_htt_rx_h_mpdu(ar, &amsdu, rx_status);
ath10k_htt_rx_h_deliver(ar, &amsdu, rx_status);