summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix handling of devices w/o radiotap support:sam2009-05-256-11/+14
* do internal bpf tracking only for radiotap DLT'ssam2009-05-251-2/+2
* Prepare to distribute sysctl code to reduce global definitions:sam2009-05-202-1/+5
* Overhaul monitor mode handling:sam2009-05-2023-142/+503
* add block ack frame idsam2009-05-181-0/+1
* add missing type for SYSCTL_PROC items; w/o a type you can view the valuesam2009-05-141-6/+6
* correct handling of ctl frames: the sender's address is always i_addr2 forsam2009-05-141-12/+0
* Cancel the scan when going to INIT state. Should do this for other states herethompsa2009-05-101-0/+2
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+13
* Relax the condition for printing the lost state transition message. The newthompsa2009-05-031-10/+12
* don't say "ac WME_AC_BE"; remove "ac"sam2009-05-021-1/+1
* promote ieee80211_seq typedefsam2009-05-023-4/+4
* o dump tx/rx seq#'s for qos tid'ssam2009-05-021-2/+10
* whitespacesam2009-05-021-0/+1
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-023-21/+65
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-0210-261/+454
* revert wipsam2009-05-011-13/+4
* Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will besam2009-04-272-0/+11
* add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-addresssam2009-04-263-7/+12
* don't depend on includes to get definitions of struct ieee80211_tx_ampdusam2009-04-261-0/+2
* hoist ampdu tx aggregation setup from ieee80211_encap to ieee80211_startsam2009-04-261-37/+36
OpenPOWER on IntegriCloud