]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: fix CSA handling timer
authorJohannes Berg <johannes.berg@intel.com>
Wed, 1 Aug 2012 13:53:45 +0000 (15:53 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Aug 2012 11:57:49 +0000 (13:57 +0200)
commita484677ded9671b9ed8ffc9d0341a73b180db36a
tree884719b4994b9727881381c6de02bad2ef2b87b7
parentf0f22d993669e1342d2ce796a60fff9b0ab705b2
mac80211: fix CSA handling timer

The time until the channel switch is in TU,
not in milliseconds, so use TU_TO_EXP_TIME()
to correctly program the timer.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/mlme.c