summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* remove ic_stats; it was intended to accumulate stats from vaps as theysam2009-02-131-1/+0
* Add a ieee80211_waitfor_parent() function that will wait for all deferredthompsa2009-02-121-1/+1
* When crafting a media setting w/ an auto (non-fixed) rate mask out thesam2009-02-031-12/+14
* setup default rate set for static turbo modesam2009-01-291-0/+1
* fill in ieee channel #'s and max tx power for drivers that work exclusivelysam2009-01-271-0/+15
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+16
* Fix definition of IEEE80211_CHAN_MAX; it was defined as 255 butsam2008-12-151-3/+1
* honor IEEE80211_CLONE_NOBEACONS for type of vap, not just a sta mode vapsam2008-10-251-5/+3
* o add support for ifconfig wlanX mode foosam2008-10-251-62/+8
* Replace a line matching /^ $/ with one matching /^$/.brooks2008-09-031-1/+1
* free ifp allocated at ieee80211_vap_setup.weongyo2008-09-021-0/+2
* Revise lock name handling:sam2008-05-281-1/+1
* Minor cleanup of vap create work:sam2008-05-121-18/+12
* use c99-style initialization for ieee80211_phymode_namesam2008-05-111-11/+11
* add DFS capability bit and use it to auto-enable DFS supportsam2008-05-111-2/+3
* re-enable WME by default; after a full day of testing on iwi I see nosam2008-05-011-3/+0
* disable default enabling of WME until we resolve driver regressionssam2008-04-301-0/+3
* hookup the parent device's if_input and if_output to stub routinessam2008-04-251-0/+19
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-361/+641
* Add padding for anticipated functionalitykmacy2007-12-071-2/+2
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #sam2007-11-231-0/+26
* invalidate ic_prevchan when constructing a new channel listsam2007-09-181-0/+1
* skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce;sam2007-09-181-1/+2
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)sam2007-09-181-2/+4
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-181-4/+0
* Update 802.11 wireless support:sam2007-06-111-388/+457
* copyright updates:sam2007-06-061-7/+1
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-111-14/+14
* change ieee80211_mhz2ieee to use the PSB mapping when the frequencysam2007-03-111-2/+4
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-151-36/+52
* Fix compile error.mjacob2007-01-061-1/+1
* o unbreak rate set defaultingsam2006-12-281-5/+3
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-42/+103
* Default the rate sets for 802.11 operating modes so drivers aren'tsam2006-11-261-0/+28
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+5
* back out public safety-specific channel number mapping; we can't dosam2006-04-261-9/+1
* o make driver override of net80211 parameter state consistentsam2006-02-141-5/+3
* switch beacon miss threshold from a time to the number of beaconsam2006-01-231-1/+1
* correct checking for turbo channels: rev 1.24 fixed static turbo channelssam2005-12-301-4/+4
* make packet bursting configurable (default to on if device is capable)sam2005-12-141-0/+2
* o correct auto mode logic for avoiding turbo channelssam2005-12-121-9/+9
* Update ieee80211_mhz2ieee to understand public safety bands and spectrumsam2005-11-151-7/+22
* Clarify/fix handling of the current channel:sam2005-08-101-0/+4
* Cleanup beacon/listen interval handling:sam2005-08-081-3/+5
* diff reduction against p4: define IEEE80211_FIXED_RATE_NONE and usesam2005-07-221-1/+1
* supply a default ic_reset method for drivers; the ioctl code expect thissam2005-01-271-0/+22
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-2/+2
* bump copyright for 2005sam2004-12-311-1/+1
* disable default use of wme until we can sort out interoperability issues;sam2004-12-311-2/+2
* expose ieee80211_phymode_name for use in debug msgssam2004-12-311-1/+1
OpenPOWER on IntegriCloud