diff options
author | Rafał Miłecki | 2017-01-04 18:58:31 +0100 |
---|---|---|
committer | Johannes Berg | 2017-01-06 14:01:13 +0100 |
commit | e691ac2f75b69bee743f0370d79454ba4429b175 (patch) | |
tree | 548678366bc42207f957ae6aa4603936faa1ab21 /Documentation | |
parent | 4787cfa08476d4193c35d958f564f643bb6ae234 (diff) |
cfg80211: support ieee80211-freq-limit DT property
This patch adds a helper for reading that new property and applying
limitations of supported channels specified this way.
It is used with devices that normally support a wide wireless band but
in a given config are limited to some part of it (usually due to board
design). For example a dual-band chipset may be able to support one band
only because of used antennas.
It's also common that tri-band routers have separated radios for lower
and higher part of 5 GHz band and it may be impossible to say which is
which without a DT info.
Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
[add new function to documentation, fix link]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/80211/cfg80211.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/80211/cfg80211.rst b/Documentation/80211/cfg80211.rst index b1e149ea6fee..eca534ab6172 100644 --- a/Documentation/80211/cfg80211.rst +++ b/Documentation/80211/cfg80211.rst @@ -45,6 +45,9 @@ Device registration :functions: wiphy_new .. kernel-doc:: include/net/cfg80211.h + :functions: wiphy_read_of_freq_limits + +.. kernel-doc:: include/net/cfg80211.h :functions: wiphy_register .. kernel-doc:: include/net/cfg80211.h |