Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/purelifi/plfxlc/
H A Dmac.c302 if (!(tx->station[sidx].flag & STATION_CONNECTED_FLAG)) in plfxlc_op_tx()
450 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) { in plfxlc_mac_rx()
458 if (tx->station[sidx].flag & STATION_CONNECTED_FLAG) in plfxlc_mac_rx()
461 tx->station[sidx].flag |= STATION_CONNECTED_FLAG; in plfxlc_mac_rx()
H A Dusb.h102 #define STATION_CONNECTED_FLAG 0x1 macro