summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Fix a typo in ifdef mesh support. This would make mesh unworkable ifrpaulo2009-08-171-1/+1
* Drain link state event changes posted during vap destroy. This is asam2009-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
* purge dead codesam2009-06-081-29/+0
* fix big-endian machinessam2009-06-081-4/+4
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* do not strip M_MORE_DATA on packets coming through ieee80211_start;sam2009-06-081-3/+4
* prefer callout_schedulesam2009-06-071-2/+1
* use c99-style initializerssam2009-06-071-7/+7
* teach ieee80211_classify about ipv6 packetssam2009-06-071-1/+23
* add iv_flags_ht and ic_flags_htsam2009-06-071-0/+2
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-0711-116/+166
* o add bits for STBC and Greenfieldsam2009-06-061-5/+8
* reserve node flag bits for a-msdu tx/rxsam2009-06-051-3/+7
* reserve ioc's for Greenfield and STBCsam2009-06-051-0/+2
* correct status code returned for ht capability mismatch on assoc/reassocsam2009-06-051-1/+1
* o correct/add action frame categoriessam2009-06-051-1/+5
* add tid param to ieee80211_notify_replay_failure to get the correct rscsam2009-06-054-6/+6
* Fix spelling of MAC check for 8.x version of MAC Framework, not noticed duerwatson2009-06-051-1/+3
* o station mode channel switch supportsam2009-06-049-22/+207
* When a channel switch is done to a channel with different operatingsam2009-06-031-0/+34
* After a channel switch mark associated stations so they will immediatelysam2009-06-031-0/+18
OpenPOWER on IntegriCloud