On Fri, Dec 19, 2008 at 3:18 PM, Steve Brown <sbrown@xxxxxxxxxxxx> wrote: > If I revert this part of the pcu patch, the "queue 7" messages go away. > Beacons remain. > > - ath5k_hw_reg_write(ah, next_beacon, AR5K_TIMER0); > + /* When in AP mode zero timer0 to start TSF */ > + if (ah->ah_op_mode == NL80211_IFTYPE_AP) > + ath5k_hw_reg_write(ah, 0, AR5K_TIMER0); > + else > + ath5k_hw_reg_write(ah, next_beacon, AR5K_TIMER0); So you're talking about AP mode and not mesh right (otherwise above code wouldn't make a difference)? As in the HAL we do want to write 0 there. There's probably some other issue with setup of beacon timers. -- Bob Copeland %% www.bobcopeland.com -- 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