staging: wilc1000: remove unnecessary define FIVE_GHZ_BAND
[deliverable/linux.git] / drivers / staging / wilc1000 / coreconfigurator.c
index c46fe9f1bc8828d5a828b7b531eeed7384552305..ac3da88630643056c1036a029785daa3b94d22e3 100644 (file)
@@ -550,15 +550,9 @@ u8 get_current_channel_802_11n(u8 *pu8msa, u16 u16RxLen)
 
 u8 get_current_channel(u8 *pu8msa, u16 u16RxLen)
 {
-#ifdef FIVE_GHZ_BAND
-       /* Get the current channel as its not set in */
-       /* 802.11a beacons/probe response            */
-       return (get_rf_channel() + 1);
-#else /* FIVE_GHZ_BAND */
        /* Extract current channel information from */
        /* the beacon/probe response frame          */
        return get_current_channel_802_11n(pu8msa, u16RxLen);
-#endif /* FIVE_GHZ_BAND */
 }
 
 /**
This page took 0.040547 seconds and 5 git commands to generate.