Searched refs:txresult (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dp80211netdev.c350 int txresult = -1; local
427 txresult = wlandev->txframe(wlandev, skb, &p80211_hdr, &p80211_wep);
429 if (txresult == 0) {
434 } else if (txresult == 1) {
440 } else if (txresult == 2) {

Completed in 145 milliseconds