OSDN Git Service

cfg80211: pass struct to interface combination check/iter
authorPurushottam Kushwaha <pkushwah@qti.qualcomm.com>
Thu, 27 Oct 2016 10:55:38 +0000 (16:25 +0530)
committerGerrit - the friendly Code Review server <code-review@localhost>
Fri, 28 Oct 2016 05:30:05 +0000 (22:30 -0700)
commit9b8f3f2e319a47e1f60141e2a5ce9f2857fd7ff1
tree3c92bfcdee92d86449449e233e528434bae5b552
parentce610f2fc934e89c706a8030b25ce48accced28a
cfg80211: pass struct to interface combination check/iter

Move the growing parameter list to a structure for the interface
combination check and iteration functions in cfg80211 and mac80211
to make the code easier to understand.

Signed-off-by: Purushottam Kushwaha <pkushwah@qti.qualcomm.com>
[edit commit message]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Git-repo: git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
Git-commit: e227300c8395dffaa7614ce7c7666a82180ebc60
CRs-fixed: 1025311
Change-Id: Ic4c7f66e84c8898d9db630d373b8a3cc8472e826
Signed-off-by: Purushottam Kushwaha <pkushwah@codeaurora.org>
include/net/cfg80211.h
net/mac80211/util.c
net/wireless/util.c