iwlwifi: return NETDEV_TX_OK from _tx ops
[deliverable/linux.git] / drivers / net / wireless / iwlwifi / iwl3945-base.c
index 15f5655c636e2ce8c8dbb4cda119737a98413fb6..95d01984c80ed13c746499b97da040fc3e3f65e4 100644 (file)
@@ -6538,7 +6538,7 @@ static int iwl3945_mac_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
                dev_kfree_skb_any(skb);
 
        IWL_DEBUG_MAC80211("leave\n");
-       return 0;
+       return NETDEV_TX_OK;
 }
 
 static int iwl3945_mac_add_interface(struct ieee80211_hw *hw,
This page took 0.041785 seconds and 5 git commands to generate.