Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Stanislaw Gruszka
On Thu, Dec 04, 2014 at 03:52:52PM +1100, Julian Calaby wrote: On Thu, Dec 4, 2014 at 3:39 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Dec 04, 2014 at 07:07:58AM +0530, Parth Sane wrote: Hi, I'd say I'm midway through with c programming(part of my computer

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Oleksij Rempel
Am 04.12.2014 um 09:23 schrieb Stanislaw Gruszka: On Thu, Dec 04, 2014 at 03:52:52PM +1100, Julian Calaby wrote: On Thu, Dec 4, 2014 at 3:39 PM, Greg Kroah-Hartman gre...@linuxfoundation.org wrote: On Thu, Dec 04, 2014 at 07:07:58AM +0530, Parth Sane wrote: Hi, I'd say I'm midway through

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Oleksij Rempel
Am 04.12.2014 um 10:26 schrieb Parth Sane: Hi, Guys I'll be using my other account on my private domain laer.in now onwards. Be sure to add me in your contacts. My new email is parths...@laer.in -Parth On 4 December 2014 at 14:19, Oleksij Rempel li...@rempel-privat.de wrote: Am 04.12.2014

[PATCH] cfg80211: avoid mem leak on driver hint set

2014-12-04 Thread Arik Nemtsov
In the already-set and intersect case of a driver-hint, the previous wiphy regdomain was not freed before being reset with a copy of the cfg80211 regdomain. Cc: sta...@vger.kernel.org Signed-off-by: Arik Nemtsov arikx.nemt...@intel.com --- net/wireless/reg.c | 5 - 1 file changed, 4

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Luca Olivetti
El 04/12/14 a les 02:24, Greg Kroah-Hartman ha escrit: On Sun, Nov 30, 2014 at 06:55:12PM +, Parth Sane wrote: Hi Greg, You can find the source code attached as a tarball. It works and I have tested it myself. You only need to use make and make install for this. This really looks like

[patch -next] iwlwifi: use a format string for an snprintf()

2014-12-04 Thread Dan Carpenter
This will make Kees Cook happy if we specify a format string and, who knows, maybe someday there will be a firmware version with a percent character and we'll be glad for this. Signed-off-by: Dan Carpenter dan.carpen...@oracle.com diff --git a/drivers/net/wireless/iwlwifi/iwl-drv.c

Re: Multiple-BSSID issues with hostapd

2014-12-04 Thread Rafał Miłecki
On 28 November 2014 at 10:27, Arend van Spriel ar...@broadcom.com wrote: For the brcmfmac we started working on Multiple-BSSID support and came across some issues with hostapd that are listed listed below. BSS1 setup on netdev wlan0 BSS2 setup on netdev wlan0_0 * get_station() done on wrong

[PATCH] staging: rtl8723au: hal: Added blank line after declaration

2014-12-04 Thread Anjana Sasindran
This patch fix the checkpatch.pl warning: WARNING: Missing blank line after declaration Signed-off-by: Anjana Sasindran anjanasasindran...@gmail.com --- drivers/staging/rtl8723au/hal/odm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/staging/rtl8723au/hal/odm.c

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Stanislaw Gruszka
On Thu, Dec 04, 2014 at 09:49:53AM +0100, Oleksij Rempel wrote: So far i know, Felix is working on abgn+ac (MT7662 and MT7612) devices. MT7601STA is (a)bgn. Are there similar regs? All Mediatek/Ralink devices I know have the same MAC registers, but different BBP and RF registers. In mt7601

Re: [GIT] [3.19] NFC update

2014-12-04 Thread John W. Linville
On Tue, Dec 02, 2014 at 11:37:49PM +0100, Samuel Ortiz wrote: Hi John, This is the NFC pull request for 3.19. With this one we get: - NFC digital improvements for DEP support: Chaining, NACK and ATN support added. - NCI improvements: Support for p2p target, SE IO operand addition,

Re: pull-request: mac80211-next 2014-12-03

2014-12-04 Thread John W. Linville
On Wed, Dec 03, 2014 at 08:48:22AM +0100, Johannes Berg wrote: Hi John, Yes, you were right - I must have missed that you merged my other pull request. I hope you can still pull this in time for the next merge window. Unfortunately I can't send a signed tag because I forgot my yubikey at

RE: [PATCH v2 1/2] ath10k: add new pdev parameters for fw 10.2

2014-12-04 Thread Oh, Peter
It looks good to me. Thanks, Peter -Original Message- From: ath10k [mailto:ath10k-boun...@lists.infradead.org] On Behalf Of Kalle Valo Sent: Tuesday, December 02, 2014 3:07 AM To: ath...@lists.infradead.org Cc: linux-wireless@vger.kernel.org Subject: [PATCH v2 1/2] ath10k: add new pdev

Re: [PATCH] cfg80211: avoid mem leak on driver hint set

2014-12-04 Thread Luis R. Rodriguez
On Thu, Dec 04, 2014 at 12:22:16PM +0200, Arik Nemtsov wrote: In the already-set and intersect case of a driver-hint, the previous wiphy regdomain was not freed before being reset with a copy of the cfg80211 regdomain. Cc: sta...@vger.kernel.org Signed-off-by: Arik Nemtsov

RE: [PATCH v2 2/2] ath10k: add new wmi interface of NF cal period

2014-12-04 Thread Oh, Peter
It looks good to me. Thanks, Peter -Original Message- From: ath10k [mailto:ath10k-boun...@lists.infradead.org] On Behalf Of Kalle Valo Sent: Tuesday, December 02, 2014 3:07 AM To: ath...@lists.infradead.org Cc: linux-wireless@vger.kernel.org Subject: [PATCH v2 2/2] ath10k: add new wmi

Re: Multiple-BSSID issues with hostapd

2014-12-04 Thread Arend van Spriel
On 12/04/14 13:03, Rafał Miłecki wrote: On 28 November 2014 at 10:27, Arend van Sprielar...@broadcom.com wrote: For the brcmfmac we started working on Multiple-BSSID support and came across some issues with hostapd that are listed listed below. BSS1 setup on netdev wlan0 BSS2 setup on netdev

help

2014-12-04 Thread m_del_buon
can you help me with this problems? thx Sent from Libero Mobile Il 04/12/2014, m_del_b...@libero.it ha scritto: hi I am an italian user of one realtek based device Bus 001 Device 005: ID 0df6:004b Sitecom Europe B.V. WL-349v3 Wireless Micro Adapter 150N X1

Re: help

2014-12-04 Thread Arend van Spriel
On 12/04/14 20:01, m_del_b...@libero.it wrote: can you help me with this problems? thx Suspect that you are building newer kernel driver code against an older kernel. How did you populate /home/hp/rtl8192su-master/rtlwifi? Regards, Arend Sent from Libero Mobile

new regulatory database mainteiner -- Seth Forshee

2014-12-04 Thread John W. Linville
Greetings, As you may know, I have been maintaining the wireless regulatory rules database used by CRDA since the project was started. Although I am not an expert on regulatory law by anyone's estimation, I have maintained this database both through personal trust in those presenting patches and

[PATCH] MAINTAINERS: orphan rtl8180

2014-12-04 Thread John W. Linville
Signed-off-by: John W. Linville linvi...@tuxdriver.com --- MAINTAINERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/MAINTAINERS b/MAINTAINERS index 7ec37a396ffe..e3f40df47513 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7845,11 +7845,10 @@ S: Maintained F:

[PATCH 2/6] staging: vt6655: common variable size channel numbers to ieee80211_channel-hw_value

2014-12-04 Thread Malcolm Priestley
hw_value is u16 so fix all to the same size. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/channel.c | 6 +++--- drivers/staging/vt6655/device.h | 2 +- drivers/staging/vt6655/rf.c | 12 +++- drivers/staging/vt6655/rf.h | 8 4 files

[PATCH 1/6] staging: vt6655: set_channel replace parameter with ieee80211_channel

2014-12-04 Thread Malcolm Priestley
replacing uConnectionChannel for hw_value as set in vnt_init_bands. This allows other signaling of ieee80211_channel to move deeper into driver. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/channel.c | 12 ++-- drivers/staging/vt6655/channel.h |

[PATCH 5/6] staging: vt6655: Fix RFbSetPower() error: buffer overflow 'priv-abyCCKPwrTbl' 15 = 56

2014-12-04 Thread Malcolm Priestley
Check uCH is not more than CB_MAX_CHANNEL_24G(14) on rates RATE_1M to RATE_11M Return false as the call is invalid as these rates do not exist above channel 14. Reported-by: Dan Carpenter dan.carpen...@oracle.com Cc: Dan Carpenter dan.carpen...@oracle.com Signed-off-by: Malcolm Priestley

[PATCH 3/6] staging: vt6655: remove antenna diversity functions

2014-12-04 Thread Malcolm Priestley
The vendor had disabled these functions in their last version. On test this can be troublesome, so remove this from the driver along with its macros and timers. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/baseband.c| 340 ---

[PATCH 6/6] staging: vt6655: RFbSetPower remove unused variable byPwrdBm

2014-12-04 Thread Malcolm Priestley
byPwrdBm is set but never used. Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/rf.c | 12 1 file changed, 12 deletions(-) diff --git a/drivers/staging/vt6655/rf.c b/drivers/staging/vt6655/rf.c index a6eabde..941b2ad 100644 ---

[PATCH 4/6] staging: vt6655: device_init_registers alway set initial antenna mode

2014-12-04 Thread Malcolm Priestley
BBvSetTxAntennaMode and BBvSetRxAntennaMode need to be set correcty on start up Signed-off-by: Malcolm Priestley tvbox...@gmail.com --- drivers/staging/vt6655/device_main.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/staging/vt6655/device_main.c