aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/recv.c
diff options
context:
space:
mode:
authorSujith Manoharan <c_manoha@qca.qualcomm.com>2014-09-15 11:25:50 +0530
committerJohn W. Linville <linville@tuxdriver.com>2014-09-15 15:00:54 -0400
commita2b28601503e8d0586d207732a0e8de90e6ce05b (patch)
treea4fc6a8ad637cd42fa9cdb35f28487f4d65a90fb /drivers/net/wireless/ath/ath9k/recv.c
parentb43: add support for setting the beacon listen interval (diff)
downloadlinux-dev-a2b28601503e8d0586d207732a0e8de90e6ce05b.tar.xz
linux-dev-a2b28601503e8d0586d207732a0e8de90e6ce05b.zip
ath9k: Remove unnecessary tbtt assignment
The next_tbtt variable in the scheduler is needed only for GO/AP mode operation and is always read from the NEXT_TBTT_TIMER in the HW. There is no need to store the timestamp for received beacons. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/recv.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/recv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/recv.c b/drivers/net/wireless/ath/ath9k/recv.c
index dea8e1b8999b..0b53b74ffb02 100644
--- a/drivers/net/wireless/ath/ath9k/recv.c
+++ b/drivers/net/wireless/ath/ath9k/recv.c
@@ -909,7 +909,7 @@ static int ath9k_rx_skb_preprocess(struct ath_softc *sc,
if (ath9k_is_chanctx_enabled()) {
if (rx_stats->is_mybeacon)
- ath_chanctx_beacon_recv_ev(sc, rx_stats->rs_tstamp,
+ ath_chanctx_beacon_recv_ev(sc,
ATH_CHANCTX_EVENT_BEACON_RECEIVED);
}