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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/rt2x00/
H A Drt2x00queue.h157 * @RXDONE_SIGNAL_MCS: Signal field contains the mcs value.
166 RXDONE_SIGNAL_MCS = BIT(2), enumerator in enum:rxdone_entry_desc_flags
179 ( RXDONE_SIGNAL_PLCP | RXDONE_SIGNAL_BITRATE | RXDONE_SIGNAL_MCS )
H A Drt2x00dev.c432 if (rxdesc->dev_flags & RXDONE_SIGNAL_MCS)
447 ((type == RXDONE_SIGNAL_MCS) &&
H A Drt2800lib.c548 rxdesc->dev_flags |= RXDONE_SIGNAL_MCS;

Completed in 38 milliseconds