aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_wds.c
Commit message (Expand)AuthorAgeFilesLines
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.Kevin Lo2014-01-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Convert net80211 over to using if_transmit for the dispatch from theAdrian Chadd2013-08-081-1/+1
* Bring over my initial work from the net80211 TX locking branch.Adrian Chadd2013-03-081-2/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Fix some corner cases in the net80211 sequence number retransmissionAdrian Chadd2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. InBernhard Schmidt2011-02-221-13/+15
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while hereBernhard Schmidt2011-02-211-17/+32
* 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