CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/10/09 02:53:16
Modified files:
sys/net80211 : ieee80211_radiotap.h
sys/dev/ic : athnvar.h athvar.h rt2860var.h
sys/dev/pci : if_iwmvar.h if_iwnvar.h if_iwxvar.h if_wpivar.h
sys/dev/usb : if_runvar.h
share/man/man9 : ieee80211_radiotap.9
Log message:
Kill unused IEEE80211_RADIOTAP_HWQUEUE.
Its value is conflicting with an effort to standardize TX flags fields of
the radiotap header from Mathy Vanhoef.
This flag used to indicate the presence of a specific hardware queue used
by WME but is unchecked.
ok sthen@, kn@