diff options
author | John W. Linville <linville@tuxdriver.com> | 2012-08-23 15:49:42 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-08-23 15:49:42 +0200 |
commit | a4881cc45a3fab4488e16c4934e149cfa620f1a9 (patch) | |
tree | 653eaec2c015a52ba17b4e1b714251b9472925ec /net/mac80211 | |
parent | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... (diff) | |
parent | mac80211: Fix AP mode regression (diff) | |
download | linux-a4881cc45a3fab4488e16c4934e149cfa620f1a9.tar.xz linux-a4881cc45a3fab4488e16c4934e149cfa620f1a9.zip |
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 69b322f6ca2e..929f897a8ded 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -740,7 +740,7 @@ static int ieee80211_set_probe_resp(struct ieee80211_sub_if_data *sdata, struct probe_resp *new, *old; if (!resp || !resp_len) - return -EINVAL; + return 1; old = rtnl_dereference(sdata->u.ap.probe_resp); |