aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_superg.c
Commit message (Expand)AuthorAgeFilesLines
* distribute sysctl decls so global variables can be made staticSam Leffler2009-05-301-3/+7
* Overhaul monitor mode handling:Sam Leffler2009-05-201-3/+1
* make superg/fast-frames state dynamically-allocated (and indirect offSam Leffler2009-05-021-5/+30
* stash the node pointer in the mbuf before doing ff aggregration so thisSam Leffler2009-04-261-2/+0
* add missing DLT_IEEE802_11 tapSam Leffler2009-04-261-0/+3
* Hoist 802.11 encapsulation up into net80211:Sam Leffler2009-03-301-3/+320
* o add ic_rt to track the rate table for the current channel; this enablesSam Leffler2009-03-291-0/+1
* toggling fast-frames requires clocking the state machineSam Leffler2009-03-291-1/+1
* o move tdma+superg protocol defs out of public viewSam Leffler2009-03-261-0/+29
* Fix enough bits so that fast frames work again:Sam Leffler2009-03-261-3/+20
* dynamic turbo mode is only implemented in sta mode; don't enable itSam Leffler2009-03-261-1/+3
* split Atheros SuperG support out into it's own file that's included onlySam Leffler2009-03-241-0/+506