diff options
Diffstat (limited to 'net/mac80211/driver-ops.h')
-rw-r--r-- | net/mac80211/driver-ops.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/driver-ops.h b/net/mac80211/driver-ops.h index e5e7ef175ca2..7e86c6f89be9 100644 --- a/net/mac80211/driver-ops.h +++ b/net/mac80211/driver-ops.h | |||
@@ -349,6 +349,9 @@ static inline int drv_ampdu_action(struct ieee80211_local *local, | |||
349 | u16 *ssn) | 349 | u16 *ssn) |
350 | { | 350 | { |
351 | int ret = -EOPNOTSUPP; | 351 | int ret = -EOPNOTSUPP; |
352 | |||
353 | might_sleep(); | ||
354 | |||
352 | local_bh_disable(); | 355 | local_bh_disable(); |
353 | if (local->ops->ampdu_action) | 356 | if (local->ops->ampdu_action) |
354 | ret = local->ops->ampdu_action(&local->hw, &sdata->vif, action, | 357 | ret = local->ops->ampdu_action(&local->hw, &sdata->vif, action, |