[ath9k-devel] [PATCH 3/5] ath10k: increase scan timeout

2013-05-06 Thread Michal Kazior
We can't use the max scan time as the timeout itself. We must account for various overheads (ie. command/event processing). Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c |6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath

Re: [ath9k-devel] [PATCH 3/5] ath10k: increase scan timeout

2013-05-07 Thread Kalle Valo
Michal Kazior writes: > We can't use the max scan time as the timeout > itself. We must account for various overheads (ie. > command/event processing). > > Signed-off-by: Michal Kazior > --- > drivers/net/wireless/ath/ath10k/mac.c |6 -- > 1 file changed, 4 insertions(+), 2 deletions(-)