]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/net/mac80211.h
mac80211: make tx() operation return void
[mv-sheeva.git] / include / net / mac80211.h
index a13c8d8fca5c4d2a30e7c97f5d5b1337e8822e6a..96cc7ed35169a4e58f7d838c3661f398d90b1a3c 100644 (file)
@@ -1801,7 +1801,7 @@ enum ieee80211_ampdu_mlme_action {
  *     aborted before it expires. This callback may sleep.
  */
 struct ieee80211_ops {
-       int (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb);
+       void (*tx)(struct ieee80211_hw *hw, struct sk_buff *skb);
        int (*start)(struct ieee80211_hw *hw);
        void (*stop)(struct ieee80211_hw *hw);
        int (*add_interface)(struct ieee80211_hw *hw,