Home
last modified time | relevance | path

Searched defs:rtl_mac (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/net/wireless/realtek/rtlwifi/
Dwifi.h1493 struct rtl_mac { struct
1494 u8 mac_addr[ETH_ALEN];
1495 u8 mac80211_registered;
1496 u8 beacon_enabled;
1498 u32 tx_ss_num;
1499 u32 rx_ss_num;
1501 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
1502 struct ieee80211_hw *hw;
1503 struct ieee80211_vif *vif;
1504 enum nl80211_iftype opmode;
[all …]
/Linux-v4.19/drivers/staging/rtlwifi/
Dwifi.h1424 struct rtl_mac { struct
1425 u8 mac_addr[ETH_ALEN];
1426 u8 mac80211_registered;
1427 u8 beacon_enabled;
1429 u32 tx_ss_num;
1430 u32 rx_ss_num;
1432 struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
1433 struct ieee80211_hw *hw;
1434 struct ieee80211_vif *vif;
1435 enum nl80211_iftype opmode;
[all …]