[PATCH 11/21] wireless-regdb: Add regulatory rules for Martinique (MQ)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/db.txt b/db.txt index bbc7f8c..0a507d6 100644 --- a/db.txt +++ b/db.txt @@ -764,6 +764,12 @@ country MP: DFS-FCC (5490

[PATCH 13/21] wireless-regdb: Add regulatory rules for Malawi (MW)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/db.txt b/db.txt index 5869b96..7319579 100644 --- a/db.txt +++ b/db.txt @@ -793,6 +793,12 @@ country MU: DFS-FCC (5490

[PATCH 14/21] wireless-regdb: Add regulatory rules for Nicaragua (NI)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/db.txt b/db.txt index 7319579..1c9e307 100644 --- a/db.txt +++ b/db.txt @@ -812,6 +812,13 @@ country MX: DFS-FCC (5490

[PATCH 15/21] wireless-regdb: Add regulatory rules for French Polynesia (PF)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/db.txt b/db.txt index 1c9e307..640d2a7 100644 --- a/db.txt +++ b/db.txt @@ -874,6 +874,12 @@ country PE: DFS-FCC (5490

[PATCH 16/21] wireless-regdb: Add regulatory rules for Paraguay (PY)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/db.txt b/db.txt index 640d2a7..7e14d24 100644 --- a/db.txt +++ b/db.txt @@ -934,6 +934,13 @@ country PW: DFS-FCC (5490

[PATCH 18/21] wireless-regdb: Add regulatory rules for Suriname (SR)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/db.txt b/db.txt index e2981a2..8d56c92 100644 --- a/db.txt +++ b/db.txt @@ -1029,6 +1029,12 @@ country SN: DFS-FCC (5490

[PATCH 21/21] wireless-regdb: Add regulatory rules for Mayotte (YT)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 6 ++ 1 file changed, 6 insertions(+) diff --git a/db.txt b/db.txt index 292dbac..2a54da8 100644 --- a/db.txt +++ b/db.txt @@ -1195,6 +1195,12 @@ country WF: DFS-ETSI country YE

[PATCH 20/21] wireless-regdb: Add regulatory rules for U.S. Virgin Islands (VI)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/db.txt b/db.txt index 95a750f..292dbac 100644 --- a/db.txt +++ b/db.txt @@ -1163,6 +1163,13 @@ country VE: DFS-FCC (5250

[PATCH 19/21] wireless-regdb: Add regulatory rules for Uganda (UG)

2014-10-28 Thread Jouni Malinen
Source is QCA's regulatory team's efforts. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/db.txt b/db.txt index 8d56c92..95a750f 100644 --- a/db.txt +++ b/db.txt @@ -1114,6 +1114,13 @@ country UA: DFS-ETSI # 60

[PATCH] wireless-regdb: Add 160 MHz channel bandwidth for China (CN)

2014-10-27 Thread Jouni Malinen
to be determined automatically based on two rules. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.txt b/db.txt index b58cc8d..1df0b4c 100644 --- a/db.txt +++ b/db.txt @@ -223,8 +223,8 @@ country CL: DFS-JP country CN

[PATCH] wireless-regdb: Fix world roaming 160 MHz to use AUTO-BW

2014-10-23 Thread Jouni Malinen
The cfg80211 reg.c implementation rejects rules that claim to have maximum bandwidth that is larger than the full range. For cases that need to merge two rules into a single one with extended maximum bandwidth, AUTO-BW should be used instead. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com

[PATCH] wireless-regdb: Add 160 MHz channel bandwidth for VHT

2014-10-23 Thread Jouni Malinen
in the rule. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 616 - 1 file changed, 308 insertions(+), 308 deletions(-) diff --git a/db.txt b/db.txt index 1e5863f..b58cc8d 100644 --- a/db.txt +++ b/db.txt @@ -27,30

[PATCH v2 2/2] cfg80211: Specify frame and reason code for NL80211_CMD_DEL_STATION

2014-10-20 Thread Jouni Malinen
. This is used by drivers that implement AP SME and generate those frames internally. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- include/net/cfg80211.h | 5 + include/uapi/linux/nl80211.h | 6 +- net/wireless/nl80211.c | 21 + net/wireless/trace.h

[RFC] ath6kl: Use new del_station parameters

2014-10-10 Thread Jouni Malinen
This allows user space (mainly, hostapd or wpa_supplicant in AP mode) to specify whether to use Deauthentication or Disassociation frame and which reason code to use in that frame when removing the station. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- drivers/net/wireless/ath/ath6kl

[PATCH] wireless-regdb: Add Marshall Islands (MH) regulatory rules

2014-10-06 Thread Jouni Malinen
1986 compact of free association with the U.S. Marshall Islands follow U.S. Spectrum rules. Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com --- db.txt | 7 +++ 1 file changed, 7 insertions(+) diff --git a/db.txt b/db.txt index 757040b..5bd9388 100644 --- a/db.txt +++ b/db.txt @@ -669,6

Re: P2P_DEVICE support in Android KitKat

2014-09-10 Thread Jouni Malinen
.. Internally, wpa_supplicant should not add such for P2P groups, but I don't think there is any filtering on configuration if something is externally trying to make wpa_supplicant use that management interface for a station mode connection. -- Jouni Malinen

<    1   2   3