summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_superg.c
Commit message (Expand)AuthorAgeFilesLines
* Atheros SuperG bug fixes, as part of hunting down kern/174283.adrian2012-12-091-9/+11
* Don't panic if the stageq here is empty; just fall through with NULLadrian2012-12-091-0/+10
* Fix a use-after-free bug in the Atheros fast-frames support.adrian2012-12-081-2/+9
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-3/+3
* Migrate the net80211 TX aggregation state to be from per-AC to per-TID.adrian2012-04-151-5/+9
* distribute sysctl decls so global variables can be made staticsam2009-05-301-3/+7
* Overhaul monitor mode handling:sam2009-05-201-3/+1
* make superg/fast-frames state dynamically-allocated (and indirect offsam2009-05-021-5/+30
* stash the node pointer in the mbuf before doing ff aggregration so thissam2009-04-261-2/+0
* add missing DLT_IEEE802_11 tapsam2009-04-261-0/+3
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-3/+320
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+1
* toggling fast-frames requires clocking the state machinesam2009-03-291-1/+1
* o move tdma+superg protocol defs out of public viewsam2009-03-261-0/+29
* Fix enough bits so that fast frames work again:sam2009-03-261-3/+20
* dynamic turbo mode is only implemented in sta mode; don't enable itsam2009-03-261-1/+3
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-0/+506
OpenPOWER on IntegriCloud