K 10 svn:author V 3 sam K 8 svn:date V 27 2009-01-16T18:57:30.722771Z K 7 svn:log V 780 Untangle regulatory code some more: o remove the per-channel CTL setting, this is a per-band value that is constant for all channels in a band; instead record the regdomain state required to find any CTL when crafting a initial channel list o rewrite the regdomain code identification logic so we can record the necessary internal state to find the CTL setting in ath_hal_getctl While here also: o remove AH_SUPPORT_11D ifdefs; we always support 11d o remove pointless check for NO_HOSTAP; ath_hal_init_channels was never called with opmode set appropriately so this was a noop; this check is also done already by net80211 o remove return of regulatory class id's; this isn't used and doesn't belong here; it's part of the regulatory work net80211 is responsible for END