mac80211: make tx() operation return void
[deliverable/linux.git] / drivers / net / wireless / ath / carl9170 / carl9170.h
index 420d437f95803e196c02afc3f752d326ed827901..c6a5fae634a0f14718ff60e212ad20c123a58ca0 100644 (file)
@@ -534,7 +534,7 @@ void carl9170_rx(struct ar9170 *ar, void *buf, unsigned int len);
 void carl9170_handle_command_response(struct ar9170 *ar, void *buf, u32 len);
 
 /* TX */
-int carl9170_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
+void carl9170_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
 void carl9170_tx_janitor(struct work_struct *work);
 void carl9170_tx_process_status(struct ar9170 *ar,
                                const struct carl9170_rsp *cmd);
This page took 0.027857 seconds and 5 git commands to generate.