Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Aug 2014 00:16:12 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-wireless@FreeBSD.org
Subject:   [Bug 192950] [iwn] Centrino Advanced-N 6205 slow on 11n, better on 11g
Message-ID:  <bug-192950-21060-OZLO3n1h0g@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192950-21060@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192950-21060@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192950

--- Comment #14 from Adrian Chadd <adrian@freebsd.org> ---
Hi,

So the tx path grabs the rate from the net80211 ratectl code.

The link_quality table controls which rates are tried in which order, and I
think it's _after_ the rate that is specified by the rate control code - but
again, I can't be sure, because I haven't really sat down and figured out what
the rate code does.

Ie, if you do this:

* link quality table has MCS0-7 in it;
* you set a rate of MCS8 in the TX frame, btu also say "do link quality
retries"

then what happens.

The default rate module for iwn is amrr. It's in net80211. That's what should
be outputting debugging when you enable wlandebug +rate.


-a

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192950-21060-OZLO3n1h0g>