orinoco: Don't use boolean parameter to record encoding type
For WPA support we need to encode NONE, WEP and TKIP in the encoding parameter. In anticipation of this we need to change the usage away from the current boolean usage. Signed-off-by: David Kilroy <kilroyd@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:

committed by
John W. Linville

parent
01632fa4af
commit
4ae6ee2d72
@@ -100,7 +100,7 @@ struct orinoco_private {
|
||||
/* Configuration paramaters */
|
||||
u32 iw_mode;
|
||||
int prefer_port3;
|
||||
u16 wep_on, wep_restrict, tx_key;
|
||||
u16 encode_alg, wep_restrict, tx_key;
|
||||
struct orinoco_key keys[ORINOCO_MAX_KEYS];
|
||||
int bitratemode;
|
||||
char nick[IW_ESSID_MAX_SIZE+1];
|
||||
|
Reference in New Issue
Block a user