aboutsummaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2010-08-25 14:47:38 +0200
committerJohn W. Linville <linville@tuxdriver.com>2010-08-30 16:02:34 -0400
commit071249b1d501b1f31a6b1af3fbcbe03158a84e5c (patch)
treef25daa4a50718b42ee8597a0b6b8c3ca86be7383 /MAINTAINERS
parentp54: fix tx feedback status flag check (diff)
downloadlinux-dev-071249b1d501b1f31a6b1af3fbcbe03158a84e5c.tar.xz
linux-dev-071249b1d501b1f31a6b1af3fbcbe03158a84e5c.zip
mac80211: delete work timer
The new workqueue changes helped me find this bug that's been lingering since the changes to the work processing in mac80211 -- the work timer is never deleted properly. Do that to avoid having it fire after all data structures have been freed. It can't be re-armed because all it will do, if running, is schedule the work, but that gets flushed later and won't have anything to do since all work items are gone by now (by way of interface removal). Cc: stable@kernel.org [2.6.34+] Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'MAINTAINERS')
0 files changed, 0 insertions, 0 deletions