diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2007-09-28 08:01:25 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:54:15 -0400 |
commit | a28975525016ddcbdaab8225666df1cf2dc9cb2d (patch) | |
tree | 5043b4c24c3c6c40d3d844259e2c47421204436d /drivers/net/wireless/rt2x00/rt2x00.h | |
parent | f7c4daed99fba15e4e48df464031f4ac7c32e4c9 (diff) |
[MAC80211]: add "invalid" interface type
Since I cannot convince the lazy driver authors (hello Michael)
to stop (ab)using the MGMT interface type internally in their
drivers, this patch introduces a new _INVALID type especially
for their use and changes all affected drivers to use it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index 511c11c4edd..6262d4e47c5 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -297,7 +297,7 @@ struct interface { | |||
297 | * When set to INVALID_INTERFACE, no interface is configured. | 297 | * When set to INVALID_INTERFACE, no interface is configured. |
298 | */ | 298 | */ |
299 | int type; | 299 | int type; |
300 | #define INVALID_INTERFACE IEEE80211_IF_TYPE_MGMT | 300 | #define INVALID_INTERFACE IEEE80211_IF_TYPE_INVALID |
301 | 301 | ||
302 | /* | 302 | /* |
303 | * MAC of the device. | 303 | * MAC of the device. |