Re: [PATCH 1/7] wireless: Change single cqm_config to rssi config list

2018-07-11 Thread Tamizh chelvam
On 2018-07-06 17:16, Johannes Berg wrote: On Wed, 2018-07-04 at 23:46 +0530, Tamizh chelvam wrote: > > - struct cfg80211_cqm_config *cqm_config; > > + struct cfg80211_rssi_config *rssi_config; > > + struct list_head rssi_config_list; > > Why do you need both now? Perhaps instead

Re: [PATCH 2/7] cfg80211: Add new NL command to configure peer specific rssi threshold

2018-07-11 Thread Tamizh chelvam
On 2018-07-06 17:10, Johannes Berg wrote: On Wed, 2018-07-04 at 11:39 +0530, Tamizh chelvam wrote: On 2018-06-29 14:59, Johannes Berg wrote: > On Wed, 2018-06-13 at 16:15 +0530, Tamizh chelvam wrote: > > > > + * @NL80211_ATTR_STA_MON: Station's connection monitor configuration > > in a > > + *

Re: [PATCH v2 04/24] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y

2018-07-11 Thread Boris Brezillon
On Mon, 9 Jul 2018 22:09:25 +0200 Boris Brezillon wrote: > It just makes NAND maintainers' life easier by allowing them to > compile-test this driver without having ARCH_S3C24XX or ARCH_S3C64XX > enabled. > > We add a dependency on HAS_IOMEM to make sure the driver compiles > correctly, and a

Re: [PATCH v2 00/12] Add mt76x0 driver

2018-07-11 Thread Lorenzo Bianconi
> On Tue, 2018-07-10 at 11:52 +0200, Stanislaw Gruszka wrote: > > On Tue, Jul 10, 2018 at 02:50:30PM +0800, Sean Wang wrote: > > > > For full support mt7610.bin firmware blob is need, hopefully with > > > > the permission of Mediatek, the blob will be pushed into linux-firmware > > > > git tree.

Re: RFkill for Bluetooth hard reset

2018-07-11 Thread Marcel Holtmann
Hi Sukumar, >>> We need an option to reset Bluetooth using GPIO toggle for a Linux >>> product when BT connected over USB (HCI interface). i.e I need out of >>> band(OOB) signal for USB to control/reset the BT. hence I opt to add >>> ACPI device in RfKill gpio driver(rfkill-gpio.c). >>> >>>

Re: [PATCH v2 04/24] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y

2018-07-11 Thread Arnd Bergmann
On Wed, Jul 11, 2018 at 1:16 PM, Boris Brezillon wrote: > On Mon, 9 Jul 2018 22:09:25 +0200 > Boris Brezillon wrote: > >> It just makes NAND maintainers' life easier by allowing them to >> compile-test this driver without having ARCH_S3C24XX or ARCH_S3C64XX >> enabled. >> >> We add a dependency

Re: mt76x2e MCU message 31 timed out

2018-07-11 Thread Stanislaw Gruszka
(correct Felix email address) On Fri, Jun 22, 2018 at 05:51:53PM +0200, Janusz Dziedzic wrote: > 2018-06-22 16:48 GMT+02:00 Stanislaw Gruszka : > > Hi > > > > On Fri, Jun 22, 2018 at 10:37:35AM +0200, Janusz Dziedzic wrote: > >> Have this card in my laptop: > >> 02:00.0 Network controller:

Re: [PATCH v2] mac80211: Fix wlan freezes under load at rekey

2018-07-11 Thread Alexander Wetzel
Hi Denis, > Hi Alexander, > hostapd or wpa_supplicant are "ordering" mac80211 to install a new key and are implementing the state machine and are in a good position to handle the fallout... at least theoretically. >>> >>> Ideally it would even know beforehand that we don't want to

Re: [PATCH v2 23/24] mtd: rawnand: jz4780: Drop the dependency on MACH_JZ4780

2018-07-11 Thread PrasannaKumar Muralidharan
On 10 July 2018 at 22:40, Boris Brezillon wrote: > Hi PrasannaKumar, > > On Tue, 10 Jul 2018 22:16:50 +0530 > PrasannaKumar Muralidharan wrote: > >> Hi Boris, >> >> On 10 July 2018 at 01:39, Boris Brezillon >> wrote: >> >> > This MACH_JZ4780 dependency is taken care of by JZ4780_NEMC, no need

Re: mt76x2e MCU message 31 timed out

2018-07-11 Thread Janusz Dziedzic
2018-07-11 14:29 GMT+02:00 Stanislaw Gruszka : > (correct Felix email address) > > On Fri, Jun 22, 2018 at 05:51:53PM +0200, Janusz Dziedzic wrote: >> 2018-06-22 16:48 GMT+02:00 Stanislaw Gruszka : >> > Hi >> > >> > On Fri, Jun 22, 2018 at 10:37:35AM +0200, Janusz Dziedzic wrote: >> >> Have this

Re: [PATCH v2 04/24] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y

2018-07-11 Thread Boris Brezillon
On Wed, 11 Jul 2018 14:09:19 +0200 Arnd Bergmann wrote: > On Wed, Jul 11, 2018 at 1:32 PM, Boris Brezillon > wrote: > > On Wed, 11 Jul 2018 13:27:53 +0200 > > Arnd Bergmann wrote: > > > >> On Wed, Jul 11, 2018 at 1:16 PM, Boris Brezillon > >> wrote: > >> > On Mon, 9 Jul 2018 22:09:25

Re: [PATCH v2 04/24] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y

2018-07-11 Thread Boris Brezillon
On Wed, 11 Jul 2018 13:27:53 +0200 Arnd Bergmann wrote: > On Wed, Jul 11, 2018 at 1:16 PM, Boris Brezillon > wrote: > > On Mon, 9 Jul 2018 22:09:25 +0200 > > Boris Brezillon wrote: > > > >> It just makes NAND maintainers' life easier by allowing them to > >> compile-test this driver without

Re: [PATCH v2 04/24] mtd: rawnand: s3c2410: Allow selection of this driver when COMPILE_TEST=y

2018-07-11 Thread Arnd Bergmann
On Wed, Jul 11, 2018 at 1:32 PM, Boris Brezillon wrote: > On Wed, 11 Jul 2018 13:27:53 +0200 > Arnd Bergmann wrote: > >> On Wed, Jul 11, 2018 at 1:16 PM, Boris Brezillon >> wrote: >> > On Mon, 9 Jul 2018 22:09:25 +0200 >> > Boris Brezillon wrote: >> > >> >> It just makes NAND maintainers'

Re: [PATCH v2] mac80211: Fix wlan freezes under load at rekey

2018-07-11 Thread Alexander Wetzel
Hi, >> I'll try that, but will probably take another week. My main main work >> station got severe file system corruption, forcing me to reinstall it >> from scratch. I suspect it was something in the wireless testing kernel >> 4.18-rc1 (944ae08d4e71) related to either btrfs or the ssd disk but

Re: [PATCH v2] mac80211: Fix wlan freezes under load at rekey

2018-07-11 Thread Denis Kenzior
Hi Alexander, On 07/11/2018 12:08 PM, Alexander Wetzel wrote: Hi Denis, Hi Alexander, hostapd or wpa_supplicant are "ordering" mac80211 to install a new key and are implementing the state machine and are in a good position to handle the fallout... at least theoretically. Ideally it would

[PATCH] mt76x2: add frame protection support

2018-07-11 Thread Lorenzo Bianconi
Introduce mac80211 rts threshold handler in order to add frame protection support to mt76x2 driver Signed-off-by: Lorenzo Bianconi --- drivers/net/wireless/mediatek/mt76/mt76x2.h | 1 + .../net/wireless/mediatek/mt76/mt76x2_mac.c | 30 +++

Re: [RFC v2 1/4] mac80211: Add TXQ scheduling API

2018-07-11 Thread Toke Høiland-Jørgensen
Rajkumar Manoharan writes: > On 2018-07-09 09:37, Toke Høiland-Jørgensen wrote: > [...] >> +/** >> + * ieee80211_schedule_txq - add txq to scheduling loop >> + * >> + * @hw: pointer as obtained from ieee80211_alloc_hw() >> + * @txq: pointer obtained from station or virtual interface >> + *