rt2x00: Remove RATE_BASIC flag
mac80211 is in charge of determining the basic rates, so we are not using the RATE_BASIC flag anymore. Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
1c740ed221
commit
3d8606a680
@@ -43,7 +43,6 @@ struct rt2x00_rate {
|
||||
#define DEV_RATE_CCK 0x0001
|
||||
#define DEV_RATE_OFDM 0x0002
|
||||
#define DEV_RATE_SHORT_PREAMBLE 0x0004
|
||||
#define DEV_RATE_BASIC 0x0008
|
||||
|
||||
unsigned short bitrate; /* In 100kbit/s */
|
||||
unsigned short ratemask;
|
||||
|
Reference in New Issue
Block a user