diff options
author | Ivo van Doorn <ivdoorn@gmail.com> | 2007-11-27 15:49:50 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 18:05:09 -0500 |
commit | d28c2561fb09dcc0b47ae0ba12083cf0d988495f (patch) | |
tree | 2226eafcc717af2e21e9f872978938ba64fbc6c6 /drivers/net/wireless/rt2x00/rt2x00.h | |
parent | 4d8dd66c1659ba0d1b110ed0488f4f6ffbc90e71 (diff) |
rt2x00: Use IEEE80211_IF_TYPE_INVALID directly
No need to use a seperate define INVALID_INTERFACE while
we can use IEEE80211_IF_TYPE_INVALID directly.
Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2x00.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2x00.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2x00.h b/drivers/net/wireless/rt2x00/rt2x00.h index ba874cff8648..103a122bc9c3 100644 --- a/drivers/net/wireless/rt2x00/rt2x00.h +++ b/drivers/net/wireless/rt2x00/rt2x00.h | |||
@@ -369,10 +369,8 @@ struct interface { | |||
369 | 369 | ||
370 | /* | 370 | /* |
371 | * Current working type (IEEE80211_IF_TYPE_*). | 371 | * Current working type (IEEE80211_IF_TYPE_*). |
372 | * When set to INVALID_INTERFACE, no interface is configured. | ||
373 | */ | 372 | */ |
374 | int type; | 373 | int type; |
375 | #define INVALID_INTERFACE IEEE80211_IF_TYPE_INVALID | ||
376 | 374 | ||
377 | /* | 375 | /* |
378 | * MAC of the device. | 376 | * MAC of the device. |