svn commit: r257133 - head/sys/dev/iwn

Adrian Chadd adrian at freebsd.org
Mon Oct 28 19:07:19 UTC 2013


Yeah:

Oct 28 19:43:43 mole kernel: iwn5000_tx_done: qid 3 idx 4 retries 7
nkill 0 rate a902 duration 686 status 83

status 0x83 is LONG_LIMIT, which meant it tried to transmit and it
failed to get an ACK each time.

The rate control says:

0x02: the rate in question
bit 8: MCS
bit 11: HT40
bits 14+15: transmit antennas A+B

.. and it's an association/management frame, which is odd as they're
not supposed to be sent as 11n HT40 frames like this.

can you do the same experiment but with the patch reverted? I'd like
to see what the selected rate is.

Thanks!


-adrian



On 28 October 2013 12:00, Stefan Farfeleder <stefanf at freebsd.org> wrote:
> On Mon, Oct 28, 2013 at 10:17:02AM -0700, Adrian Chadd wrote:
>> Ping, any response?
>>
>> I'd like to narrow down what's going on here.
>
> http://pastebin.com/veDsb0Xj
>
> Does this help in any way?
>
> Stefan


More information about the svn-src-all mailing list