diff options
author | Bing Zhao <bzhao@marvell.com> | 2011-03-07 14:14:23 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-03-09 16:10:56 -0500 |
commit | 80751e2b8ffcbbe065e850d943301aa1ab219599 (patch) | |
tree | 454176f57e0765986809009c71076ff483160ce4 /drivers/net/wireless/at76c50x-usb.h | |
parent | b9ede5f1dc03f96949dcaa8f8b3483766c047260 (diff) |
ieee80211: add IEEE80211_COUNTRY_STRING_LEN definition
and make use of it in wireless drivers
Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/at76c50x-usb.h')
-rw-r--r-- | drivers/net/wireless/at76c50x-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/at76c50x-usb.h b/drivers/net/wireless/at76c50x-usb.h index 4a37447dfc01..f14a65473fe8 100644 --- a/drivers/net/wireless/at76c50x-usb.h +++ b/drivers/net/wireless/at76c50x-usb.h | |||
@@ -290,7 +290,7 @@ struct mib_mac_mgmt { | |||
290 | u8 res; | 290 | u8 res; |
291 | u8 multi_domain_capability_implemented; | 291 | u8 multi_domain_capability_implemented; |
292 | u8 multi_domain_capability_enabled; | 292 | u8 multi_domain_capability_enabled; |
293 | u8 country_string[3]; | 293 | u8 country_string[IEEE80211_COUNTRY_STRING_LEN]; |
294 | u8 reserved[3]; | 294 | u8 reserved[3]; |
295 | } __packed; | 295 | } __packed; |
296 | 296 | ||