Made another change to tbusy handling.

This commit is contained in:
mark 2000-01-28 06:49:08 +00:00
parent fb2da14e18
commit f8454d8a86
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ int p80211knetdev_hard_start_xmit( struct sk_buff *skb, netdevice_t *netdev)
/* buffer full or queue busy */
WLAN_LOG_DEBUG0(3, "txframe returned full or busy\n");
result = 1;
netdev->tbusy = 1;
netdev->tbusy = 0;
/* p80211pb_free(pb); driver's responsibility */
}
}