Commit a89b10ad authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: use ETH_ALEN

parent 43320adc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@ union Keytype {

struct rt_pmkid_list {
	u8	bUsed;
	u8	bssid[6];
	u8	bssid[ETH_ALEN];
	u8	PMKID[16];
	u8	SsidBuf[33];
	u8	*ssid_octet;