aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_wds.c
Commit message (Expand)AuthorAgeFilesLines
* When taking the AMPDU reorder fastpath, need_tap wasn't beingRui Paulo2010-02-031-2/+1
* Add ieee80211_ageq; a facility for staging packets that requireSam Leffler2009-07-051-98/+37
* Revamp 802.11 action frame handling:Sam Leffler2009-07-051-1/+1
* ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.Rui Paulo2009-06-181-1/+1
* Fix handling of devices w/o radiotap support:Sam Leffler2009-05-251-1/+1
* Overhaul monitor mode handling:Sam Leffler2009-05-201-24/+15
* print both fc bytes when hitting a protocol version mismatchSam Leffler2009-04-261-1/+2
* o add missing 802.3 bpf tapSam Leffler2009-04-261-0/+6
* o update dwds mcast handling after hoisting ieee80211_encap: frames needSam Leffler2009-04-031-4/+12
* split Atheros SuperG support out into it's own file that's included onlySam Leffler2009-03-241-24/+8
* follow prevailing styleSam Leffler2008-12-311-1/+1
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-1/+1
* Fix checks for fast frames negotiation. ni_ath_flags holds theSam Leffler2008-10-301-1/+1
* Cleanup AMPDU handling:Sam Leffler2008-09-211-13/+9
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdsSam Leffler2008-05-221-2/+0
* Multi-bss (aka vap) support for 802.11 devices.Sam Leffler2008-04-201-0/+865