]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8723bs: os_dep: Remove code valid only for 5GHz
authorHariprasad Kelam <hariprasad.kelam@gmail.com>
Sun, 14 Jul 2019 17:31:34 +0000 (23:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 22 Jul 2019 05:34:14 +0000 (07:34 +0200)
As per TODO ,remove code valid only for 5 GHz(channel > 14).

Signed-off-by: Hariprasad Kelam <hariprasad.kelam@gmail.com>
Link: https://lore.kernel.org/r/20190714173134.GA7111@hari-Inspiron-1545
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/os_dep/os_intfs.c

index 544e799d0a03c3bd9addf366900664d0aca72696..18d61e5722f5717e88768d090e71bf85faf41361 100644 (file)
@@ -239,9 +239,6 @@ static void loadparam(struct adapter *padapter, _nic_hdl pnetdev)
        registry_par->channel = (u8)rtw_channel;
        registry_par->wireless_mode = (u8)rtw_wireless_mode;
 
-       if (registry_par->channel > 14)
-               registry_par->channel = 1;
-
        registry_par->vrtl_carrier_sense = (u8)rtw_vrtl_carrier_sense ;
        registry_par->vcs_type = (u8)rtw_vcs_type;
        registry_par->rts_thresh = (u16)rtw_rts_thresh;