Lines Matching refs:mac
347 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl92de_process_pwdb() local
350 if (mac->opmode == NL80211_IFTYPE_ADHOC || in _rtl92de_process_pwdb()
351 mac->opmode == NL80211_IFTYPE_AP) in _rtl92de_process_pwdb()
448 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in _rtl92de_translate_rx_signal_stuff() local
464 ether_addr_equal(mac->bssid, in _rtl92de_translate_rx_signal_stuff()
553 struct rtl_mac *mac = rtl_mac(rtl_priv(hw)); in rtl92de_tx_fill_desc() local
570 if (mac->opmode == NL80211_IFTYPE_STATION) { in rtl92de_tx_fill_desc()
571 bw_40 = mac->bw_40; in rtl92de_tx_fill_desc()
572 } else if (mac->opmode == NL80211_IFTYPE_AP || in rtl92de_tx_fill_desc()
573 mac->opmode == NL80211_IFTYPE_ADHOC) { in rtl92de_tx_fill_desc()
653 mac->cur_40_prime_sc); in rtl92de_tx_fill_desc()
700 if (mac->rdg_en) { in rtl92de_tx_fill_desc()