Searched refs:macmode (Results 1 – 8 of 8) sorted by relevance
723 u32 macmode; in __de_set_rx_mode() local729 macmode = dr32(MacMode) & ~(AcceptAllMulticast | AcceptAllPhys); in __de_set_rx_mode()732 macmode |= AcceptAllMulticast | AcceptAllPhys; in __de_set_rx_mode()738 macmode |= AcceptAllMulticast; in __de_set_rx_mode()800 if (macmode != dr32(MacMode)) in __de_set_rx_mode()801 dw32(MacMode, macmode); in __de_set_rx_mode()849 u32 macmode; in de_stop_rxtx() local852 macmode = dr32(MacMode); in de_stop_rxtx()853 if (macmode & RxTx) { in de_stop_rxtx()854 dw32(MacMode, macmode & ~RxTx); in de_stop_rxtx()[all …]
113 if (wlandev->macmode == WLAN_MACMODE_IBSS_STA) in prism2_change_virtual_intf()115 wlandev->macmode = WLAN_MACMODE_IBSS_STA; in prism2_change_virtual_intf()119 if (wlandev->macmode == WLAN_MACMODE_ESS_STA) in prism2_change_virtual_intf()121 wlandev->macmode = WLAN_MACMODE_ESS_STA; in prism2_change_virtual_intf()354 if (wlandev->macmode == WLAN_MACMODE_ESS_AP) { in prism2_scan()
376 switch (wlandev->macmode) { in p80211knetdev_hard_start_xmit()516 (wlandev->macmode != WLAN_MACMODE_NONE)) { in p80211netdev_ethtool()758 wlandev->macmode = WLAN_MACMODE_NONE; in wlan_setup()
572 wlandev->macmode = WLAN_MACMODE_NONE; in prism2sta_ifstate()1297 wlandev->macmode = in prism2sta_processing_defer()1322 wlandev->macmode = WLAN_MACMODE_NONE; in prism2sta_processing_defer()1973 if ((wlandev->macmode == WLAN_MACMODE_NONE) || in prism2sta_commsqual_defer()1974 (wlandev->macmode == WLAN_MACMODE_ESS_AP)) { in prism2sta_commsqual_defer()1979 if (wlandev->macmode != WLAN_MACMODE_IBSS_STA) { in prism2sta_commsqual_defer()
197 u32 macmode; member
531 wlandev->macmode = WLAN_MACMODE_NONE; in prism2mgmt_start()654 wlandev->macmode = WLAN_MACMODE_IBSS_STA; in prism2mgmt_start()1024 wlandev->macmode = WLAN_MACMODE_NONE; in prism2mgmt_autojoin()
179 switch (wlandev->macmode) { in skb_ether_to_p80211()
2950 u32 macmode; in ath9k_hw_set11nmac2040() local2953 macmode = AR_2040_JOINED_RX_CLEAR; in ath9k_hw_set11nmac2040()2955 macmode = 0; in ath9k_hw_set11nmac2040()2957 REG_WRITE(ah, AR_2040_MODE, macmode); in ath9k_hw_set11nmac2040()