K 10 svn:author V 3 sam K 8 svn:date V 27 2009-01-23T18:40:31.058412Z K 7 svn:log V 654 Fix ani state handling when the channel list changes: o add privFlags to record if ani is initialized and setup (latter replaces isSetup in ani state) o move ar52XXGetAniState inline as it's used only once and change it to check privFlags to see when it needs re-setup state; because the regulatory code clears privFlags when the channel list changes this automatically causes per-channel ani state to get setup on next use o add a comment to regulatory code noting how zero'ing the private chan struct should implictly cause any ancillary state to be re-setup While here change CHANNEL_NFCREQUIRED to use IEEE80211_CHAN_PRIV0 instead of "1". END