CurrentChannel    286 drivers/staging/rtl8188eu/hal/phy.c 	u8 tmpchannel = hal_data->CurrentChannel;
CurrentChannel    291 drivers/staging/rtl8188eu/hal/phy.c 	hal_data->CurrentChannel = channel;
CurrentChannel    296 drivers/staging/rtl8188eu/hal/phy.c 		hal_data->CurrentChannel = tmpchannel;
CurrentChannel    102 drivers/staging/rtl8188eu/hal/rtl8188e_dm.c 	dm_odm->pChannel = &hal_data->CurrentChannel;
CurrentChannel    681 drivers/staging/rtl8188eu/hal/usb_halinit.c 	haldata->CurrentChannel = 6;/* default set to 6 */
CurrentChannel    794 drivers/staging/rtl8188eu/hal/usb_halinit.c 	phy_set_tx_power_level(Adapter, haldata->CurrentChannel);
CurrentChannel    194 drivers/staging/rtl8188eu/include/rtl8188e_hal.h 	u8	CurrentChannel;
CurrentChannel   2990 drivers/staging/rtl8192u/r8192U_dm.c 		SetTxPowerLevel8190(Adapter, pHalData->CurrentChannel);
CurrentChannel    244 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK);
CurrentChannel    245 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM);
CurrentChannel    246 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 		PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7);
CurrentChannel    284 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM);
CurrentChannel    285 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7);
CurrentChannel    298 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM);
CurrentChannel    299 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7);
CurrentChannel    314 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 				PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, OFDM);
CurrentChannel    315 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 				PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, HT_MCS0_MCS7);
CurrentChannel    327 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK);
CurrentChannel    335 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 			PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK);
CurrentChannel    347 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 				PHY_SetTxPowerIndexByRateSection(Adapter, RFPath, pHalData->CurrentChannel, CCK);
CurrentChannel    370 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 	u8 channel = pHalData->CurrentChannel;
CurrentChannel   1998 drivers/staging/rtl8723bs/hal/HalPhyRf_8723B.c 	Indexforchannel = ODM_GetRightChnlPlaceforIQK(pHalData->CurrentChannel);
CurrentChannel    519 drivers/staging/rtl8723bs/hal/hal_btcoex.c 		*pu8 = pHalData->CurrentChannel;
CurrentChannel    113 drivers/staging/rtl8723bs/hal/rtl8723b_dm.c 	ODM_CmnInfoHook(pDM_Odm, ODM_CMNINFO_CHNL, &(pHalData->CurrentChannel));
CurrentChannel    693 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 		pHalData->CurrentChannel
CurrentChannel    886 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 	u8 channelToSW = pHalData->CurrentChannel;
CurrentChannel    908 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 			pHalData->CurrentChannel,
CurrentChannel    926 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 	PHY_SetTxPowerLevel8723B(Adapter, pHalData->CurrentChannel);
CurrentChannel    942 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 	u8 tmpChannel = pHalData->CurrentChannel;
CurrentChannel    975 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 		pHalData->CurrentChannel = ChannelNum;
CurrentChannel    992 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 			pHalData->CurrentChannel = tmpChannel;
CurrentChannel   1013 drivers/staging/rtl8723bs/hal/rtl8723b_phycfg.c 	PHY_HandleSwChnlAndSetBW8723B(Adapter, false, true, pHalData->CurrentChannel, Bandwidth, Offset, Offset, pHalData->CurrentChannel);
CurrentChannel    835 drivers/staging/rtl8723bs/hal/sdio_halinit.c 	pHalData->CurrentChannel = 6;
CurrentChannel    194 drivers/staging/rtl8723bs/include/hal_data.h 	u8 CurrentChannel;