]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: allow drivers to sleep in ampdu_action
authorJohannes Berg <johannes.berg@intel.com>
Thu, 10 Jun 2010 08:21:49 +0000 (10:21 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 14 Jun 2010 19:39:28 +0000 (15:39 -0400)
commit85ad181ea78861f69b007599cec9e6ba33fcdf8a
treeea92b4f7aa6d09ee11ee865a11f6426e809468ba
parentcfcdbde35e2b621cf56bedc38a3a81e8c28addb9
mac80211: allow drivers to sleep in ampdu_action

Allow drivers to sleep, and indicate this in
the documentation. ath9k has some locking I
don't understand, so keep it safe and disable
BHs in it, all other drivers look fine with
the context change.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/main.c
include/net/mac80211.h
net/mac80211/driver-ops.h