summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* Miscellaneous fixups to 802.11 defs:sam2007-09-053-39/+64
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by thesam2007-09-052-1/+10
* Off-by-one bug in country ie construction, which will make HOSTAP send outsephe2007-08-261-1/+3
* Fix following nits:sephe2007-08-261-1/+2
* drop frames marked for encryption when no key is availablesam2007-08-241-0/+1
* In add_channel(), search 11g channels if mode is AUTO and correspondingsephe2007-07-201-5/+11
* revert handling of ssid and bssid to be manadatory instead of advisorysam2007-07-121-33/+40
* Move the XCHANNEL radiotap definition to a free slot. NetBSD defined somethompsa2007-07-011-1/+2
* Fix scanning issues since the new net80211 code went inthompsa2007-06-302-10/+14
* Change the channel number in the scan results struct to be a pointer to thethompsa2007-06-305-10/+13
* Correct msecs_to_ticks macro. This fixes problems when hz is not thesam2007-06-251-1/+1
* Correct state machine handling of AUTH -> AUTH transitions that passsam2007-06-161-0/+1
* Prefer __packed to __attribute__((__packed__)).imp2007-06-111-1/+1
* Update 802.11 wireless support:sam2007-06-1133-3589/+10353
* copyright updates:sam2007-06-0622-147/+23
* - Nuke unnecessary header.sephe2007-05-051-1/+1
* change ic_modecaps to a bit vector and use setbit, et. al.sam2007-03-113-16/+16
* Update to reflect correct usage:sam2007-03-111-18/+16
OpenPOWER on IntegriCloud