staging: rtl8723au: Remove never set struct rtw_adapter->bNotifyChannelChange
[deliverable/linux.git] / drivers / staging / rtl8723au / hal / rtl8723a_phycfg.c
index d23525e664fb10c59edda9be924ba8a1c45e16d6..8a6ba63151cdf989b7c5e3121e37108c389caa4c 100644 (file)
@@ -1098,9 +1098,6 @@ static void _PHY_SwChnl8723A(struct rtw_adapter *Adapter, u8 channel)
        u32 param1, param2;
        struct hal_data_8723a *pHalData = GET_HAL_DATA(Adapter);
 
-       if (Adapter->bNotifyChannelChange)
-               DBG_8723A("[%s] ch = %d\n", __func__, channel);
-
        /* s1. pre common command - CmdID_SetTxPowerLevel */
        PHY_SetTxPowerLevel8723A(Adapter, channel);
 
This page took 0.025133 seconds and 5 git commands to generate.