Searched refs:bcn_bw_ofst (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 3199 static const u8 bcn_bw_ofst[] = {0, 0, 0, 3, 6, 9, 0, 12}; in rtw89_fw_h2c_lps_ml_cmn_info() local 3252 if (rtwvif_link->bcn_bw_idx < ARRAY_SIZE(bcn_bw_ofst)) { in rtw89_fw_h2c_lps_ml_cmn_info() 3253 beacon_bw_ofst = bcn_bw_ofst[rtwvif_link->bcn_bw_idx]; in rtw89_fw_h2c_lps_ml_cmn_info() 3365 static const u8 bcn_bw_ofst[] = {0, 0, 0, 3, 6, 9, 0, 12}; in rtw89_fw_h2c_lps_ml_cmn_info_v1() local 3410 if (rtwvif_link->bcn_bw_idx < ARRAY_SIZE(bcn_bw_ofst)) { in rtw89_fw_h2c_lps_ml_cmn_info_v1() 3411 beacon_bw_ofst = bcn_bw_ofst[rtwvif_link->bcn_bw_idx]; in rtw89_fw_h2c_lps_ml_cmn_info_v1()
|