summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* setup turboA/G fixed rate parameters too; this is needed, in particular,sam2009-04-131-3/+5
* correct debug printfsam2009-04-131-1/+1
* check correct address for a bssid mtchsam2009-04-131-1/+1
* fix txparms setup for 108G sta's: ieee80211_iserp_rateset does notsam2009-04-131-2/+3
* o add a capability for drivers that require 802.3 encapsulation ofsam2009-04-082-10/+13
* fix whitespacesam2009-04-031-1/+1
* o update dwds mcast handling after hoisting ieee80211_encap: frames needsam2009-04-033-9/+15
* Hoist 802.11 encapsulation up into net80211:sam2009-03-3010-24/+402
* Fix typo in comment.rpaulo2009-03-301-1/+1
* MFP mesh11s:rpaulo2009-03-301-1/+1
OpenPOWER on IntegriCloud