diff options
author | David S. Miller <davem@davemloft.net> | 2019-04-26 16:05:52 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-26 16:05:52 -0400 |
commit | 30e5a9a5ba853b896250f0665a2e10bbafa2f6bc (patch) | |
tree | 31f4be512bc417c03f7479d6c69d24f50ecfb00b /net/wireless/wext-compat.c | |
parent | 148f025d41a8bf8fe7e72d1a86024b5e4d25f224 (diff) | |
parent | 8828f81ad4a2f4e89ebe6e7793c06ed767c31d53 (diff) |
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
Johannes Berg says:
====================
Various updates, notably:
* extended key ID support (from 802.11-2016)
* per-STA TX power control support
* mac80211 TX performance improvements
* HE (802.11ax) updates
* mesh link probing support
* enhancements of multi-BSSID support (also related to HE)
* OWE userspace processing support
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wireless/wext-compat.c')
-rw-r--r-- | net/wireless/wext-compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c index d522787c7354..46e4d69db845 100644 --- a/net/wireless/wext-compat.c +++ b/net/wireless/wext-compat.c | |||
@@ -353,9 +353,6 @@ static int cfg80211_wext_siwretry(struct net_device *dev, | |||
353 | changed |= WIPHY_PARAM_RETRY_SHORT; | 353 | changed |= WIPHY_PARAM_RETRY_SHORT; |
354 | } | 354 | } |
355 | 355 | ||
356 | if (!changed) | ||
357 | return 0; | ||
358 | |||
359 | err = rdev_set_wiphy_params(rdev, changed); | 356 | err = rdev_set_wiphy_params(rdev, changed); |
360 | if (err) { | 357 | if (err) { |
361 | wdev->wiphy->retry_short = oshort; | 358 | wdev->wiphy->retry_short = oshort; |