diff options
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index dfab21e2e5dc..254b7daccee1 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -2724,8 +2724,9 @@ out: | |||
2724 | } | 2724 | } |
2725 | 2725 | ||
2726 | int wl1271_op_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, | 2726 | int wl1271_op_ampdu_action(struct ieee80211_hw *hw, struct ieee80211_vif *vif, |
2727 | enum ieee80211_ampdu_mlme_action action, | 2727 | enum ieee80211_ampdu_mlme_action action, |
2728 | struct ieee80211_sta *sta, u16 tid, u16 *ssn) | 2728 | struct ieee80211_sta *sta, u16 tid, u16 *ssn, |
2729 | u8 buf_size) | ||
2729 | { | 2730 | { |
2730 | struct wl1271 *wl = hw->priv; | 2731 | struct wl1271 *wl = hw->priv; |
2731 | int ret; | 2732 | int ret; |