staging: vt6656: Move double definition of MAX_RATE to device_cfg.h
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
8f248dae13
commit
c995c2f9ef
|
@ -52,7 +52,6 @@
|
||||||
#define RATE_48M 10
|
#define RATE_48M 10
|
||||||
#define RATE_54M 11
|
#define RATE_54M 11
|
||||||
#define RATE_AUTO 12
|
#define RATE_AUTO 12
|
||||||
#define MAX_RATE 12
|
|
||||||
|
|
||||||
void RATEvParseMaxRate(struct vnt_private *, PWLAN_IE_SUPP_RATES pItemRates,
|
void RATEvParseMaxRate(struct vnt_private *, PWLAN_IE_SUPP_RATES pItemRates,
|
||||||
PWLAN_IE_SUPP_RATES pItemExtRates, int bUpdateBasicRate,
|
PWLAN_IE_SUPP_RATES pItemExtRates, int bUpdateBasicRate,
|
||||||
|
|
|
@ -65,6 +65,8 @@ struct _version {
|
||||||
#define DEVICE_VERSION "1.19_12"
|
#define DEVICE_VERSION "1.19_12"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define MAX_RATE 12
|
||||||
|
|
||||||
/* config file */
|
/* config file */
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
#include <linux/fcntl.h>
|
#include <linux/fcntl.h>
|
||||||
|
|
|
@ -222,7 +222,6 @@ typedef struct tagSTxPktInfo {
|
||||||
u8 abyDestAddr[ETH_ALEN];
|
u8 abyDestAddr[ETH_ALEN];
|
||||||
} STxPktInfo, *PSTxPktInfo;
|
} STxPktInfo, *PSTxPktInfo;
|
||||||
|
|
||||||
#define MAX_RATE 12
|
|
||||||
//
|
//
|
||||||
// statistic counter
|
// statistic counter
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue