diff options
Diffstat (limited to 'drivers/net/wireless/orinoco/orinoco.h')
-rw-r--r-- | drivers/net/wireless/orinoco/orinoco.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/orinoco/orinoco.h b/drivers/net/wireless/orinoco/orinoco.h index 4ee85f8f6bc..0c89c281e3e 100644 --- a/drivers/net/wireless/orinoco/orinoco.h +++ b/drivers/net/wireless/orinoco/orinoco.h | |||
@@ -121,7 +121,7 @@ struct orinoco_private { | |||
121 | unsigned int broken_monitor:1; | 121 | unsigned int broken_monitor:1; |
122 | 122 | ||
123 | /* Configuration paramaters */ | 123 | /* Configuration paramaters */ |
124 | u32 iw_mode; | 124 | enum nl80211_iftype iw_mode; |
125 | int prefer_port3; | 125 | int prefer_port3; |
126 | u16 encode_alg, wep_restrict, tx_key; | 126 | u16 encode_alg, wep_restrict, tx_key; |
127 | struct orinoco_key keys[ORINOCO_MAX_KEYS]; | 127 | struct orinoco_key keys[ORINOCO_MAX_KEYS]; |