summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* allow drivers to hook ampdu rx start/stopsam2009-04-262-10/+29
* improvements:sam2009-04-261-61/+105
* stash the node pointer in the mbuf before doing ff aggregration so thissam2009-04-262-10/+7
* whitespacesam2009-04-261-0/+1
* print both fc bytes when hitting a protocol version mismatchsam2009-04-264-4/+8
* add iv_recv_ctl method to allow hooking rx ctl frame handlingsam2009-04-264-8/+34
* don't fragment ampdu aggregatessam2009-04-261-1/+1
* uniformly mark mbufs that pass through the tx path with M_MCAST; driverssam2009-04-261-15/+22
* o add missing 802.3 bpf tapsam2009-04-261-0/+6
* add missing DLT_IEEE802_11 tapsam2009-04-261-0/+3
* add missing part of r191537 that should have read: hoist DLT_IEEE802_11sam2009-04-261-4/+0
* fix commentsam2009-04-261-3/+1
* add missing DLT_IEEE802_11 bpf tap in ieee80211_startsam2009-04-261-0/+4
* fixup ieee80211_output handling:sam2009-04-261-1/+11
* o use shared code to handle bpf tap and mbuf cleanupsam2009-04-263-15/+6
* correct bssid reporting for wds vapssam2009-04-261-4/+7
* Remove spurious 'or'.rpaulo2009-04-231-1/+1
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-164-5/+5
OpenPOWER on IntegriCloud