[PATCH] rtlwifi: rtl8192cu: Remove and replace routine in hw.c and mac.c

2015-04-06 Thread Taehee Yoo
I remove duplicated routines which related rtl92cu_set_hw_reg(). 1. rtl92c_set_qos() and HW_VAR_AC_PARAM routine are similar code. so i replace code with rtlpriv-cfg-ops-set_hw_reg(). 2. rtl92c_set_mac_addr() and 'HW_VAR_ETHER_ADDR' case at rtl92cu_set_hw_reg() routine are similar code. so i

Re: [PATCH] wireless-regdb: Add regulatory rules for Maldives (MV)

2015-04-06 Thread Seth Forshee
On Mon, Mar 30, 2015 at 01:30:41PM +0300, Jouni Malinen wrote: Source: http://www.cam.gov.mv/docs/tech_standards/TAM-TS-100-2004-WLAN.pdf Signed-off-by: Jouni Malinen jo...@qca.qualcomm.com Applied, thanks. -- To unsubscribe from this list: send the line unsubscribe linux-wireless in the

[ANN] wireless-regdb: master-2015-04-06

2015-04-06 Thread Seth Forshee
A new release of wireless-regdb (master-2015-04-06) is available at: https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2015.04.06.tar.gz The short log of changes since the 2015-03-13 release is below. Thanks, Seth --- Jouni Malinen (2): wireless-regdb: Update

ath10k to ath9k IBSS, ath9k has interface-combinations issue

2015-04-06 Thread Ben Greear
Has anyone tried running ath10k to ath9k IBSS? I'm trying this with a somewhat hacked 4.0-rc6 kernel, and latest wpa_supplicant. ath9k to ath9k works with and without encryption, and ath10k to ath10k works (w/out encryption at least). But, if I try to tell ath10k to connect to ath9k, then the

Re: ath10k to ath9k IBSS, ath9k has interface-combinations issue

2015-04-06 Thread Michal Kazior
On 7 April 2015 at 02:39, Ben Greear gree...@candelatech.com wrote: Has anyone tried running ath10k to ath9k IBSS? I'm trying this with a somewhat hacked 4.0-rc6 kernel, and latest wpa_supplicant. ath9k to ath9k works with and without encryption, and ath10k to ath10k works (w/out encryption

Re: [PATCH] ath9k_htc: check seq number instead of cmd id for timeout

2015-04-06 Thread Oleksij Rempel
Hi Kalle, can you please apply this patch. Am 06.04.2015 um 08:33 schrieb Fred Chou: Hi all, May I have an update on the patch status please? Thanks and regards, Fred On 13/3/2015 4:32 PM, Fred Chou wrote: From: Fred Chou fred.chou...@gmail.com As the driver may send multiple wmi

Re: [PATCH] ath9k_htc: check seq number instead of cmd id for timeout

2015-04-06 Thread Fred Chou
Hi all, May I have an update on the patch status please? Thanks and regards, Fred On 13/3/2015 4:32 PM, Fred Chou wrote: From: Fred Chou fred.chou...@gmail.com As the driver may send multiple wmi commands with identical cmd id, it is more robust to check seq number for timeout instead.