backup_oper_channel  285 drivers/staging/rtl8188eu/core/rtw_ap.c 		u8 backup_oper_channel = 0;
backup_oper_channel  289 drivers/staging/rtl8188eu/core/rtw_ap.c 			backup_oper_channel = rtw_get_oper_ch(padapter);
backup_oper_channel  326 drivers/staging/rtl8188eu/core/rtw_ap.c 		if (backup_oper_channel > 0) /* back to the original operation channel */
backup_oper_channel  327 drivers/staging/rtl8188eu/core/rtw_ap.c 			SelectChannel(padapter, backup_oper_channel);
backup_oper_channel 4652 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 				u8 backup_oper_channel = 0;
backup_oper_channel 4656 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 					backup_oper_channel = rtw_get_oper_ch(padapter);
backup_oper_channel 4671 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 				if (backup_oper_channel > 0)
backup_oper_channel 4672 drivers/staging/rtl8188eu/core/rtw_mlme_ext.c 					SelectChannel(padapter, backup_oper_channel);
backup_oper_channel  348 drivers/staging/rtl8723bs/core/rtw_ap.c 		u8 backup_oper_channel = 0;
backup_oper_channel  353 drivers/staging/rtl8723bs/core/rtw_ap.c 			backup_oper_channel = rtw_get_oper_ch(padapter);
backup_oper_channel  401 drivers/staging/rtl8723bs/core/rtw_ap.c 		if (backup_oper_channel > 0) /* back to the original operation channel */
backup_oper_channel  402 drivers/staging/rtl8723bs/core/rtw_ap.c 			SelectChannel(padapter, backup_oper_channel);