OSDN Git Service

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)
committerLior David <liord@codeaurora.org>
Fri, 18 Nov 2016 12:15:29 +0000 (14:15 +0200)
commit54afc7997e9ba3e279b080a8ffa9dc49bb64888a
treea53912e3448ce9334811bc6be731c805ec67ea44
parent9a27bdb53fe5b7a0cf07c4aa3226ce8b9c9a14ad
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.

CRs-Fixed: 1087922
Change-Id: Ib1ae7221291b8176d61d58e756a3814c80d98d27
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Git-commit: 0507a3ac6e98f50583912ec78d07c2e4daaf2b28
[liord@codeaurora.org: cherry-pick without changes]
Signed-off-by: Lior David <liord@codeaurora.org>
net/wireless/util.c