summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* calls callout_drain(9) to un-schedule a scan timer to prevent a pageweongyo2009-06-031-0/+1
* remove another vestige of the null if_softc on detach hacksam2009-06-021-16/+6
* fix typosam2009-06-021-1/+1
* partially fix mode setting; this no longer returns an error but stillsam2009-06-021-1/+1
* move if_detach to the top of ieee80211_ifdetach to close various racessam2009-06-021-2/+3
* Remove hack used to deal with ifnet teardown now that if_detach and thesam2009-06-023-42/+8
* Fix monitor mode vaps to work as intended:sam2009-06-027-23/+89
* don't dispatch frames to vap's not runningsam2009-06-021-0/+3
* count packetssam2009-06-021-0/+3
* pad data structures to enable integration of future features w/o abi breakagesam2009-06-016-2/+19
* distribute sysctl decls so global variables can be made staticsam2009-05-304-51/+38
* o assert TDMA_MAXSLOTS is 2 so noone tries to blindly increase itsam2009-05-301-4/+17
* add ieee80211_isratevalidsam2009-05-291-0/+6
OpenPOWER on IntegriCloud