projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
439fdd4
)
mac80211: fix a crash issue introduced in the active monitor code
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 28 May 2013 21:20:22 +0000
(21:20 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 28 May 2013 21:20:22 +0000
(21:20 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36751
package/mac80211/patches/300-pending_work.patch
patch
|
blob
|
history
diff --git
a/package/mac80211/patches/300-pending_work.patch
b/package/mac80211/patches/300-pending_work.patch
index 33120a09031da29bea6717e2b2c5769cbbbac25d..c66693d2375823d302d8b42700fdf429702428a2 100644
(file)
--- a/
package/mac80211/patches/300-pending_work.patch
+++ b/
package/mac80211/patches/300-pending_work.patch
@@
-3930,7
+3930,7
@@
change = true;
}
-+ if ((*flags & NL80211_MNTR_FLAG_ACTIVE) &&
++ if (
flags &&
(*flags & NL80211_MNTR_FLAG_ACTIVE) &&
+ !(rdev->wiphy.features & NL80211_FEATURE_ACTIVE_MONITOR))
+ return -EOPNOTSUPP;
+