Home
last modified time | relevance | path

Searched refs:B43_RX_PHYST0_OFDM (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/wireless/b43/
Dxmit.h254 #define B43_RX_PHYST0_OFDM 0x0001 /* Frame type: OFDM */ macro
Dxmit.c693 (phystat0 & B43_RX_PHYST0_OFDM), in b43_rx()
698 if (phystat0 & B43_RX_PHYST0_OFDM) in b43_rx()