On Wed, Aug 29, 2018 at 12:30:38PM +0530, Rakesh Pillai wrote: > The support to put WCN3990 firmware into Factory > test mode is not present currently. The WCN3990 > firmware can operate in Factory test mode based > on the mode it receives in the wlan enable message > from the host driver. > > When the host driver is started in testmode send > the operating mode as UTF mode, to the WCN3990 > firmware, in the wlan enable message to start the > firmware in Factory test mode. > > Tested on: WCN3990 > Tested FW: WLAN.HL.2.0-01192-QCAHLSWMTPLZ-1. > > Signed-off-by: Rakesh Pillai <pillair@xxxxxxxxxxxxxx> > --- > drivers/net/wireless/ath/ath10k/ahb.c | 3 ++- > drivers/net/wireless/ath/ath10k/core.c | 2 +- > drivers/net/wireless/ath/ath10k/hif.h | 7 ++++--- > drivers/net/wireless/ath/ath10k/mac.c | 2 +- > drivers/net/wireless/ath/ath10k/pci.c | 3 ++- > drivers/net/wireless/ath/ath10k/sdio.c | 3 ++- > drivers/net/wireless/ath/ath10k/snoc.c | 20 ++++++++++++++++---- > drivers/net/wireless/ath/ath10k/testmode.c | 2 +- > drivers/net/wireless/ath/ath10k/usb.c | 3 ++- > 9 files changed, 31 insertions(+), 14 deletions(-) What ever happened here? I'm told this is useful, but I see no comments and it's marked Deferred in patchwork: https://patchwork.kernel.org/patch/10579559/ FWIW, it looks OK to me: Reviewed-by: Brian Norris <briannorris@xxxxxxxxxxxx>