You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
John W. Linville
parent
b9ede5f1dc
commit
80751e2b8f
@@ -961,7 +961,7 @@ struct ipw_country_channel_info {
|
||||
struct ipw_country_info {
|
||||
u8 id;
|
||||
u8 length;
|
||||
u8 country_str[3];
|
||||
u8 country_str[IEEE80211_COUNTRY_STRING_LEN];
|
||||
struct ipw_country_channel_info groups[7];
|
||||
} __packed;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user