projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
mac80211: fix an interop issue with some broken 802.11n clients (#9436)
[openwrt.git]
/
package
/
mac80211
/
patches
/
406-regd_no_assoc_hints.patch
diff --git
a/package/mac80211/patches/406-regd_no_assoc_hints.patch
b/package/mac80211/patches/406-regd_no_assoc_hints.patch
index
839ce67
..
597d151
100644
(file)
--- a/
package/mac80211/patches/406-regd_no_assoc_hints.patch
+++ b/
package/mac80211/patches/406-regd_no_assoc_hints.patch
@@
-1,6
+1,6
@@
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
-@@ -164
4,6 +1644
,8 @@ void regulatory_hint_11d(struct wiphy *w
+@@ -164
3,6 +1643
,8 @@ void regulatory_hint_11d(struct wiphy *w
enum environment_cap env = ENVIRON_ANY;
struct regulatory_request *request;
enum environment_cap env = ENVIRON_ANY;
struct regulatory_request *request;
@@
-9,7
+9,7
@@
mutex_lock(®_mutex);
if (unlikely(!last_request))
mutex_lock(®_mutex);
if (unlikely(!last_request))
-@@ -18
50,6 +1852
,8 @@ static void restore_regulatory_settings(
+@@ -18
49,6 +1851
,8 @@ static void restore_regulatory_settings(
void regulatory_hint_disconnect(void)
{
void regulatory_hint_disconnect(void)
{
This page took
0.022313 seconds
and
4
git commands to generate.