diff options
Diffstat (limited to 'drivers/net/wireless/rt2x00/rt2800.h')
-rw-r--r-- | drivers/net/wireless/rt2x00/rt2800.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/rt2x00/rt2800.h b/drivers/net/wireless/rt2x00/rt2800.h index 2aa03751c341..0b17934cf6a9 100644 --- a/drivers/net/wireless/rt2x00/rt2800.h +++ b/drivers/net/wireless/rt2x00/rt2800.h | |||
@@ -1370,17 +1370,17 @@ | |||
1370 | struct mac_wcid_entry { | 1370 | struct mac_wcid_entry { |
1371 | u8 mac[6]; | 1371 | u8 mac[6]; |
1372 | u8 reserved[2]; | 1372 | u8 reserved[2]; |
1373 | } __attribute__ ((packed)); | 1373 | } __packed; |
1374 | 1374 | ||
1375 | struct hw_key_entry { | 1375 | struct hw_key_entry { |
1376 | u8 key[16]; | 1376 | u8 key[16]; |
1377 | u8 tx_mic[8]; | 1377 | u8 tx_mic[8]; |
1378 | u8 rx_mic[8]; | 1378 | u8 rx_mic[8]; |
1379 | } __attribute__ ((packed)); | 1379 | } __packed; |
1380 | 1380 | ||
1381 | struct mac_iveiv_entry { | 1381 | struct mac_iveiv_entry { |
1382 | u8 iv[8]; | 1382 | u8 iv[8]; |
1383 | } __attribute__ ((packed)); | 1383 | } __packed; |
1384 | 1384 | ||
1385 | /* | 1385 | /* |
1386 | * MAC_WCID_ATTRIBUTE: | 1386 | * MAC_WCID_ATTRIBUTE: |