]> git.baikalelectronics.ru Git - kernel.git/commit
ath9k: Remove unnecessary tbtt assignment
authorSujith Manoharan <c_manoha@qca.qualcomm.com>
Mon, 15 Sep 2014 05:55:50 +0000 (11:25 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 15 Sep 2014 19:00:54 +0000 (15:00 -0400)
commitd3071fcc5a0181e46ed5e9c4977787e895f6bbf4
treea4fc6a8ad637cd42fa9cdb35f28487f4d65a90fb
parent8a7cc5b6f9ad62ce2e00f2f99caedd09e7cab9f3
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>
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/channel.c
drivers/net/wireless/ath/ath9k/recv.c