tx_dropped++

This commit is contained in:
solomon 2002-11-01 19:49:27 +00:00
parent 34a7f43823
commit ef2f3ad094
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
* Intersil Corporation as part of PRISM(R) chipset product development.
*
* --------------------------------------------------------------------
- Populate the tx dropped frames statistics.
-pre5
- Fixes for host scan when not currently joined.
- /proc support; some informational stuff is kept in /proc/wlandev/wlanX

View File

@ -450,6 +450,7 @@ int p80211knetdev_hard_start_xmit( struct sk_buff *skb, netdevice_t *netdev)
p80211netdev_wake_queue(wlandev);
WLAN_LOG_NOTICE0(
"Tx attempt prior to association, frame dropped.\n");
wlandev->linux_stats.tx_dropped++;
result = 0;
goto failed;
}