summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-201-1/+1
* add safeguard against (bogus) null channel parametersam2003-06-291-1/+4
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-21/+17
* fix typosam2003-06-271-1/+1
* new 802.11 layer:sam2003-06-231-0/+858
OpenPOWER on IntegriCloud