On Tue, Sep 14, 2010 at 12:53:29AM +0530, Ben Greear wrote: > Any suggestions for fixing the bssid mask setting in ath_opmode_init? > My change, appears to work because it's set in ath9k_add_interface, even > if not in the ath_opmode_init method. checking for ah->hw in ath_opmode_init() is buggy. bssid mask configuration from ath9k_add_interface() may not work well when some of the other vifs are in down state, may be this needs to be in ath_opmode_init() without that incorrect check. 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