diff options
Diffstat (limited to 'drivers/net/wireless/wl12xx/main.c')
-rw-r--r-- | drivers/net/wireless/wl12xx/main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/wl12xx/main.c b/drivers/net/wireless/wl12xx/main.c index 7d409b0f3357..e2d6edd2fcd2 100644 --- a/drivers/net/wireless/wl12xx/main.c +++ b/drivers/net/wireless/wl12xx/main.c | |||
@@ -3744,7 +3744,8 @@ out: | |||
3744 | mutex_unlock(&wl->mutex); | 3744 | mutex_unlock(&wl->mutex); |
3745 | } | 3745 | } |
3746 | 3746 | ||
3747 | static int wl1271_op_conf_tx(struct ieee80211_hw *hw, u16 queue, | 3747 | static int wl1271_op_conf_tx(struct ieee80211_hw *hw, |
3748 | struct ieee80211_vif *vif, u16 queue, | ||
3748 | const struct ieee80211_tx_queue_params *params) | 3749 | const struct ieee80211_tx_queue_params *params) |
3749 | { | 3750 | { |
3750 | struct wl1271 *wl = hw->priv; | 3751 | struct wl1271 *wl = hw->priv; |