Searched refs:supp_chwd_set (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11ac.c | 178 u8 supp_chwd_set; in mwifiex_cmd_append_11ac_tlv() local 221 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in mwifiex_cmd_append_11ac_tlv() 223 switch (supp_chwd_set) { in mwifiex_cmd_append_11ac_tlv()
|
H A D | tdls.c | 242 u8 supp_chwd_set, peer_supp_chwd_set; in mwifiex_tdls_add_vht_oper() local 286 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in mwifiex_tdls_add_vht_oper() 289 supp_chwd_set = min_t(u8, supp_chwd_set, peer_supp_chwd_set); in mwifiex_tdls_add_vht_oper() 297 supp_chwd_set = min_t(u8, supp_chwd_set, ap_supp_chwd_set); in mwifiex_tdls_add_vht_oper() 300 switch (supp_chwd_set) { in mwifiex_tdls_add_vht_oper()
|
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | 11ac.c | 166 u8 supp_chwd_set; in mwifiex_cmd_append_11ac_tlv() local 209 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in mwifiex_cmd_append_11ac_tlv() 211 switch (supp_chwd_set) { in mwifiex_cmd_append_11ac_tlv()
|
H A D | tdls.c | 242 u8 supp_chwd_set, peer_supp_chwd_set; in mwifiex_tdls_add_vht_oper() local 286 supp_chwd_set = GET_VHTCAP_CHWDSET(usr_vht_cap_info); in mwifiex_tdls_add_vht_oper() 289 supp_chwd_set = min_t(u8, supp_chwd_set, peer_supp_chwd_set); in mwifiex_tdls_add_vht_oper() 297 supp_chwd_set = min_t(u8, supp_chwd_set, ap_supp_chwd_set); in mwifiex_tdls_add_vht_oper() 300 switch (supp_chwd_set) { in mwifiex_tdls_add_vht_oper()
|
Completed in 5 milliseconds