[ath9k-devel] [PATCH] ath9k: Show actual timeout value in failed calibration messages.

2013-03-24 Thread Robert Shade
The messages are currently hard coding "1ms", which does not match the actual timeout being used. --- drivers/net/wireless/ath/ath9k/ar9002_calib.c |9 ++--- drivers/net/wireless/ath/ath9k/ar9003_calib.c |3 ++- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/drivers/net

Re: [ath9k-devel] [PATCH] ath9k: Show actual timeout value in failed calibration messages.

2013-03-27 Thread John W. Linville
Missing a Signed-off-by line... On Sun, Mar 24, 2013 at 02:25:02PM -0400, Robert Shade wrote: > The messages are currently hard coding "1ms", which does not match > the actual timeout being used. > --- > drivers/net/wireless/ath/ath9k/ar9002_calib.c |9 ++--- > drivers/net/wireless/ath/at