diff options
author | Luciano Coelho <luciano.coelho@intel.com> | 2014-02-17 16:52:35 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2014-04-09 10:55:39 +0200 |
commit | cb2d956dd329caa11b5ece454dc52253aa038e73 (patch) | |
tree | e1f03836ab1dc2bd10e2249972c42534b0c08101 /Documentation/DocBook/80211.tmpl | |
parent | c8866e55a94fb02b83b13f289e5e470fc928703a (diff) | |
download | blackbird-op-linux-cb2d956dd329caa11b5ece454dc52253aa038e73.tar.gz blackbird-op-linux-cb2d956dd329caa11b5ece454dc52253aa038e73.zip |
cfg80211: refactor cfg80211_can_use_iftype_chan()
Separate the code that counts the interface types and channels from
the code that check the interface combinations. The new function that
checks for combinations is exported so it can be called by the
drivers.
This is done in preparation for moving the interface combinations
checks out of cfg80211.
Signed-off-by: Luciano Coelho <luciano.coelho@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation/DocBook/80211.tmpl')
-rw-r--r-- | Documentation/DocBook/80211.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/DocBook/80211.tmpl b/Documentation/DocBook/80211.tmpl index 044b76436e83..d9b9416c989f 100644 --- a/Documentation/DocBook/80211.tmpl +++ b/Documentation/DocBook/80211.tmpl @@ -100,6 +100,7 @@ !Finclude/net/cfg80211.h wdev_priv !Finclude/net/cfg80211.h ieee80211_iface_limit !Finclude/net/cfg80211.h ieee80211_iface_combination +!Finclude/net/cfg80211.h cfg80211_check_combinations </chapter> <chapter> <title>Actions and configuration</title> |