[PATCH] brcmfmac: Add sg parameters dts parsing

2017-11-30 Thread Chi-Hsien Lin
broken_sg_support, sd_head_align, and sd_sgentry_align are used in brcmfmac code but not configurable in dts file. Add the parsing logic. Now they can be configured like below in dts: brcm,broken_sg_support; brcm,sd_head_align = /bits/ 16 <4>; brcm,sd_sgentry_align = /bits/

[v3 8/8] rsi: sdio changes to support BT

2017-11-30 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi Queue number is correctly updated for BT traffic. Also, kzalloc instead of kmalloc is used for Rx packet allocation. Signed-off-by: Prameela Rani Garnepudi Signed-off-by: Amitkumar Karwar --- drivers/net/wireless/rsi/rsi_91x_sdio.c | 2 ++ drivers/net/wireles

[v3 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-30 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi Redpine bluetooth driver is a thin driver which depends on 'rsi_91x' driver for transmitting and receiving packets to/from device. It creates hci interface when attach() is called from 'rsi_91x' module. Signed-off-by: Prameela Rani Garnepudi Signed-off-by: Siva Reb

[v3 1/8] rsi: add rx control block to handle rx packets in USB

2017-11-30 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi Rx bluetooth endpoint shall be added in further patches. Rx control block is introduced here to handle Rx packets properly. Separate function is written to initialize the RX control blocks. Signed-off-by: Prameela Rani Garnepudi Signed-off-by: Siva Rebbagondla Sig

[v3 4/8] rsi: add coex support

2017-11-30 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi With BT support, driver has to handle two streams of data (i.e. wlan and BT). Actual coex implementation is in firmware. Coex module just schedule the packets to firmware by taking them from the corresponding paths. Structures for module and protocol operations are

[v3 2/8] rsi: add bluetooth rx endpoint

2017-11-30 Thread Amitkumar Karwar
From: Siva Rebbagondla USB endpoint 1 is used for WLAN which is presently in use. USB endpoint 2 is introduced for BT Rx traffic. Enumeration of Rx BT endpoint and submitting Rx BT URB are added. >From /sys/kernel/debug/usb/devices, Ad=81(I) is for WLAN EP IN and Ad=01(O) is for Wlan EP OUT. Ad=

[v3 0/8] rsi: add bluetooth and coex support

2017-11-30 Thread Amitkumar Karwar
From: Amitkumar Karwar This patch series adds new bluetooth driver and coex enhancments in existing wlan driver for RSI chipsets. As per our architecture, both wlan and bluetooth drivers talk over same SDIO interface to device. Separate endpoint will be used in case of USB interface. Changes in

[v3 7/8] rsi: add module parameter operating mode

2017-11-30 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi Operating mode determines the support for other protocols. This is made as module parameter for better usage. Signed-off-by: Prameela Rani Garnepudi Signed-off-by: Siva Rebbagondla Signed-off-by: Amitkumar Karwar --- drivers/net/wireless/rsi/rsi_91x_main.c | 57

[v3 6/8] rsi: handle BT traffic in driver

2017-11-30 Thread Amitkumar Karwar
From: Siva Rebbagondla BT frames are passed through coex and hal modules to BUS. After firmware is loaded, based on the operating mode CARD READY frame comes for each protocol. When BT card ready is received, BT attach is called. Protocol operations are exchanged between the modules at initializa

[v3 3/8] rsi: add header file rsi_header

2017-11-30 Thread Amitkumar Karwar
From: Prameela Rani Garnepudi The common parameters used by wlan and bt modules are added to a new header file "rsi_header.h" defined in '/include/linux' Signed-off-by: Prameela Rani Garnepudi Signed-off-by: Siva Rebbagondla Signed-off-by: Amitkumar Karwar --- drivers/net/wireless/rsi/rsi_ma

Re: [linuxwifi] Need support for Intel new wifi module 9462NGW

2017-11-30 Thread Luca Coelho
On Fri, 2017-12-01 at 13:29 +0800, Chris Chiu wrote: > Hi Luca, > I think the problem is not missing DHCP reply. I installed > tcpdump > on the machine with Intel 9461NGW and start monitoring on the wlan > interface. > The result is following > https://gist.github.com/mschiu77/f4cc14ddae6adf137

Re: [linuxwifi] Need support for Intel new wifi module 9462NGW

2017-11-30 Thread Chris Chiu
Hi Luca, I think the problem is not missing DHCP reply. I installed tcpdump on the machine with Intel 9461NGW and start monitoring on the wlan interface. The result is following https://gist.github.com/mschiu77/f4cc14ddae6adf137da15675cca59b30 I also attach the ifconfig result at the end of th

Re: [PATCH 2/2] ath10k: add per peer tx stats support for 10.2.4

2017-11-30 Thread akolli
On 2017-11-30 22:08, Kalle Valo wrote: Toke Høiland-Jørgensen writes: +struct ath10k_10_2_peer_tx_stats { + u8 ratecode[PEER_STATS_FOR_NO_OF_PPDUS]; + u8 success_pkts[PEER_STATS_FOR_NO_OF_PPDUS]; + __le16 success_bytes[PEER_STATS_FOR_NO_OF_PPDUS]; + u8 retry_pkts[PEER_S

Re: [PATCH 2/2] ath10k: add per peer tx stats support for 10.2.4

2017-11-30 Thread Kalle Valo
Toke Høiland-Jørgensen writes: >>> +struct ath10k_10_2_peer_tx_stats { >>> + u8 ratecode[PEER_STATS_FOR_NO_OF_PPDUS]; >>> + u8 success_pkts[PEER_STATS_FOR_NO_OF_PPDUS]; >>> + __le16 success_bytes[PEER_STATS_FOR_NO_OF_PPDUS]; >>> + u8 retry_pkts[PEER_STATS_FOR_NO_OF_PPDUS]; >>> + __le16

Re: Re: [PATCH 3/3] mwifiex: debugfs: trigger device dump for usb interface

2017-11-30 Thread Brian Norris
Hi Simon, On Wed, Nov 15, 2017 at 11:31:05AM +, Xinming Hu wrote: > > -Original Message- > > From: Brian Norris [mailto:briannor...@chromium.org] > > > > On Mon, Aug 14, 2017 at 12:19:03PM +, Xinming Hu wrote: > > > diff --git a/drivers/net/wireless/marvell/mwifiex/debugfs.c > > >

Re: [PATCH v2 3/3] mwifiex: debugfs: trigger device dump for usb interface

2017-11-30 Thread Brian Norris
On Mon, Nov 27, 2017 at 03:09:15PM +0800, Xinming Hu wrote: > This patch extend device_dump debugfs function to make it > works for usb interface. > > Signed-off-by: Xinming Hu > Signed-off-by: Cathy Luo > --- > v2: Same as v1 With the same problems as v1 :)

Re: [PATCH 2/2] ath10k: add per peer tx stats support for 10.2.4

2017-11-30 Thread Toke Høiland-Jørgensen
>> +struct ath10k_10_2_peer_tx_stats { >> +u8 ratecode[PEER_STATS_FOR_NO_OF_PPDUS]; >> +u8 success_pkts[PEER_STATS_FOR_NO_OF_PPDUS]; >> +__le16 success_bytes[PEER_STATS_FOR_NO_OF_PPDUS]; >> +u8 retry_pkts[PEER_STATS_FOR_NO_OF_PPDUS]; >> +__le16 retry_bytes[PEER_STATS_FOR_NO_O

Re: [PATCH 2/2] ath10k: add per peer tx stats support for 10.2.4

2017-11-30 Thread Kalle Valo
writes: > From: Anilkumar Kolli > > 10.2.4 firmware branch (used in QCA988X) does not support > HTT_10_4_T2H_MSG_TYPE_PEER_STATS and that's why ath10k does not provide > tranmission rate statistics to user space, instead it just shows > hardcoded 6 Mbit/s. But pktlog firmware facility provides p

Re: [PATCH 5/8] Bluetooth: btrsi: add new rsi bluetooth driver

2017-11-30 Thread Amitkumar Karwar
On Wed, Nov 29, 2017 at 7:03 PM, Marcel Holtmann wrote: > Hi Amitkumar, > Redpine bluetooth driver is a thin driver which depends on 'rsi_91x' driver for transmitting and receiving packets to/from device. It creates hci interface when attach() is called from 'rsi_91x' module. >

RE: IT Service Desk Support

2017-11-30 Thread Toma, Taghreed
Dear Colleague, Note that Microsoft Outlook Windows Updates is scheduled for today and installed on all users' workstations. Please Click here to Updates your account, Your device will prompt to restart after the updat

Re: [linuxwifi] Need support for Intel new wifi module 9462NGW

2017-11-30 Thread Chris Chiu
Hi Luca, I got another machine which has Intel 9461NGW (31dc:0264) and stuck at the same problem. I can't see the DHCP response on the air. However, the router does respond to the DHCP discover. Please check the following tcpdump here. The 9461's mac address is 60:f6:77:9a:f4:ed https://gist.gi

[PATCH 1/2] ath10k: move pktlog_filter out of ath10k_debug

2017-11-30 Thread akolli
From: Anilkumar Kolli Move pktlog_filter from struct ath10k_debug to struct ath10k so that pktlog can be enabled even when debugfs is not enabled, needed to enable peer tx stats for 10.2.4. No changes in functionality. Signed-off-by: Anilkumar Kolli --- drivers/net/wireless/ath/ath10k/core.h

[PATCH 2/2] ath10k: add per peer tx stats support for 10.2.4

2017-11-30 Thread akolli
From: Anilkumar Kolli 10.2.4 firmware branch (used in QCA988X) does not support HTT_10_4_T2H_MSG_TYPE_PEER_STATS and that's why ath10k does not provide tranmission rate statistics to user space, instead it just shows hardcoded 6 Mbit/s. But pktlog firmware facility provides per peer tx statistics

[PATCH 0/2] ath10k: tx stats for 10.2.4

2017-11-30 Thread akolli
From: Anilkumar Kolli Add tx stats supoort for QCA988X. Parse peer stats from pktlog packets and update the tx rate information per STA. This way user space can query about transmit rate with iw. Anilkumar Kolli (2): ath10k: move pktlog_filter out of ath10k_debug ath10k: add per peer tx stat

Re: [EXT] Marvell Mwifiex wireless driver: mwifiex_pcie broken on Marvell ESPRESSOBin

2017-11-30 Thread Ellie Reeves
Hi again, I tried the few patch that made it to this list without any real success... I suppose the issue isn't that easy to reproduce on your side so... Shall I try a git bisect, building only that module and see if I can narrow it down a bit ? I'm no expert with git or git bisect for that ma