Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bd196ec7f03fff6935f66a9a3cf27accd34a75b9
Commit:     bd196ec7f03fff6935f66a9a3cf27accd34a75b9
Parent:     19af35546de68c872dcb687613e0902a602cb20e
Author:     John W. Linville <[EMAIL PROTECTED]>
AuthorDate: Thu Feb 7 15:46:01 2008 -0500
Committer:  John W. Linville <[EMAIL PROTECTED]>
CommitDate: Fri Feb 15 13:44:17 2008 -0500

    wavelan: mark hardware interfacing structures as packed
    
    With assists from Russell King <[EMAIL PROTECTED]> and
    Andrew Morton <[EMAIL PROTECTED]>...
    
    Signed-off-by: John W. Linville <[EMAIL PROTECTED]>
---
 drivers/net/wireless/wavelan.h |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/net/wireless/wavelan.h b/drivers/net/wireless/wavelan.h
index 27172cd..9ab3605 100644
--- a/drivers/net/wireless/wavelan.h
+++ b/drivers/net/wireless/wavelan.h
@@ -85,7 +85,7 @@ union hacs_u
 #define                HASR_MMC_INTR           0x0002  /* Interrupt request 
from MMC */
 #define                HASR_MMC_BUSY           0x0004  /* MMC busy indication 
*/
 #define                HASR_PSA_BUSY           0x0008  /* LAN parameter 
storage area busy */
-};
+} __attribute__ ((packed));
 
 typedef struct ha_t    ha_t;
 struct ha_t
@@ -292,7 +292,7 @@ struct mmw_t
 #define        MMW_EXT_ANT_INTERNAL    0x00    /* Internal antenna */
 #define        MMW_EXT_ANT_EXTERNAL    0x03    /* External antenna */
 #define        MMW_EXT_ANT_IQ_TEST     0x1C    /* IQ test pattern (set to 0) */
-};
+} __attribute__ ((packed));
 
 #define        MMW_SIZE        37
 
@@ -347,7 +347,7 @@ struct mmr_t
   unsigned char        mmr_unused4[1];         /* unused */
   unsigned char        mmr_fee_data_l;         /* Read data from EEPROM (low) 
*/
   unsigned char        mmr_fee_data_h;         /* Read data from EEPROM (high) 
*/
-};
+} __attribute__ ((packed));
 
 #define        MMR_SIZE        36
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to