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

/drivers/net/wireless/ath/ath5k/
H A Dmac80211-ops.c323 u32 mfilt[2], val; local
327 mfilt[0] = 0;
328 mfilt[1] = 0;
337 mfilt[pos / 32] |= (1 << (pos % 32));
345 return ((u64)(mfilt[1]) << 32) | mfilt[0];
377 u32 mfilt[2], rfilt; local
382 mfilt[0] = multicast;
383 mfilt[1] = multicast >> 32;
408 mfilt[
[all...]
/drivers/net/wireless/ath/ath9k/
H A Drecv.c93 u32 rfilt, mfilt[2]; local
106 mfilt[0] = mfilt[1] = ~0;
107 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]);
H A Dhtc_drv_txrx.c917 u32 rfilt, mfilt[2]; local
924 mfilt[0] = mfilt[1] = ~0;
925 ath9k_hw_setmcastfilter(ah, mfilt[0], mfilt[1]);

Completed in 61 milliseconds