staging: wilc1000: remove extra enum defined for data rates
Cleanup patch to remove extra enum defined to handle data rates. Signed-off-by: Ajay Singh <ajay.kathat@microchip.com> Reviewed-by: Claudiu Beznea <claudiu.beznea@microchip.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d300da1850
commit
b69845eaef
@ -378,7 +378,7 @@ static int linux_wlan_init_test_config(struct net_device *dev,
|
||||
if (!wilc_wlan_cfg_set(vif, 0, WID_BSS_TYPE, c_val, 1, 0, 0))
|
||||
goto fail;
|
||||
|
||||
c_val[0] = RATE_AUTO;
|
||||
c_val[0] = AUTORATE;
|
||||
if (!wilc_wlan_cfg_set(vif, 0, WID_CURRENT_TX_RATE, c_val, 1, 0, 0))
|
||||
goto fail;
|
||||
|
||||
|
@ -87,22 +87,6 @@ enum bss_types {
|
||||
AP,
|
||||
};
|
||||
|
||||
enum {
|
||||
RATE_AUTO = 0,
|
||||
RATE_1MB = 1,
|
||||
RATE_2MB = 2,
|
||||
RATE_5MB = 5,
|
||||
RATE_6MB = 6,
|
||||
RATE_9MB = 9,
|
||||
RATE_11MB = 11,
|
||||
RATE_12MB = 12,
|
||||
RATE_18MB = 18,
|
||||
RATE_24MB = 24,
|
||||
RATE_26MB = 36,
|
||||
RATE_48MB = 48,
|
||||
RATE_54MB = 54
|
||||
};
|
||||
|
||||
enum {
|
||||
B_ONLY_MODE = 0, /* 1, 2 M, otherwise 5, 11 M */
|
||||
G_ONLY_MODE, /* 6,12,24 otherwise 9,18,36,48,54 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user