rtlwifi: convert to __packed notation
Use "__packed" instead of "__attribute__ ((packed))"...
Signed-off-by: John W. Linville <linville@tuxdriver.com>
diff --git a/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192c-trx.h b/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192c-trx.h
index 91e13c3..53d0e0a 100644
--- a/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192c-trx.h
+++ b/drivers/net/wireless/rtlwifi/rtl8192ce/rtl8192c-trx.h
@@ -535,7 +535,7 @@
u8 sgi_en:1;
u8 rxsc:2;
u8 reserve:4;
-} __attribute__ ((packed));
+} __packed;
struct tx_desc_92c {
u32 pktsize:16;
@@ -637,7 +637,7 @@
u32 nextdescaddress64;
u32 reserve_pass_pcie_mm_limit[4];
-} __attribute__ ((packed));
+} __packed;
struct rx_desc_92c {
u32 length:14;
@@ -695,7 +695,7 @@
u32 bufferaddress;
u32 bufferaddress64;
-} __attribute__ ((packed));
+} __packed;
void rtl92ce_tx_fill_desc(struct ieee80211_hw *hw,
struct ieee80211_hdr *hdr,