]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: fix beacon interval in interface combination iteration
authorJohannes Berg <johannes.berg@intel.com>
Fri, 21 Oct 2016 10:15:00 +0000 (12:15 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 27 Oct 2016 07:08:44 +0000 (09:08 +0200)
commit6fabf7bd9158d93cef180ef91dec15324396d657
tree3fdfc0e83014705d3a3a1787d8e6675b358339ea
parent870ee86487661ff2dd9daee233fb1218051732a9
cfg80211: fix beacon interval in interface combination iteration

We shouldn't abort the iteration with an error when one of the
potential combinations can't accomodate the beacon interval
request, we should just skip that particular combination. Fix
the code to do so.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/util.c