summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_var.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* correct sortingsam2008-11-231-1/+1
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-1/+1
* Sync BAR frame handling with out of tree work:sam2008-10-251-0/+3
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-0/+2
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-0/+1
* Crypto api changes:sam2008-09-211-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-1/+2
* Add ieee80211_suspend_all and ieee80211_resume_all forsam2008-05-281-0/+1
* Minor cleanup of vap create work:sam2008-05-121-1/+6
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-111-0/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-183/+328
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #sam2007-11-231-0/+2
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-2/+21
* Update beacon handling to sync w/ vap code base:sam2007-09-171-3/+15
* Fixup sta inactivity handling:sam2007-09-061-0/+1
* Update 802.11 wireless support:sam2007-06-111-100/+217
* copyright updates:sam2007-06-061-7/+1
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-1/+1
* expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, and IEEE80211_DISCARD_MACsam2007-03-111-0/+31
* correct conversions between TU and ms/ticks; these are not usedsam2007-03-051-3/+3
* fix declaration / definition mismatch with ieee80211_chan2ieeekmacy2007-01-061-1/+1
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-1/+3
* add rate control debug msg bitsam2006-11-261-0/+1
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+3
* o move min/max beacon interval and dtim period to public locationsam2006-07-261-7/+0
OpenPOWER on IntegriCloud