summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
* Data frames sent over the mgmt path might be part of a TX aggr sessionbschmidt2011-06-041-3/+10
* We need in.h for both INET and INET6, as according to RFC 3493 itbz2011-04-251-1/+4
* When injecting frames a temporary node is faked, during this severalbschmidt2011-03-131-1/+2
* It is IEEE80211_SUPPORT_XXX not IEEE80211_XXX_SUPPORT.bschmidt2011-02-211-6/+6
* The draft spec doesn't say beacon frames need to have a wildcard BSSID,rpaulo2009-10-231-7/+1
* Implement the missing support for updating the mesh conf number ofrpaulo2009-10-191-0/+12
* revert OACTIVE part of r195845; instead fix the comment so it does not refersam2009-07-241-1/+13
* o kill old code no longer needed after r193312sam2009-07-241-14/+3
* More mesh bits, namely:rpaulo2009-07-201-17/+32
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-58/+245
* do not strip M_MORE_DATA on packets coming through ieee80211_start;sam2009-06-081-3/+4
* teach ieee80211_classify about ipv6 packetssam2009-06-071-1/+23
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-5/+5
* Fix spelling of MAC check for 8.x version of MAC Framework, not noticed duerwatson2009-06-051-1/+3
* o station mode channel switch supportsam2009-06-041-1/+1
* Overhaul monitor mode handling:sam2009-05-201-7/+0
* Store the tx seq# of an 802.11 frame in the mbuf pkthdr; this will besam2009-04-271-0/+4
* add IEEE80211_FEXT_4ADDR to indicate ieee80211_encap should do 4-addresssam2009-04-261-4/+3
* hoist ampdu tx aggregation setup from ieee80211_encap to ieee80211_startsam2009-04-261-37/+36
* stash the node pointer in the mbuf before doing ff aggregration so thissam2009-04-261-8/+7
* don't fragment ampdu aggregatessam2009-04-261-1/+1
* uniformly mark mbufs that pass through the tx path with M_MCAST; driverssam2009-04-261-15/+22
* add missing part of r191537 that should have read: hoist DLT_IEEE802_11sam2009-04-261-4/+0
* fix commentsam2009-04-261-3/+1
* add missing DLT_IEEE802_11 bpf tap in ieee80211_startsam2009-04-261-0/+4
* fixup ieee80211_output handling:sam2009-04-261-1/+11
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* o add a capability for drivers that require 802.3 encapsulation ofsam2009-04-081-8/+10
* fix whitespacesam2009-04-031-1/+1
* o update dwds mcast handling after hoisting ieee80211_encap: frames needsam2009-04-031-3/+2
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-18/+24
* Fix enough bits so that fast frames work again:sam2009-03-261-11/+35
* need to adjust htinfo offset when csa is insertedsam2009-03-261-0/+1
* adjust tdma ie offset when beacon frame contents changessam2009-03-261-0/+6
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-211/+26
* Remove leftover comment because we now use a flag to check for associd.rpaulo2009-03-191-1/+0
* mark M_LASTFRAG at the last fragment.weongyo2009-02-091-0/+3
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-2/+24
* follow prevailing stylesam2008-12-311-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-151-3/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-1/+1
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-1/+1
* introduce M_ENCAP flag to mark packets encapsulated w/ an 802.11 headersam2008-10-261-0/+6
* fix comment that belonged w/ previous commitsam2008-10-261-3/+2
* change ieee80211_send_probereq to supply raw xmit parameters so it cansam2008-10-261-2/+19
* change ieee80211_send_nulldata to send a QoS Null Data frame to asam2008-10-261-14/+51
* o change ieee80211_mgmt_output to take a raw xmit parameters block sosam2008-10-261-26/+33
* fix old merge botch that causes gaps in the tx seq# space for QoS framessam2008-10-261-1/+0
* fix associd check for adhoc modesam2008-10-251-18/+13
* Cleanup AMPDU handling:sam2008-09-211-3/+23
OpenPOWER on IntegriCloud