Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/mediatek/mt7601u/
Dmac.c209 int ht_mode) in mt7601u_mac_set_protection() argument
211 int mode = ht_mode & IEEE80211_HT_OP_MODE_PROTECTION; in mt7601u_mac_set_protection()
212 bool non_gf = !!(ht_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT); in mt7601u_mac_set_protection()
Dmt7601u.h368 int ht_mode);
/Linux-v4.19/drivers/net/wireless/mediatek/mt76/mt76x0/
Dmac.c250 int ht_mode) in mt76x0_mac_set_protection() argument
252 int mode = ht_mode & IEEE80211_HT_OP_MODE_PROTECTION; in mt76x0_mac_set_protection()
253 bool non_gf = !!(ht_mode & IEEE80211_HT_OP_MODE_NON_GF_STA_PRSNT); in mt76x0_mac_set_protection()
Dmt76x0.h305 int ht_mode);
/Linux-v4.19/drivers/net/wireless/ti/wl18xx/
Dmain.c2096 module_param_named(ht_mode, ht_mode_param, charp, 0400);
2097 MODULE_PARM_DESC(ht_mode, "Force HT mode: wide or siso20");