summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-184/+275
* Add some missing <sys/module.h> includes which are masked by thephk2004-05-301-0/+1
* Link state change notification of ethernet media to the routing socket.andre2004-05-051-1/+10
* diff reduction against madwifi/p4sam2004-04-021-2/+2
* Add explicit dependency on "ether", since we use ether_ifattach().mux2004-03-161-0/+1
* Add support for FH phy, which will be used by awi driver.onoe2004-01-151-43/+58
* short preamble capability is not just for 11g; mark IEEE80211_F_SHPREAMBLEsam2003-09-141-3/+3
* Delay creating ic_bss until after the super-class has a chancesam2003-08-131-0/+6
* add monitor modesam2003-07-211-0/+12
OpenPOWER on IntegriCloud