summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* MFC r208699:rpaulo2010-06-101-2/+6
* MFC r208696:rpaulo2010-06-051-0/+3
* MFC r202612thompsa2010-05-253-1/+40
* MFC r206367, r206358, r206370, r206371, r206372, r206398, r206415,rpaulo2010-05-1111-138/+440
* MFC r206617:rpaulo2010-04-282-23/+33
* MFC r205140:weongyo2010-04-173-2/+4
* MFC r205986:rpaulo2010-04-072-13/+14
* MFC r203422, r205516:rpaulo2010-04-061-0/+8
* MFC r203673:bschmidt2010-02-221-0/+1
* MFC a number of changes from head for ISP (203478,203463,203444,202418,201758,mjacob2010-02-111-1/+1
* MFC r202935:syrinx2010-01-311-2/+5
* MFC r202967:rpaulo2010-01-291-1/+1
* MFC r199187 to stable/8:antoine2009-12-121-1/+1
* MFC r199186 to stable/8:antoine2009-12-121-1/+1
* MFC r198581:rpaulo2009-11-031-9/+12
* MFC r198230, r198242, r198260, r198346, r198369, r198384:rpaulo2009-10-305-44/+67
* MFC 197975, 197977, 197980, 198027:rpaulo2009-10-173-84/+47
* Update 802.11s mesh support to draft 3.03. This includes a revised framerpaulo2009-09-294-199/+125
* MFC r196785:sam2009-09-071-1/+1
* MFC r196316:rpaulo2009-08-171-1/+1
* MFC r196159:sam2009-08-121-1/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-012-2/+1
* fix misplaced #endif that caused tdma handling to be merged with ESS handlingsam2009-07-311-1/+1
* Filter setting IFF_PROMISC on tdma vaps; we don't want the underyling devicesam2009-07-311-1/+2
* Mesh fixes, namely:rpaulo2009-07-274-80/+141
* revert OACTIVE part of r195845; instead fix the comment so it does not refersam2009-07-241-1/+13
* correct handling of IFF_PROMISC; this should not be pushed to the parentsam2009-07-241-1/+2
* monitor mode vaps are meant to be read-only so they can operate on anysam2009-07-241-5/+18
* o kill old code no longer needed after r193312sam2009-07-241-14/+3
* store mesh timers as ticks and sysctls for changing the defaultssam2009-07-213-39/+43
* Correct handling of keys that already have a hardware/device key index:sam2009-07-212-6/+8
* More mesh bits, namely:rpaulo2009-07-206-137/+453
* Move code that does payload realigment to a new routine, ieee80211_realign,sam2009-07-184-48/+44
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+0
* Fix inline function declaration and prototype.rpaulo2009-07-131-5/+4
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-1121-123/+5191
* mark struct ieee80211req_maclist packed so sizeof works as intended on arm;sam2009-07-101-1/+1
* correctly set the tailq ptr when removing the last item in the qsam2009-07-101-1/+2
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-058-140/+391
* Revamp 802.11 action frame handling:sam2009-07-059-354/+716
* Modify most routines returning 'struct ifaddr *' to return referencesrwatson2009-06-231-0/+1
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.rpaulo2009-06-181-1/+1
* Rev IEEE80211_IOC_STA_INFO abi: ni_flags grew from 16 bits to 32sam2009-06-131-1/+2
* make implicit pad visiblesam2009-06-111-0/+1
* use negotiated short gi to calculate the tx rate; using the htcapssam2009-06-111-2/+2
* When associating to an AP we don't know if HT is negotiated untilsam2009-06-113-6/+8
* protect callouts with the com locksam2009-06-091-5/+7
* add missing calls to ieee80211_dfs_attach/detachsam2009-06-091-0/+2
* Correct ieee80211_gettid:sam2009-06-094-9/+12
OpenPOWER on IntegriCloud