Home
last modified time | relevance | path

Searched refs:ht_mode (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/wireless/mediatek/mt7601u/
H A Dmac.c201 int ht_mode) in mt7601u_mac_set_protection() argument
203 int mode = ht_mode & IEEE80211_HT_OP_MODE_PROTECTION; in mt7601u_mac_set_protection()
204 bool non_gf = !!(ht_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT); in mt7601u_mac_set_protection()
H A Dmt7601u.h360 int ht_mode);
/linux/drivers/net/wireless/mediatek/mt76/
H A Dmt76x02_mac.c947 int ht_mode) in mt76x02_mac_set_tx_protection() argument
949 int mode = ht_mode & IEEE80211_HT_OP_MODE_PROTECTION; in mt76x02_mac_set_tx_protection()
950 bool non_gf = !!(ht_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT); in mt76x02_mac_set_tx_protection()
/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmcu.h320 u8 ht_mode; member
H A Dmt7915.h499 u8 ht_mode, bool use_cts_prot);
H A Dmcu.c4001 u8 ht_mode, bool use_cts_prot) in mt7915_mcu_set_protection() argument
4027 switch (ht_mode & IEEE80211_HT_OP_MODE_PROTECTION) { in mt7915_mcu_set_protection()
4039 if (ht_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT) in mt7915_mcu_set_protection()
/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.h428 u8 ht_mode; member
H A Dmt7996.h772 u8 ht_mode, bool use_cts_prot);
H A Dmcu.c1316 u8 ht_mode, bool use_cts_prot) in mt7996_mcu_set_protection() argument
1343 switch (ht_mode & IEEE80211_HT_OP_MODE_PROTECTION) { in mt7996_mcu_set_protection()
1355 if (ht_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT) in mt7996_mcu_set_protection()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dmain.c2107 module_param_named(ht_mode, ht_mode_param, charp, 0400);
2108 MODULE_PARM_DESC(ht_mode, "Force HT mode: wide or siso20");