diff options
Diffstat (limited to 'drivers/net/wireless/p54/p54common.h')
-rw-r--r-- | drivers/net/wireless/p54/p54common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54/p54common.h b/drivers/net/wireless/p54/p54common.h index 514f660d0be9..163e3adba422 100644 --- a/drivers/net/wireless/p54/p54common.h +++ b/drivers/net/wireless/p54/p54common.h | |||
@@ -180,6 +180,12 @@ struct pda_rssi_cal_entry { | |||
180 | __le16 add; | 180 | __le16 add; |
181 | } __attribute__ ((packed)); | 181 | } __attribute__ ((packed)); |
182 | 182 | ||
183 | struct pda_country { | ||
184 | u8 regdomain; | ||
185 | u8 alpha2[2]; | ||
186 | u8 flags; | ||
187 | } __attribute__ ((packed)); | ||
188 | |||
183 | /* | 189 | /* |
184 | * this defines the PDR codes used to build PDAs as defined in document | 190 | * this defines the PDR codes used to build PDAs as defined in document |
185 | * number 553155. The current implementation mirrors version 1.1 of the | 191 | * number 553155. The current implementation mirrors version 1.1 of the |