ks7010 firmware upload fail

2017-06-04 Thread Tobin C. Harding
Hi, I am attempting to test the ks7010 SIDO Wi-Fi driver (drivers/staging/ks7010/). Currently probing the driver fails because of a firmware upload error. I am seeking ideas on where to continue troubleshooting this issue. Test setup: - Spectec SDW-823 WIFI card (micro SD). - Raspberry Pi B 1 (

Re: [PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate"

2017-06-04 Thread Steve deRosier
On Sun, Jun 4, 2017 at 9:36 AM, Colin King wrote: > From: Colin Ian King > > Trivial fix to spelling mistake in ath6kl_dbg debug message > > Signed-off-by: Colin Ian King > --- > drivers/net/wireless/ath/ath6kl/htc_pipe.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/

[PATCH] ath6kl: fix spelling mistake: "Indicat" -> "Indicate"

2017-06-04 Thread Colin King
From: Colin Ian King Trivial fix to spelling mistake in ath6kl_dbg debug message Signed-off-by: Colin Ian King --- drivers/net/wireless/ath/ath6kl/htc_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath6kl/htc_pipe.c b/drivers/net/wireless/a

[PATCH 0/1] mac80211: removal of warning in RX path

2017-06-04 Thread Erik Stromdahl
This patch is related to ath10k (usb and sdio patches) so I CC Kalle and the ath10k mailing list as well. The *WARN_ON_ONCE(softirq_count() == 0);* call in ieee80211_rx_napi is causing a warning every time ath10k passes its first frame to mac80211 when running usb and sdio based devices. It seems

[PATCH 1/1] mac80211: ieee80211_rx_napi: remove warning

2017-06-04 Thread Erik Stromdahl
The softirq count is not always incremented during driver operation. This is the case for usb and sdio network drivers. The below warning occurs on the first RX frame pushed to mac80211 (for usb and sdio): [ 27.414995] [ cut here ] [ 27.416444] WARNING: CPU: 0 PID: 16