diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 48a9af47921e..79bd9c9f8963 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -997,7 +997,7 @@ void rt2x00mac_bss_info_changed(struct ieee80211_hw *hw, | |||
997 | struct ieee80211_vif *vif, | 997 | struct ieee80211_vif *vif, |
998 | struct ieee80211_bss_conf *bss_conf, | 998 | struct ieee80211_bss_conf *bss_conf, |
999 | u32 changes); | 999 | u32 changes); |
1000 | int rt2x00mac_conf_tx(struct ieee80211_hw *hw, int queue, | 1000 | int rt2x00mac_conf_tx(struct ieee80211_hw *hw, u16 queue, |
1001 | const struct ieee80211_tx_queue_params *params); | 1001 | const struct ieee80211_tx_queue_params *params); |
1002 | 1002 | ||
1003 | /* | 1003 | /* |