diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index e3b885d8f7db..010b76505243 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -1448,7 +1448,8 @@ int rt2x00mac_conf_tx(struct ieee80211_hw *hw, | |||
1448 | struct ieee80211_vif *vif, u16 queue, | 1448 | struct ieee80211_vif *vif, u16 queue, |
1449 | const struct ieee80211_tx_queue_params *params); | 1449 | const struct ieee80211_tx_queue_params *params); |
1450 | void rt2x00mac_rfkill_poll(struct ieee80211_hw *hw); | 1450 | void rt2x00mac_rfkill_poll(struct ieee80211_hw *hw); |
1451 | void rt2x00mac_flush(struct ieee80211_hw *hw, u32 queues, bool drop); | 1451 | void rt2x00mac_flush(struct ieee80211_hw *hw, struct ieee80211_vif *vif, |
1452 | u32 queues, bool drop); | ||
1452 | int rt2x00mac_set_antenna(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant); | 1453 | int rt2x00mac_set_antenna(struct ieee80211_hw *hw, u32 tx_ant, u32 rx_ant); |
1453 | int rt2x00mac_get_antenna(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant); | 1454 | int rt2x00mac_get_antenna(struct ieee80211_hw *hw, u32 *tx_ant, u32 *rx_ant); |
1454 | void rt2x00mac_get_ringparam(struct ieee80211_hw *hw, | 1455 | void rt2x00mac_get_ringparam(struct ieee80211_hw *hw, |