summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_superg.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diff"Renato Botelho2016-02-221-4/+3
* Importing pfSense patches net80211HEAD.tgz and conf.file.ieee80211.diffRenato Botelho2015-08-171-3/+4
* MFC r263710, r273377, r273378, r273423 and r273455:hselasky2014-10-271-1/+1
* Migrate the ff_encap1() routine out into the normal output code.adrian2013-08-261-39/+2
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-1/+1
* Kill this, it's not needed at this point and (hopefully) the parentadrian2013-03-101-2/+0
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-2/+12
* Wrap this in an #ifdef so IEEE80211_SUPPORT_SUPERG will work correctlyadrian2013-02-021-0/+4
* 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