]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[net80211] put in a comment about the not-quite-correctness of A-MPDU parameters.
authoradrian <adrian@FreeBSD.org>
Mon, 18 Apr 2016 00:26:11 +0000 (00:26 +0000)
committeradrian <adrian@FreeBSD.org>
Mon, 18 Apr 2016 00:26:11 +0000 (00:26 +0000)
commitd6c727547783d96cf981ebccd1af788472784b4b
tree2c6807ce05a41f7527b4b5edc9a1f10d69a602b4
parent5af00548630cf2dcaef5f18bc24eafaace4755dc
[net80211] put in a comment about the not-quite-correctness of A-MPDU parameters.

Although we correctly (now!) calculate the right A-MPDU parameters, the
ioctl() has some faulty logic for choosing which to display.  The BSS
params are what were advertised to us, and we would have chosen the
lower of theirs/ours when advertising the HT bits back at them.

So, we /should/ track and fix that so we display the correct A-MPDU
density and size.

However, since I'm a forgetful type, and I don't want to have to re-learn
that this is wrong, drop in a comment so I or someone else fixes it.
Or, when I discover this again in 4 years, I don't have to go digging
too much to remember.
sys/net80211/ieee80211_ioctl.c