summaryrefslogtreecommitdiff
path: root/drivers/net
diff options
context:
space:
mode:
authorThomas Pedersen <thomas@cozybit.com>2012-10-06 04:57:39 +0400
committerJohn W. Linville <linville@tuxdriver.com>2012-10-08 23:06:02 +0400
commit55fabefe3695241e6ccfa0cd4974f3fa497693dc (patch)
treeeb6bb131022cac1457e760b1b94bc7ae25e38408 /drivers/net
parentcf193f6d2ad322cdec1872b28d761db8d22e5c00 (diff)
downloadlinux-55fabefe3695241e6ccfa0cd4974f3fa497693dc.tar.xz
mac80211: call drv_get_tsf() in sleepable context
The call to drv_get/set_tsf() was put on the workqueue to perform tsf adjustments since that function might sleep. However it ended up inside a spinlock, whose critical section must be atomic. Do tsf adjustment outside the spinlock instead, and get rid of a warning. Signed-off-by: Thomas Pedersen <thomas@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
0 files changed, 0 insertions, 0 deletions