Home
last modified time | relevance | path

Searched refs:o_bw (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8189fs/core/
H A Drtw_mi.c56 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
63 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
66 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
79 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bs/core/
H A Drtw_mi.c53 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
60 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
63 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
76 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mi.c33 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
40 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
43 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
56 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8723ds/core/
H A Drtw_mi.c60 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
67 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
83 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723ds/core/
H A Drtw_mi.c57 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
64 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
80 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188eu/core/
H A Drtw_mi.c57 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
64 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
80 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8188fu/core/
H A Drtw_mi.c56 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
63 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
66 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
79 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723cs/core/
H A Drtw_mi.c60 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
67 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
83 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/core/
H A Drtw_mi.c61 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
68 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
71 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
84 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mi.c33 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
40 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
43 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
56 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822bs/core/
H A Drtw_mi.c56 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
63 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
66 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
79 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8188fu/core/
H A Drtw_mi.c57 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
64 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
80 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189fs/core/
H A Drtw_mi.c57 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
64 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
67 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
80 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/core/
H A Drtw_mi.c60 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
67 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
83 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8822cs/core/
H A Drtw_mi.c60 u8 o_ch, o_bw, o_offset; in rtw_mi_stayin_union_ch_chk() local
67 o_bw = rtw_get_oper_bw(adapter); in rtw_mi_stayin_union_ch_chk()
70 if ((u_ch != o_ch) || (u_bw != o_bw) || (u_offset != o_offset)) in rtw_mi_stayin_union_ch_chk()
83 RTW_ERR("oper ch, bw, offset: %u,%u,%u\n", o_ch, o_bw, o_offset); in rtw_mi_stayin_union_ch_chk()