[ath5k-devel] [PATCH] ath5k: use ctl settings based on current regdomain

2009-04-05 Thread Bob Copeland
Hi, Here's a patch to implement the regulatory conformance test limits, based on the regd patchset. -- Update ath5k to use the ctl settings for tx power based on current regulatory domain. Signed-off-by: Bob Copeland --- drivers/net/wireless/ath/ath5k/phy.c | 19 +++ 1 f

Re: [ath5k-devel] ath5k I/Q calibration bug

2009-04-05 Thread Nick Kossifidis
2009/4/1 bitbucket : > 01.04.09, 17:14, "Nick Kossifidis" : > >> >        /* No correction */ >> > -       if (i_coffd == 0 || q_coffd == 0) >> > +       if (i_coffd == 0 || q_coffd < 2) >> >                goto done; >> > >> Are you sure that < 2 is ok ? > Yes. In Sam's hal (madwifi-free) they che