summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_wds.c
Commit message (Expand)AuthorAgeFilesLines
* net80211: fix panic for DWDS vapsavos2016-03-261-0/+3
* net80211: eliminate copy-paste nearby ieee80211_check_rxseq()avos2016-03-011-16/+1
* net80211: add few missing subtype names.avos2016-02-191-0/+1
* net80211: free node reference in the ieee80211_parent_xmitpkt() when error ha...adrian2015-10-121-5/+1
* Begin plumbing ieee80211_rx_stats through the receive path.adrian2015-05-251-7/+9
* Properly update TX statistics for wlan(4).ae2015-05-231-1/+5
* Do not check sequence number for QoS Null frames; set it for generated QoS Nulladrian2015-05-121-2/+1
* Mechanically convert to if_inc_counter().glebius2014-09-191-6/+6
* Rename definition of IEEE80211_FC1_WEP to IEEE80211_FC1_PROTECTED.kevlo2014-01-081-3/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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