summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
* Allow net80211 to compile on stable/9 and stable/8.adrian2013-08-071-0/+5
* Fix typo (dbM -> dBm)eadler2013-06-141-1/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-1/+1
* Implement a utility function to return the current TX power cap foradrian2013-04-161-0/+22
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-0/+1
* Migrate the power-save functions to be overridable VAP methods.adrian2012-10-021-0/+5
* Extend the radiotap code to be aware of the size of any extra vendoradrian2012-06-181-0/+5
* Create a new task to handle 802.11n channel width changes.adrian2012-03-251-0/+5
* Fix some net80211 enum nits:bschmidt2011-12-171-5/+6
* Add 802.11h quiet time element support into net80211.adrian2011-11-081-0/+10
* Add a callback for ADDBA response timeouts.adrian2011-06-201-0/+2
* Fix typo, it is MPDU not MDPU.bschmidt2011-05-211-1/+1
* First step on removing the harcoded RX/TX stream and MCS0-15 assumptions.bschmidt2011-03-131-0/+4
* Instead of using the AMRR ratectl algo as default for drivers which havebschmidt2010-11-061-2/+1
* Introduce IEEE80211_C_RATECTL, drivers which use the ratectl frameworkbschmidt2010-08-141-1/+2
* Add ic_rxstream and ic_txstream. These variables hold the number of RXrpaulo2010-04-281-1/+2
* net80211 rate control framework (net80211 ratectl).rpaulo2010-04-071-1/+4
* Constify vap argument of ieee80211_{note,discard}* functions.rpaulo2010-03-311-6/+6
* Add a new field for extended HT capabilities.rpaulo2010-03-231-1/+4
* Use the iflladdr_event event to keep the mac address on the vap in sync withthompsa2010-01-191-1/+2
* Fix #ifdefs so that GCC 4.4 doesn't complain about it.trasz2010-01-081-3/+3
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-5/+10
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-0/+5
* Revamp 802.11 action frame handling:sam2009-07-051-3/+4
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-20/+28
* o add bits for STBC and Greenfieldsam2009-06-061-5/+8
* o station mode channel switch supportsam2009-06-041-1/+2
* Fix monitor mode vaps to work as intended:sam2009-06-021-2/+3
* pad data structures to enable integration of future features w/o abi breakagesam2009-06-011-0/+2
* Overhaul monitor mode handling:sam2009-05-201-4/+37
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-021-9/+3
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-5/+33
* add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-addresssam2009-04-261-2/+3
* don't depend on includes to get definitions of struct ieee80211_tx_ampdusam2009-04-261-0/+2
* allow drivers to hook ampdu rx start/stopsam2009-04-261-0/+6
* add iv_recv_ctl method to allow hooking rx ctl frame handlingsam2009-04-261-0/+2
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-1/+1
* o add a capability for drivers that require 802.3 encapsulation ofsam2009-04-081-2/+3
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+11
* MFP mesh11s:rpaulo2009-03-301-1/+1
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+2
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-291-2/+2
* Minor cleanups of tdma protocol handling:sam2009-03-181-1/+1
* remove ic_stats; it was intended to accumulate stats from vaps as theysam2009-02-131-1/+0
* oops, fix octal escape sequencesam2009-02-111-1/+1
* fix mis-numbering of IEEE80211_MSG_BITSsam2009-02-111-4/+4
* change ic_getradiocaps driver callback to include the max # channelssam2009-01-271-1/+1
* o make %b msg bit defines public (to user apps too)sam2009-01-271-0/+31
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-2/+13
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-1/+1
OpenPOWER on IntegriCloud