diff options
author | Johannes Berg <johannes.berg@intel.com> | 2010-06-10 10:21:40 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-14 21:39:27 +0200 |
commit | 5d22c89b9bea17a0e48e7534a9b237885e2c0809 (patch) | |
tree | ed4f1de2efaa41368a2774adc0e07d903f65ed98 /net/mac80211/main.c | |
parent | mac80211: use RCU for TX aggregation (diff) | |
download | linux-5d22c89b9bea17a0e48e7534a9b237885e2c0809.tar.xz linux-5d22c89b9bea17a0e48e7534a9b237885e2c0809.zip |
mac80211: remove non-irqsafe aggregation callbacks
The non-irqsafe aggregation start/stop done
callbacks are currently only used by ath9k_htc,
and can cause callbacks into the driver again.
This might lead to locking issues, which will
only get worse as we modify locking. To avoid
trouble, remove the non-irqsafe versions and
change ath9k_htc to use those instead.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions