summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of vap create work:sam2008-05-125-20/+31
* we have a DFS capability now so enable checksam2008-05-111-3/+0
* 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-113-3/+5
* use the current left edge of the BA window when forming ADDBA requestsam2008-05-111-3/+4
* add PLCP service bit definitionssam2008-05-111-0/+5
* move inline keyword to silence compiler complaintssam2008-05-111-3/+3
* fix build w/ IEEE80211_DEBUG_REFCNT enabledsam2008-05-011-1/+1
* 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-2052-8515/+18015
* Fix adhoc mode to scan all available channels for a bss to joinsam2008-02-291-42/+63
* - Correctly handle ALTQ in ieee80211_deliver_data()sephe2008-02-031-2/+6
* add opaque pointer to tx ampdu state for driverssam2008-02-021-0/+1
* o correct typo that broke check when handling addba responsesam2008-02-011-1/+2
* update channel flag defs to match _ieee80211.h so cpp doesn't complainsam2007-12-131-16/+13
* Add padding for anticipated functionalitykmacy2007-12-072-3/+3
* Be more careful handling off-channel frames: if the driver (wrongly)sam2007-11-261-3/+4
* correct WMM packet classification:sam2007-11-231-40/+9
* o correct re-association indicator dispatched in node join eventsam2007-11-231-3/+3
* correct sta mode setup: adopt ap's ampdu density and max ampdu sizesam2007-11-231-2/+8
* parse htcap ie early so ampdu density and max rx size are availablesam2007-11-231-1/+3
* correct TID_TO_WME_AC handling of BEsam2007-11-231-1/+1
* use the DSPARMS ie to find the home channel for off-channel framessam2007-11-231-11/+12
* add ieee80211_find_channel_byieee to lookup a channel by ieee channel #sam2007-11-232-0/+28
* update default wme parameters to latest WiFi test planssam2007-11-231-24/+24
* correct MIMO power save action frame format;sam2007-11-141-2/+8
* correct termination check doing amsdu de-aggregationsam2007-11-081-4/+3
* Correct handling of off-channel frames:sam2007-11-051-12/+37
* sync 11n support with vap code base; many changes based on interopsam2007-11-0216-272/+1036
* correct channel flags returned by IEEE80211_IOC_STA_INFO; we needsam2007-11-021-1/+1
* don't try to re-associate after a parameter change, too many ap'ssam2007-11-021-11/+1
* silence complaint about not loading the wlan_scan_monitor module;sam2007-10-241-1/+2
* invalidate ic_prevchan when constructing a new channel listsam2007-09-181-0/+1
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetssam2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumesam2007-09-181-0/+6
* mgmt subtype 13 is actionsam2007-09-181-1/+1
* Close longstanding race dropping inactive stations; grab a referencesam2007-09-181-0/+2
* Safeguard count of stations in power save; don't touch it unless we'resam2007-09-181-1/+2
* 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-183-3/+8
* o move IEEE80211_NONQOS_TID into a public locationsam2007-09-183-5/+10
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theysam2007-09-181-4/+0
* Update beacon handling to sync w/ vap code base:sam2007-09-179-79/+207
* correct netband skip check in constructing a country iesam2007-09-171-1/+1
* oops, add missing bit from last changesam2007-09-061-0/+2
* Fixup sta inactivity handling:sam2007-09-064-6/+24
* o add 802.11 state machine states for DFS and client-side power savesam2007-09-052-3/+21
* Update channel definition:sam2007-09-051-16/+40
OpenPOWER on IntegriCloud