K 10 svn:author V 6 adrian K 8 svn:date V 27 2011-11-03T03:00:39.916264Z K 7 svn:log V 701 ANI fixes, inspired by the Atheros reference code. * Since some items may be disabled or out of range, don't stop trying once a value is modified. The call to ar5416AniControl() may fail because the value is disabled or out of range, so fall through to the next value. * If in hostap mode, the beacon-RSSI-based logic for ANI twiddling can't be used, so instead just step firstep up to max. Although this change doesn't currently implement it, winding up firstep manually up to 16 (which isn't done here) does quieten most of the residual CCK/OFDM errors in hostap mode in a busy 2.4ghz environment. I won't commit that (yet) until I've tested it with real traffic. Obtained from: Atheros END