summaryrefslogtreecommitdiffstats
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* 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
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-296-0/+9
* toggling fast-frames requires clocking the state machinesam2009-03-291-1/+1
* Eliminate ic_myaddr so changing the mac address of a device works correctly:sam2009-03-294-6/+7
* o move tdma+superg protocol defs out of public viewsam2009-03-265-93/+106
* Fix enough bits so that fast frames work again:sam2009-03-264-15/+59
* dynamic turbo mode is only implemented in sta mode; don't enable itsam2009-03-261-1/+3
* need to adjust htinfo offset when csa is insertedsam2009-03-261-0/+1
* adjust tdma ie offset when beacon frame contents changessam2009-03-261-0/+6
* shuffle code so things build w/o INVARIANTS or IEEE80211_SUPPORT_SUPERGsam2009-03-251-3/+3
* hide linker set stuff from user spacesam2009-03-241-1/+1
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-2414-508/+666
* add linker sets for get/set ioctl handlers so optional net80211sam2009-03-244-34/+69
* use IEEE80211_SUPPORT_TDMA option to control whether code issam2009-03-241-2/+0
* Remove leftover comment because we now use a flag to check for associd.rpaulo2009-03-191-1/+0
* Fix typo in comment.rpaulo2009-03-191-1/+1
* Use plural in a comment. No functional change.rpaulo2009-03-181-1/+1
OpenPOWER on IntegriCloud