commit | 0507a3ac6e98f50583912ec78d07c2e4daaf2b28 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Oct 21 12:15:00 2016 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 27 09:08:44 2016 +0200 |
tree | 3fdfc0e83014705d3a3a1787d8e6675b358339ea | |
parent | 73c7da3dae1e7cd8febeab13767b2698b84dfa15 [diff] |
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>