NXP NFC version and ACPI

2018-12-04 Thread Daniel Lezcano
Hi, the discussion reference is on github [1]. I acquired a Lenovo x280 with a NFC chip. It is unclear what chip is it really, it is called NXP NPC300 which could be a PN7xxx chip range. A hacked version of an old deprecated out-of-tree module made the PN5xxx to work with my laptop but I

Re: pull request: mt76 2018-11-30

2018-12-04 Thread Kalle Valo
Felix Fietkau writes: > here's my first pull request for 4.21 > > - Felix > > The following changes since commit b72c51a58e6d63ef673ac96b8ab5bc98799c5f7b: > > brcmfmac: Fix out of bounds memory access during fw load (2018-11-29 > 17:33:10 +0200) > > are available in the Git repository at: > >

[PATCH wireless-drivers] brcmfmac: fix roamoff=1 modparam

2018-12-04 Thread Stijn Tintel
When the update_connect_param callback is set, nl80211 expects the flag WIPHY_FLAG_SUPPORTS_FW_ROAM to be set as well. However, this flag is only set when modparam roamoff=0, while the callback is set unconditionally. Since commit 7f9a3e150ec7 this causes a warning in wiphy_register, which breaks

Re: [PATCH] mac80211: rewrite Kconfig text for mesh

2018-12-04 Thread Steve deRosier
On Tue, Dec 4, 2018 at 7:25 AM Bob Copeland wrote: > > Lubomir Rintel recently pointed out a dead link for o11s.org, and > repointed it to a still live, but also stale website. As far as I > know, no one is updating the content at open80211s.org. > Indeed. The o11s effort more or less ended

Re: [PATCH] mac80211: rewrite Kconfig text for mesh

2018-12-04 Thread Lubomir Rintel
On Tue, 2018-12-04 at 10:22 -0500, Bob Copeland wrote: > Lubomir Rintel recently pointed out a dead link for o11s.org, and > repointed it to a still live, but also stale website. As far as I > know, no one is updating the content at open80211s.org. > > Since this Kconfig text was originally

Re: [PATCH] wireless-regdb: add URLs in README

2018-12-04 Thread Seth Forshee
On Fri, Nov 09, 2018 at 06:10:03PM +0100, Xose Vazquez Perez wrote: > Cc: Seth Forshee > Cc: WIRELESS ML > Cc: REGDB ML > Signed-off-by: Xose Vazquez Perez Applied, thanks!

Re: [PATCH] wireless-regdb: delete outdated comment for DE

2018-12-04 Thread Seth Forshee
On Fri, Nov 09, 2018 at 11:24:20AM +0100, Xose Vazquez Perez wrote: > d46d731c made it obsolete. > > Cc: Sven Eckelmann > Cc: Seth Forshee > Cc: WIRELESS ML > Cc: REGDB ML > Signed-off-by: Xose Vazquez Perez Applied, thanks!

[PATCH] mac80211: rewrite Kconfig text for mesh

2018-12-04 Thread Bob Copeland
Lubomir Rintel recently pointed out a dead link for o11s.org, and repointed it to a still live, but also stale website. As far as I know, no one is updating the content at open80211s.org. Since this Kconfig text was originally written, though, the 802.11s mesh drafts were approved and ultimately

[PATCH v2] nl80211: Add support to notify radar event info received from STA

2018-12-04 Thread Sriram R
Currently radar detection and corresponding channel switch is handled at the AP device. STA ignores these detected radar events since the radar signal can be seen mostly by the AP as well. But in scenarios where a radar signal is seen only at STA, notifying this event to the AP which can trigger a

Re: [RFC/RFT 3/4] mt76x02: do not set protection on set_rts_threshold callback

2018-12-04 Thread Stanislaw Gruszka
On Tue, Dec 04, 2018 at 11:45:09AM +0100, Stanislaw Gruszka wrote: > Only OFDM_PROT_CFG is configured there based on legacy proto > value. I'm not sure how handle CCK_PROT_CFG. > > > > - mt76_rmw(dev, MT_MM20_PROT_CFG, > > > - MT_PROT_CFG_CTRL | MT_PROT_CFG_RTS_THRESH, data); > > > -

Re: [RFC/RFT 3/4] mt76x02: do not set protection on set_rts_threshold callback

2018-12-04 Thread Stanislaw Gruszka
On Fri, Nov 09, 2018 at 10:23:56AM +0100, Lorenzo Bianconi wrote: > > Use set_rts_threshold calback to enable/disable threshold only for > > legacy traffic. RTS/CTS threshold for HT TXOP make make no sense > > to me since used protection (RTS/CTS , CTS-to-self or none) > > should be determined by

Re: rt2800 tx frame dropping issue.

2018-12-04 Thread Stanislaw Gruszka
Hi Daniel On Mon, Dec 03, 2018 at 03:44:46PM -0600, Daniel Santos wrote: > I almost managed to get that patch in a build to send to somebody who > can reproduce the error in abundance, but they have 15 different people > hammer the router to do it and we ended up sending them a few other >