Commit 0f70f398 authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville

cfg80211: "fix" 11d oops

This "fixes" the 11d oops I was seeing. This needs some more work but I
cannot work on it now.
Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c58f9f63
...@@ -989,6 +989,9 @@ void regulatory_hint_11d(struct wiphy *wiphy, ...@@ -989,6 +989,9 @@ void regulatory_hint_11d(struct wiphy *wiphy,
u32 checksum = 0; u32 checksum = 0;
enum environment_cap env = ENVIRON_ANY; enum environment_cap env = ENVIRON_ANY;
if (!last_request)
return;
mutex_lock(&cfg80211_drv_mutex); mutex_lock(&cfg80211_drv_mutex);
/* IE len must be evenly divisible by 2 */ /* IE len must be evenly divisible by 2 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment