iwlwifi: clamp scanning dwell time to all contexts
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / net / wireless / rtl818x / rtl8180.h
index 4baf0cf0826fef967a131807eacbd83446b57689..30523314da43882a09e2d5bb4511ca0e4c57af6f 100644 (file)
@@ -36,7 +36,7 @@ struct rtl8180_tx_desc {
        u8 agc;
        u8 flags2;
        u32 reserved[2];
-} __attribute__ ((packed));
+} __packed;
 
 struct rtl8180_rx_desc {
        __le32 flags;
@@ -45,7 +45,7 @@ struct rtl8180_rx_desc {
                __le32 rx_buf;
                __le64 tsft;
        };
-} __attribute__ ((packed));
+} __packed;
 
 struct rtl8180_tx_ring {
        struct rtl8180_tx_desc *desc;