On Thu, 2012-06-28 at 14:16 +0300, Vladimir Kondratiev wrote: > @@ -60,8 +70,12 @@ int ieee80211_frequency_to_channel(int freq) > return (freq - 2407) / 5; > else if (freq >= 4910 && freq <= 4980) > return (freq - 4000) / 5; > - else > + else if (freq <= 6000) /* TODO: check band 5.2 upper limit */ Looks fine, but whose TODO is this? :-) johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html