2011-04-14 16:52:09 +00:00
|
|
|
--- a/net/wireless/reg.c
|
|
|
|
+++ b/net/wireless/reg.c
|
2013-11-12 22:11:33 +00:00
|
|
|
@@ -1706,6 +1706,8 @@ void regulatory_hint_country_ie(struct w
|
2011-04-14 16:52:09 +00:00
|
|
|
enum environment_cap env = ENVIRON_ANY;
|
2013-06-15 20:14:06 +00:00
|
|
|
struct regulatory_request *request = NULL, *lr;
|
2011-04-14 16:52:09 +00:00
|
|
|
|
|
|
|
+ return;
|
|
|
|
+
|
2013-06-15 20:14:06 +00:00
|
|
|
/* IE len must be evenly divisible by 2 */
|
|
|
|
if (country_ie_len & 0x01)
|
|
|
|
return;
|
2013-11-12 22:11:33 +00:00
|
|
|
@@ -1900,6 +1902,7 @@ static void restore_regulatory_settings(
|
2011-04-14 16:52:09 +00:00
|
|
|
|
|
|
|
void regulatory_hint_disconnect(void)
|
|
|
|
{
|
|
|
|
+ return;
|
2013-01-09 12:45:28 +00:00
|
|
|
REG_DBG_PRINT("All devices are disconnected, going to restore regulatory settings\n");
|
2011-04-14 16:52:09 +00:00
|
|
|
restore_regulatory_settings(false);
|
2013-01-09 12:45:28 +00:00
|
|
|
}
|