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

/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2800lib.c982 int tx_wcid, tx_ack, tx_pid, is_agg; local
1004 tx_wcid = rt2x00_get_field32(word, TXWI_W1_WIRELESS_CLI_ID);
1008 if (wcid != tx_wcid || ack != tx_ack || (!is_agg && pid != tx_pid)) {

Completed in 106 milliseconds