Searched refs:STATION_CONNECTED_FLAG (Results 1 – 2 of 2) sorted by relevance
302 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()
102 #define STATION_CONNECTED_FLAG 0x1 macro