Update mac80211 support patch:
* remove obsolte monitor sdata handling (we don't use
a monitor interface, so accessing that data is a bug)
* initialize the skb queue mapping to match the tid,
at least ath9k does not like it when the tid and
queue mapping disagree
The TX path will overwrite the TID based on the SKB
priority. Load the QoS TID from 802.11 frames into
the skb priority to preserve it during TX handling.
(management, control, data) of one or more wireless interfaces.
Not necessary the monitor interface. The patch allows to discriminate which
IEEE802.11 types and IEEE802.11 subtypes capture.