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 Thu, Dec 18, 2008 at 4:02 PM, Steve Brown <sbrown@xxxxxxxxxxxx> wrote:
> Lots of these however:
> Dec 18 15:53:20 fl-ws kernel: ath5k phy23: beacon queue 7 didn't stop?

Can you change the if statement that prints that in ath5k_beacon_send() in
base.c to capture the return value?  i.e.:

int err;
...

err = ath5k_hw_stop_tx_dma(ah, sc->bhalq);
if (unlikely(err)) {
    ATH5K_WARN(... "...didn't stop? %d\n", sc->bhalq, err);
}

> If I make the same change to the current git, still no beacons. But, the
> "queue 7" msgs persist.

Not sure, I was about to blame ath5k_configure_filter() but I see it does
turn on the beacons for mesh.

-- 
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