aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.115: fix use w/ altqSam Leffler2008-02-051-2/+6
* MFC 1.8: correct typo that broke check when handling addba responseSam Leffler2008-02-051-1/+2
* Add padding for anticipated functionalityKip Macy2007-12-072-3/+3
* MFC: ieee80211_find_channel_byieee for use with sta mode scanningSam Leffler2007-11-292-0/+28
* MFC 1.8: be more careful handling off-channel framesSam Leffler2007-11-291-11/+13
* MFC: sta mode setup for 11n devicesSam Leffler2007-11-282-3/+11
* MFC 1.91: correct re-association indicator dispatched in node join eventSam Leffler2007-11-281-3/+3
* MFC: WMM packet classification fixesSam Leffler2007-11-282-41/+10
* MFC 1.45: update default wme parameters to latest WiFi test plansSam Leffler2007-11-281-24/+24
* MFC 1.17: correct MIMO power save action frame formatSam Leffler2007-11-211-2/+8
* MFC 1.6: correct handling of off-channel framesSam Leffler2007-11-121-12/+37
* MFC 1.6: correct termination check doing amsdu de-aggregationSam Leffler2007-11-111-4/+3
* MFC: sync 11n support with vap code baseSam Leffler2007-11-1116-272/+1036
* MFC 1.25: correct channel flags returned by IEEE80211_IOC_STA_INFOSam Leffler2007-11-111-1/+1
* MFC 1.43: don't try to re-associate after a parameter changeSam Leffler2007-11-111-11/+1
* MFC 1.4: silence complaint about not loading the wlan_scan_monitor moduleSam Leffler2007-10-311-1/+2
* invalidate ic_prevchan when constructing a new channel listSam Leffler2007-09-181-0/+1
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetsSam Leffler2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumeSam Leffler2007-09-181-0/+6
* mgmt subtype 13 is actionSam Leffler2007-09-181-1/+1
* Close longstanding race dropping inactive stations; grab a referenceSam Leffler2007-09-181-0/+2
* Safeguard count of stations in power save; don't touch it unless we'reSam Leffler2007-09-181-1/+2
* skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce;Sam Leffler2007-09-181-1/+2
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)Sam Leffler2007-09-183-3/+8
* o move IEEE80211_NONQOS_TID into a public locationSam Leffler2007-09-183-5/+10
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theySam Leffler2007-09-181-4/+0
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-179-79/+207
* correct netband skip check in constructing a country ieSam Leffler2007-09-171-1/+1
* oops, add missing bit from last changeSam Leffler2007-09-061-0/+2
* Fixup sta inactivity handling:Sam Leffler2007-09-064-6/+24
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-052-3/+21
* Update channel definition:Sam Leffler2007-09-051-16/+40
* Miscellaneous fixups to 802.11 defs:Sam Leffler2007-09-053-39/+64
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by theSam Leffler2007-09-052-1/+10
* Off-by-one bug in country ie construction, which will make HOSTAP send outSepherosa Ziehau2007-08-261-1/+3
* Fix following nits:Sepherosa Ziehau2007-08-261-1/+2
* drop frames marked for encryption when no key is availableSam Leffler2007-08-241-0/+1
* In add_channel(), search 11g channels if mode is AUTO and correspondingSepherosa Ziehau2007-07-201-5/+11
* revert handling of ssid and bssid to be manadatory instead of advisorySam Leffler2007-07-121-33/+40
* Move the XCHANNEL radiotap definition to a free slot. NetBSD defined someAndrew Thompson2007-07-011-1/+2
* Fix scanning issues since the new net80211 code went inAndrew Thompson2007-06-302-10/+14
* Change the channel number in the scan results struct to be a pointer to theAndrew Thompson2007-06-305-10/+13
* Correct msecs_to_ticks macro. This fixes problems when hz is not theSam Leffler2007-06-251-1/+1
* Correct state machine handling of AUTH -> AUTH transitions that passSam Leffler2007-06-161-0/+1
* Prefer __packed to __attribute__((__packed__)).Warner Losh2007-06-111-1/+1
* Update 802.11 wireless support:Sam Leffler2007-06-1133-3589/+10353
* copyright updates:Sam Leffler2007-06-0622-147/+23
* - Nuke unnecessary header.Sepherosa Ziehau2007-05-051-1/+1
* change ic_modecaps to a bit vector and use setbit, et. al.Sam Leffler2007-03-113-16/+16
* Update to reflect correct usage:Sam Leffler2007-03-111-18/+16