commit | 83a5cbf73a13d0c8be019b22afec4407e4285aed | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jun 10 10:21:47 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 14 15:39:28 2010 -0400 |
tree | 3ac77e38aa5dd7891b101f45e963df7b9a5b9d38 | |
parent | a93e364430de7f7a5f4eedd604ad1ab3d825dde5 [diff] |
mac80211: defer TX agg session teardown to work Since we want the code to be able to sleep in the future, it must not be called from the timer directly. To achieve that, simply call the function drivers would call, and also use RCU in the timer to get the struct so we don't need to rely on the spinlock in the future. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>