]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/net/wireless/orinoco.h
orinoco: Don't use boolean parameter to record encoding type
[karo-tx-linux.git] / drivers / net / wireless / orinoco.h
index f510994ea9fe23086b489b1170b979341f3cee63..5605fd30b81d895a754f3d12cad8803eb721b5aa 100644 (file)
@@ -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];