Re: [PATCH] cfg80211/nl80211: add wifi tx power mode switching support

2016-07-07 Thread Wei-Ning Huang
Wei-Ning On Tue, Jun 28, 2016 at 6:57 PM, Johannes Berg <johan...@sipsolutions.net> wrote: > On Thu, 2016-05-12 at 17:34 +0800, Wei-Ning Huang wrote: >> >> Johannes, I feel like being able to set calibration data at runtime >> is something common to all wireless d

Re: [PATCH] cfg80211/nl80211: add wifi tx power mode switching support

2016-05-12 Thread Wei-Ning Huang
On Fri, May 13, 2016 at 6:02 AM, Arend van Spriel <arend.vanspr...@broadcom.com> wrote: > On 12-05-16 11:34, Wei-Ning Huang wrote: >> On Thu, May 12, 2016 at 2:33 AM, Dan Williams <d...@redhat.com> wrote: >>> On Wed, 2016-05-11 at 13:03 +0800, Wei-Ning Huang wrote: &g

Re: [PATCH] cfg80211/nl80211: add wifi tx power mode switching support

2016-05-12 Thread Wei-Ning Huang
On Thu, May 12, 2016 at 2:33 AM, Dan Williams <d...@redhat.com> wrote: > On Wed, 2016-05-11 at 13:03 +0800, Wei-Ning Huang wrote: >> On Fri, May 6, 2016 at 4:19 PM, Wei-Ning Huang <wnhu...@google.com> >> wrote: >> > >> > On Fri, May 6, 2016 at 12:07

Re: [PATCH] cfg80211/nl80211: add wifi tx power mode switching support

2016-05-10 Thread Wei-Ning Huang
On Fri, May 6, 2016 at 4:19 PM, Wei-Ning Huang <wnhu...@google.com> wrote: > On Fri, May 6, 2016 at 12:07 AM, Dan Williams <d...@redhat.com> wrote: >> >> On Thu, 2016-05-05 at 14:44 +0800, Wei-Ning Huang wrote: >> > Recent new hardware has the a

Re: [PATCH] cfg80211/nl80211: add wifi tx power mode switching support

2016-05-06 Thread Wei-Ning Huang
On Fri, May 6, 2016 at 12:07 AM, Dan Williams <d...@redhat.com> wrote: > > On Thu, 2016-05-05 at 14:44 +0800, Wei-Ning Huang wrote: > > Recent new hardware has the ability to switch between tablet mode and > > clamshell mode. To optimize WiFi performance, we wa

[PATCH] cfg80211/nl80211: add wifi tx power mode switching support

2016-05-05 Thread Wei-Ning Huang
for a given wireless interface. Signed-off-by: Wei-Ning Huang <wnhu...@chromium.org> --- include/net/cfg80211.h | 11 +++ include/uapi/linux/nl80211.h | 21 + net/wireless/nl80211.c | 16 net/wireless/rdev-ops.h

Re: [PATCH] mwifiex: advertise low priority scan feature

2016-03-29 Thread Wei-Ning Huang
I've resent the patch here: https://patchwork.kernel.org/patch/8637861/ Thanks! Wei-Ning On Tue, Mar 22, 2016 at 12:12 PM, Wei-Ning Huang <wnhu...@google.com> wrote: > Hi Kalle, > > Thanks for the review. I accidentally removed the s-o-b line from > akarwar in this version. &g

Re: [PATCH] mwifiex: add __GFP_REPEAT to skb allocation call

2016-03-29 Thread Wei-Ning Huang
urora.org> wrote: > Wei-Ning Huang <wnhu...@chromium.org> writes: > >> "single skb allocation failure" happens when system is under heavy >> memory pressure. Add __GFP_REPEAT to skb allocation call so kernel >> attempts to reclaim pages and retry the a

[PATCH] mwifiex: add __GFP_REPEAT to skb allocation call

2016-03-28 Thread Wei-Ning Huang
"single skb allocation failure" happens when system is under heavy memory pressure. Add __GFP_REPEAT to skb allocation call so kernel attempts to reclaim pages and retry the allocation. Signed-off-by: Wei-Ning Huang <wnhu...@chromium.org> --- drivers/net/wireless/marvell/mwi

Re: [PATCH v2] mwifiex: advertise low priority scan feature

2016-03-21 Thread Wei-Ning Huang
Tested-by: Wei-Ning Huang <wnhu...@chromium.org> On Tue, Mar 22, 2016 at 12:09 PM, Wei-Ning Huang <wnhu...@chromium.org> wrote: > From: Amitkumar Karwar <akar...@marvell.com> > > Low priority scan handling code which delays or aborts scan > operation based on

Re: [PATCH] mwifiex: advertise low priority scan feature

2016-03-21 Thread Wei-Ning Huang
wrote: > Wei-Ning Huang <wnhu...@chromium.org> writes: > >> From: Amitkumar Karwar <akar...@marvell.com> >> >> Low priority scan handling code which delays or aborts scan >> operation based on Tx traffic is removed recently. The reason >> is fir

[PATCH v2] mwifiex: advertise low priority scan feature

2016-03-21 Thread Wei-Ning Huang
upport to cfg80211. This patch fixes a problem in which OBSS scan request from wpa_supplicant was being rejected by cfg80211. Signed-off-by: Amitkumar Karwar <akar...@marvell.com> Signed-off-by: Wei-Ning Huang <wnhu...@chromium.org> --- drivers/net/wireless/marvell/mwifiex/cfg80211.c | 1

[PATCH] mwifiex: advertise low priority scan feature

2016-03-21 Thread Wei-Ning Huang
upport to cfg80211. This patch fixes a problem in which OBSS scan request from wpa_supplicant was being rejected by cfg80211. Signed-off-by: Wei-Ning Huang <wnhu...@chromium.org> --- drivers/net/wireless/marvell/mwifiex/cfg80211.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/

Re: [PATCH] mwifiex: advertise low priority scan feature

2016-03-21 Thread Wei-Ning Huang
Tested-by: Wei-Ning Huang <wnhu...@chromium.org> On Mon, Mar 21, 2016 at 4:07 PM, Wei-Ning Huang <wnhu...@chromium.org> wrote: > From: Amitkumar Karwar <akar...@marvell.com> > > Low priority scan handling code which delays or aborts scan > operation based on

[PATCH] Bluetooth: hci_core: cancel power off delayed work properly

2016-02-15 Thread Wei-Ning Huang
From: Wei-Ning Huang <wnhu...@chromium.org> When the HCI_AUTO_OFF flag is cleared, the power_off delayed work need to be cancel or HCI will be powered off even if it's managed. Signed-off-by: Wei-Ning Huang <wnhu...@chromium.org> --- net/bluetooth/hci_core.c | 1 + 1 file changed,