mac80211: make tx() operation return void
[deliverable/linux.git] / drivers / net / wireless / rt2x00 / rt2x00.h
index 1df432c1f2c70cd13df5dd26cde33961f37caf69..19453d23e90d493d00c816025baef28b582f1e29 100644 (file)
@@ -1185,7 +1185,7 @@ void rt2x00lib_rxdone(struct queue_entry *entry);
 /*
  * mac80211 handlers.
  */
-int rt2x00mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
+void rt2x00mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb);
 int rt2x00mac_start(struct ieee80211_hw *hw);
 void rt2x00mac_stop(struct ieee80211_hw *hw);
 int rt2x00mac_add_interface(struct ieee80211_hw *hw,
This page took 0.084863 seconds and 5 git commands to generate.