Searched refs:switch_band (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/hal/rtl8822b/ |
| H A D | rtl8822b_phy.c | 874 static void switch_chnl_and_set_bw_by_drv(PADAPTER adapter, u8 switch_band) in switch_chnl_and_set_bw_by_drv() argument 882 if (switch_band) { in switch_chnl_and_set_bw_by_drv() 926 static void switch_chnl_and_set_bw_by_fw(PADAPTER adapter, u8 switch_band) in switch_chnl_and_set_bw_by_fw() argument 930 if (switch_band ||hal->bSwChnl || hal->bSetChnlBW) { in switch_chnl_and_set_bw_by_fw() 948 u8 center_ch = 0, ret = 0, switch_band = _FALSE; in rtl8822b_switch_chnl_and_set_bw() local 964 switch_band = need_switch_band(adapter, hal->current_channel); in rtl8822b_switch_chnl_and_set_bw() 992 switch_chnl_and_set_bw_by_drv(adapter, switch_band); in rtl8822b_switch_chnl_and_set_bw() 994 switch_chnl_and_set_bw_by_fw(adapter, switch_band); in rtl8822b_switch_chnl_and_set_bw() 997 switch_chnl_and_set_bw_by_drv(adapter, switch_band); in rtl8822b_switch_chnl_and_set_bw() 1000 switch_chnl_and_set_bw_by_drv(adapter, switch_band); in rtl8822b_switch_chnl_and_set_bw() [all …]
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/hal/rtl8822c/ |
| H A D | rtl8822c_phy.c | 900 static void switch_chnl_and_set_bw_by_drv(PADAPTER adapter, u8 switch_band) in switch_chnl_and_set_bw_by_drv() argument 908 if (switch_band) { in switch_chnl_and_set_bw_by_drv() 964 static void switch_chnl_and_set_bw_by_fw(PADAPTER adapter, u8 switch_band) in switch_chnl_and_set_bw_by_fw() argument 968 if (switch_band ||hal->bSwChnl || hal->bSetChnlBW) { in switch_chnl_and_set_bw_by_fw() 986 u8 center_ch = 0, ret = 0, switch_band = _FALSE; in rtl8822c_switch_chnl_and_set_bw() local 1002 switch_band = need_switch_band(adapter, hal->current_channel); in rtl8822c_switch_chnl_and_set_bw() 1030 switch_chnl_and_set_bw_by_drv(adapter, switch_band); in rtl8822c_switch_chnl_and_set_bw() 1032 switch_chnl_and_set_bw_by_fw(adapter, switch_band); in rtl8822c_switch_chnl_and_set_bw() 1035 switch_chnl_and_set_bw_by_drv(adapter, switch_band); in rtl8822c_switch_chnl_and_set_bw() 1038 switch_chnl_and_set_bw_by_drv(adapter, switch_band); in rtl8822c_switch_chnl_and_set_bw() [all …]
|