net: use symbolic values for ndo_start_xmit() return codes
[deliverable/linux.git] / drivers / net / wireless / hostap / hostap_80211_tx.c
index 6693423f63feb3b032681276af06ed5666e89927..d313b005114e31b4db5496bd81c40865365c7306 100644 (file)
@@ -377,7 +377,7 @@ int hostap_master_start_xmit(struct sk_buff *skb, struct net_device *dev)
 {
        struct hostap_interface *iface;
        local_info_t *local;
-       int ret = 1;
+       int ret = NETDEV_TX_BUSY;
        u16 fc;
        struct hostap_tx_data tx;
        ap_tx_ret tx_ret;
This page took 0.028968 seconds and 5 git commands to generate.