|
@@ -206,7 +206,7 @@ static int lbtf_op_tx(struct ieee80211_hw *hw, struct sk_buff *skb)
|
|
* there are no buffered multicast frames to send
|
|
* there are no buffered multicast frames to send
|
|
*/
|
|
*/
|
|
ieee80211_stop_queues(priv->hw);
|
|
ieee80211_stop_queues(priv->hw);
|
|
- return 0;
|
|
|
|
|
|
+ return NETDEV_TX_OK;
|
|
}
|
|
}
|
|
|
|
|
|
static void lbtf_tx_work(struct work_struct *work)
|
|
static void lbtf_tx_work(struct work_struct *work)
|