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

/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c321 u32 mfilt[2], val; local
325 mfilt[0] = 0;
326 mfilt[1] = 1;
335 mfilt[pos / 32] |= (1 << (pos % 32));
343 return ((u64)(mfilt[1]) << 32) | mfilt[0];
375 u32 mfilt[2], rfilt; local
380 mfilt[0] = multicast;
381 mfilt[1] = multicast >> 32;
406 mfilt[
[all...]
/drivers/net/wireless/ath/ath9k/
H A Dhtc_drv_txrx.c904 u32 rfilt, mfilt[2]; local
911 mfilt[0] = mfilt[1] = ~0;
912 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]);
H A Drecv.c122 u32 rfilt, mfilt[2]; local
135 mfilt[0] = mfilt[1] = ~0;
136 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]);

Completed in 37 milliseconds