* [PATCH 1/2] cfg80211: update wireless-regdb repo url in Documentation @ 2017-01-02 7:28 Rafał Miłecki 2017-01-02 7:28 ` [PATCH 2/2] cfg80211: fix example REG_RULE usage " Rafał Miłecki 2017-01-02 11:01 ` [PATCH 1/2] cfg80211: update wireless-regdb repo url " Johannes Berg 0 siblings, 2 replies; 3+ messages in thread From: Rafał Miłecki @ 2017-01-02 7:28 UTC (permalink / raw) To: Johannes Berg, linux-wireless Cc: linux-doc, Rafał Miłecki, Seth Forshee From: Rafał Miłecki <rafal@milecki.pl> It's maintained by Seth Forshe for a long time now. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> Cc: Seth Forshee <seth.forshee@canonical.com> --- Documentation/networking/regulatory.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/networking/regulatory.txt b/Documentation/networking/regulatory.txt index 356f791..b4af93f 100644 --- a/Documentation/networking/regulatory.txt +++ b/Documentation/networking/regulatory.txt @@ -205,7 +205,7 @@ the data in regdb.c as an alternative to using CRDA. The file net/wireless/db.txt should be kept up-to-date with the db.txt file available in the git repository here: - git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-regdb.git + git://git.kernel.org/pub/scm/linux/kernel/git/sforshee/wireless-regdb.git Again, most users in most situations should be using the CRDA package provided with their distribution, and in most other situations users -- 2.10.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH 2/2] cfg80211: fix example REG_RULE usage in Documentation 2017-01-02 7:28 [PATCH 1/2] cfg80211: update wireless-regdb repo url in Documentation Rafał Miłecki @ 2017-01-02 7:28 ` Rafał Miłecki 2017-01-02 11:01 ` [PATCH 1/2] cfg80211: update wireless-regdb repo url " Johannes Berg 1 sibling, 0 replies; 3+ messages in thread From: Rafał Miłecki @ 2017-01-02 7:28 UTC (permalink / raw) To: Johannes Berg, linux-wireless; +Cc: linux-doc, Rafał Miłecki From: Rafał Miłecki <rafal@milecki.pl> It's just an example, but lets make it look more real to don't confuse people about possible REG_RULE usage. Channels are 20 MHz wide, so start and end frequencies are 10 MHz away from the center one. Signed-off-by: Rafał Miłecki <rafal@milecki.pl> --- Documentation/networking/regulatory.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/networking/regulatory.txt b/Documentation/networking/regulatory.txt index b4af93f..7818b5f 100644 --- a/Documentation/networking/regulatory.txt +++ b/Documentation/networking/regulatory.txt @@ -156,12 +156,12 @@ struct ieee80211_regdomain mydriver_jp_regdom = { //.alpha2 = "99", /* If I have no alpha2 to map it to */ .reg_rules = { /* IEEE 802.11b/g, channels 1..14 */ - REG_RULE(2412-20, 2484+20, 40, 6, 20, 0), + REG_RULE(2412-10, 2484+10, 40, 6, 20, 0), /* IEEE 802.11a, channels 34..48 */ - REG_RULE(5170-20, 5240+20, 40, 6, 20, + REG_RULE(5170-10, 5240+10, 40, 6, 20, NL80211_RRF_NO_IR), /* IEEE 802.11a, channels 52..64 */ - REG_RULE(5260-20, 5320+20, 40, 6, 20, + REG_RULE(5260-10, 5320+10, 40, 6, 20, NL80211_RRF_NO_IR| NL80211_RRF_DFS), } -- 2.10.1 ^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] cfg80211: update wireless-regdb repo url in Documentation 2017-01-02 7:28 [PATCH 1/2] cfg80211: update wireless-regdb repo url in Documentation Rafał Miłecki 2017-01-02 7:28 ` [PATCH 2/2] cfg80211: fix example REG_RULE usage " Rafał Miłecki @ 2017-01-02 11:01 ` Johannes Berg 1 sibling, 0 replies; 3+ messages in thread From: Johannes Berg @ 2017-01-02 11:01 UTC (permalink / raw) To: Rafał Miłecki, linux-wireless Cc: linux-doc, Rafał Miłecki, Seth Forshee On Mon, 2017-01-02 at 08:28 +0100, Rafał Miłecki wrote: > From: Rafał Miłecki <rafal@milecki.pl> > > It's maintained by Seth Forshe for a long time now. > Both applied, thanks. johannes ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-01-02 11:01 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-01-02 7:28 [PATCH 1/2] cfg80211: update wireless-regdb repo url in Documentation Rafał Miłecki 2017-01-02 7:28 ` [PATCH 2/2] cfg80211: fix example REG_RULE usage " Rafał Miłecki 2017-01-02 11:01 ` [PATCH 1/2] cfg80211: update wireless-regdb repo url " Johannes Berg
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).