Commit 5d7696bc authored by Wolfram Sang's avatar Wolfram Sang Committed by Greg Kroah-Hartman
Browse files

staging: ks7010: indent eap_packet.h

parent feedcf1a
Loading
Loading
Loading
Loading
+24 −25
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@ enum { IEEE802_1X_TYPE_EAP_PACKET = 0,
};

enum { EAPOL_KEY_TYPE_RC4 = 1, EAPOL_KEY_TYPE_RSN = 2,
       EAPOL_KEY_TYPE_WPA = 254 };

	EAPOL_KEY_TYPE_WPA = 254
};

#define IEEE8021X_REPLAY_COUNTER_LEN 8
#define IEEE8021X_KEY_SIGN_LEN 16
@@ -77,7 +77,6 @@ struct ieee802_1x_eapol_key {
	 * RC4 key used in encryption = Key-IV + MS-MPPE-Recv-Key */
} __attribute__ ((packed));


#define WPA_NONCE_LEN 32
#define WPA_REPLAY_COUNTER_LEN 8