]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
[net80211] Add some TODOs around A-MSDU in A-MPDU negotiation.
authorAdrian Chadd <adrian@FreeBSD.org>
Fri, 5 Jun 2020 06:07:23 +0000 (06:07 +0000)
committerAdrian Chadd <adrian@FreeBSD.org>
Fri, 5 Jun 2020 06:07:23 +0000 (06:07 +0000)
commit7280f37401e4bcb8e5cc7f354c78e1944761731f
treeb02c9c14b08e254963b91b4c02cef7bc554caedf
parent60a948950985aa71e20ce0743c9f232ba9dca0aa
[net80211] Add some TODOs around A-MSDU in A-MPDU negotiation.

net80211 currently doesn't negotiate A-MSDU in A-MPDU during ADDBA.
I've added the field in net80211 and this commit:

* Prints out the ADDBA field value during ADDBA;
* Adds some comments around where I need to follow up with some
  negotiation logic.

Right now we don't have a driver flag anywhere which controls
whether A-MSDU in A-MPDU is allowed.  I know it works (I have it
manually turned on at home on a couple test APs, heh!) but
I can't flip it on until we can negotiate it.

Tested:

* AR9380, STA/AP mode, printing out ADDBA requests
sys/net80211/ieee80211_ht.c