diff options
Diffstat (limited to 'drivers/net/wireless/ath/ar9170/ar9170.h')
-rw-r--r-- | drivers/net/wireless/ath/ar9170/ar9170.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ar9170/ar9170.h b/drivers/net/wireless/ath/ar9170/ar9170.h index 4f845f80c098..371e4ce49528 100644 --- a/drivers/net/wireless/ath/ar9170/ar9170.h +++ b/drivers/net/wireless/ath/ar9170/ar9170.h | |||
@@ -224,7 +224,7 @@ void ar9170_handle_command_response(struct ar9170 *ar, void *buf, u32 len); | |||
224 | int ar9170_nag_limiter(struct ar9170 *ar); | 224 | int ar9170_nag_limiter(struct ar9170 *ar); |
225 | 225 | ||
226 | /* MAC */ | 226 | /* MAC */ |
227 | int ar9170_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb); | 227 | void ar9170_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb); |
228 | int ar9170_init_mac(struct ar9170 *ar); | 228 | int ar9170_init_mac(struct ar9170 *ar); |
229 | int ar9170_set_qos(struct ar9170 *ar); | 229 | int ar9170_set_qos(struct ar9170 *ar); |
230 | int ar9170_update_multicast(struct ar9170 *ar, const u64 mc_hast); | 230 | int ar9170_update_multicast(struct ar9170 *ar, const u64 mc_hast); |