Home
last modified time | relevance | path

Searched refs:RX_FLAG_MMIC_ERROR (Results 1 – 17 of 17) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ti/wl1251/
Drx.c93 status->flag |= RX_FLAG_MMIC_ERROR; in wl1251_rx_status()
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Drx.c103 status->flag |= RX_FLAG_MMIC_ERROR; in wl1271_rx_status()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Dcommon.c112 rxs->flag |= RX_FLAG_MMIC_ERROR; in ath9k_cmn_rx_accept()
/linux-4.4.14/net/mac80211/
Dwpa.c111 if (status->flag & RX_FLAG_MMIC_ERROR) in ieee80211_rx_h_michael_mic_verify()
140 if (status->flag & RX_FLAG_MMIC_ERROR) in ieee80211_rx_h_michael_mic_verify()
/linux-4.4.14/drivers/net/wireless/ath/ath10k/
Dhtt_rx.c1001 !!(status->flag & RX_FLAG_MMIC_ERROR), in ath10k_process_rx()
1379 RX_FLAG_MMIC_ERROR | in ath10k_htt_rx_h_mpdu()
1388 status->flag |= RX_FLAG_MMIC_ERROR; in ath10k_htt_rx_h_mpdu()
Dwmi.c2228 status->flag |= RX_FLAG_MMIC_ERROR; in ath10k_wmi_event_mgmt_rx()
/linux-4.4.14/drivers/net/wireless/rt2x00/
Drt2800mmio.c142 rxdesc->flags |= RX_FLAG_MMIC_ERROR; in rt2800mmio_fill_rxdone()
Drt2800usb.c753 rxdesc->flags |= RX_FLAG_MMIC_ERROR; in rt2800usb_fill_rxdone()
Drt2500usb.c1280 rxdesc->flags |= RX_FLAG_MMIC_ERROR; in rt2500usb_fill_rxdone()
Drt73usb.c1725 rxdesc->flags |= RX_FLAG_MMIC_ERROR; in rt73usb_fill_rxdone()
Drt61pci.c2127 rxdesc->flags |= RX_FLAG_MMIC_ERROR; in rt61pci_fill_rxdone()
/linux-4.4.14/drivers/net/wireless/ath/carl9170/
Drx.c327 status->flag |= RX_FLAG_MMIC_ERROR; in carl9170_rx_mac_status()
/linux-4.4.14/drivers/net/wireless/p54/
Dtxrx.c351 rx_status->flag |= RX_FLAG_MMIC_ERROR; in p54_rx_data()
/linux-4.4.14/drivers/net/wireless/cw1200/
Dtxrx.c1060 hdr->flag |= RX_FLAG_MMIC_ERROR; in cw1200_rx_cb()
/linux-4.4.14/include/net/
Dmac80211.h1034 RX_FLAG_MMIC_ERROR = BIT(0), enumerator
/linux-4.4.14/drivers/net/wireless/
Dmwl8k.c1027 status->flag |= RX_FLAG_MMIC_ERROR; in mwl8k_rxd_ap_process()
1133 status->flag |= RX_FLAG_MMIC_ERROR; in mwl8k_rxd_sta_process()
1381 if (status.flag & RX_FLAG_MMIC_ERROR) { in rxq_process()
/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dbase.c1384 rxs->flag |= RX_FLAG_MMIC_ERROR; in ath5k_receive_frame()