On Thu, Oct 14, 2010 at 11:39:08AM +0530, Vasanthakumar Thiagarajan wrote: > On Wed, Oct 13, 2010 at 08:13:28PM +0530, Felix Fietkau wrote: > > + return &ar5416_11ng_ratetable; > > + return &ar5416_11g_ratetable; > ineffective return. > > case IEEE80211_BAND_5GHZ: > > - mode = ATH9K_MODE_11A; > > if (is_ht) > > - mode = ATH9K_MODE_11NA_HT20; > > - if (is_cw_40) > > - mode = ATH9K_MODE_11NA_HT40PLUS; > > - break; > > + return &ar5416_11na_ratetable; > > + return &ar5416_11a_ratetable; > same here. > > Also, legacy rate tables can be removed. Never mind, I misread the code. Vasanth -- 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