From: Luciano Coelho Date: Fri, 1 Apr 2011 17:55:01 +0000 (+0300) Subject: wl12xx: remove unused conf_radio_params structure X-Git-Tag: v3.0-rc2~7^2~16^2~329^2~1 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=4ec23d6e136c890806f0e00bcf24e2e3a242b30a;p=~emulex%2Finfiniband.git wl12xx: remove unused conf_radio_params structure This structure has not been used anymore since commit e6b190ff3c2f4e4859502c41fa17b5c595e82000. Signed-off-by: Luciano Coelho --- diff --git a/drivers/net/wireless/wl12xx/conf.h b/drivers/net/wireless/wl12xx/conf.h index 52269d4d362..6c9e3a673e6 100644 --- a/drivers/net/wireless/wl12xx/conf.h +++ b/drivers/net/wireless/wl12xx/conf.h @@ -1020,15 +1020,6 @@ enum single_dual_band_enum { #define CONF_NUMBER_OF_CHANNELS_2_4 14 #define CONF_NUMBER_OF_CHANNELS_5 35 -struct conf_radio_parms { - /* - * FEM parameter set to use - * - * Range: 0 or 1 - */ - u8 fem; -}; - struct conf_itrim_settings { /* enable dco itrim */ u8 enable;