summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_wds.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r260444:kevlo2014-02-171-3/+3
* Convert net80211 over to using if_transmit for the dispatch from theadrian2013-08-081-1/+1
* Bring over my initial work from the net80211 TX locking branch.adrian2013-03-081-2/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Fix some corner cases in the net80211 sequence number retransmissionadrian2011-05-041-5/+1
* Make sure to only accept and handle action frames which are for us. Inbschmidt2011-02-221-13/+15
* Add a new mgmt subtype "ACTION NO ACK" defined in 802.11n-2009, while herebschmidt2011-02-211-17/+32
* When taking the AMPDU reorder fastpath, need_tap wasn't beingrpaulo2010-02-031-2/+1
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-98/+37
* Revamp 802.11 action frame handling:sam2009-07-051-1/+1
* ieee80211_dwds_mcast(): check the correct mbuf ptr after encap.rpaulo2009-06-181-1/+1
* Fix handling of devices w/o radiotap support:sam2009-05-251-1/+1
* Overhaul monitor mode handling:sam2009-05-201-24/+15
* print both fc bytes when hitting a protocol version mismatchsam2009-04-261-1/+2
* o add missing 802.3 bpf tapsam2009-04-261-0/+6
* o update dwds mcast handling after hoisting ieee80211_encap: frames needsam2009-04-031-4/+12
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-24/+8
* follow prevailing stylesam2008-12-311-1/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-1/+1
* Fix checks for fast frames negotiation. ni_ath_flags holds thesam2008-10-301-1/+1
* Cleanup AMPDU handling:sam2008-09-211-13/+9
* no need to stop the sw beacon miss timer; it's not used with adhoc or wdssam2008-05-221-2/+0
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-0/+865
OpenPOWER on IntegriCloud