HomeFreeBSD

[net80211] refactor out the A-MPDU dispatch routine.

Description

[net80211] refactor out the A-MPDU dispatch routine.

The "dispatch a frame from the A-MPDU reorder buffer" code is essentially
duplicated in a couple of places. This refactors it out into a single
place in preparation for A-MSDU in A-MPDU offload support, where multiple
A-MSDUs are decap'ed in hardware to 802.3/802.11 frames, but with the
same sequence number.

Reviewed by: avos
Differential Revision: https://reviews.freebsd.org/D10240