| Index: chromeos/compat-wireless/include/linux/nl80211.h
|
| diff --git a/chromeos/compat-wireless/include/linux/nl80211.h b/chromeos/compat-wireless/include/linux/nl80211.h
|
| index ddf6e8c32b5fd8fba252844db2300c44c211a359..3c5e914b74e5b221e4f8649661c2da78c39a17ff 100644
|
| --- a/chromeos/compat-wireless/include/linux/nl80211.h
|
| +++ b/chromeos/compat-wireless/include/linux/nl80211.h
|
| @@ -1201,7 +1201,11 @@ enum nl80211_bitrate_attr {
|
| * wireless core it thinks its knows the regulatory domain we should be in.
|
| * @NL80211_REGDOM_SET_BY_COUNTRY_IE: the wireless core has received an
|
| * 802.11 country information element with regulatory information it
|
| - * thinks we should consider.
|
| + * thinks we should consider. cfg80211 only processes the country
|
| + * code from the IE, and relies on the regulatory domain information
|
| + * structure pased by userspace (CRDA) from our wireless-regdb.
|
| + * If a channel is enabled but the country code indicates it should
|
| + * be disabled we disable the channel and re-enable it upon disassociation.
|
| */
|
| enum nl80211_reg_initiator {
|
| NL80211_REGDOM_SET_BY_CORE,
|
|
|