Search Linux Wireless

Re: Mesh now completely broken on ath5k, latest git

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux