]> Git Repo - linux.git/commit
brcmfmac: Make FWS queueing configurable.
authorHante Meuleman <[email protected]>
Mon, 12 May 2014 08:47:30 +0000 (10:47 +0200)
committerJohn W. Linville <[email protected]>
Tue, 13 May 2014 19:56:46 +0000 (15:56 -0400)
commit9cd18359d31edd576b0aead131adff8b5f555425
tree280fd3dc7fdcceb5753501dd4f42098f13a61c91
parent55929443c80af533e1ff03328d5377cf51591b38
brcmfmac: Make FWS queueing configurable.

FWS is always queuing frames and using a worker for de-queueing,
this is not always efficient for all bus layer. For example SDIO
has an internal queue and worker making the queueing of FWS
unnecessary. Make it possible to bypass the worker if fws mode
is none using a bus interface configuration. For USB bus layer
this configuration is set true to have fws provide queueing
regardless the fws mode.

Reviewed-by: Arend Van Spriel <[email protected]>
Reviewed-by: Franky (Zhenhui) Lin <[email protected]>
Reviewed-by: Pieter-Paul Giesberts <[email protected]>
Reviewed-by: Daniel (Deognyoun) Kim <[email protected]>
Signed-off-by: Hante Meuleman <[email protected]>
Signed-off-by: Arend van Spriel <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/brcm80211/brcmfmac/dhd_bus.h
drivers/net/wireless/brcm80211/brcmfmac/fwsignal.c
drivers/net/wireless/brcm80211/brcmfmac/usb.c
This page took 0.064231 seconds and 4 git commands to generate.