summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* reorder RSN/WPA2 ie in beacon and probe response frames to complysam2008-07-071-13/+13
* Split s/w crypt/mic attributes to allow future hackery; this changesam2008-05-281-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-738/+1288
* Add padding for anticipated functionalitykmacy2007-12-071-1/+1
* correct WMM packet classification:sam2007-11-231-40/+9
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-37/+55
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetssam2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumesam2007-09-181-0/+6
* Update beacon handling to sync w/ vap code base:sam2007-09-171-22/+20
* drop frames marked for encryption when no key is availablesam2007-08-241-0/+1
* Update 802.11 wireless support:sam2007-06-111-193/+657
* copyright updates:sam2007-06-061-7/+1
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-4/+4
* add IEEE80211_KEY_UNDEFINED and use it instead of local defssam2007-03-111-5/+5
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-4/+4
* back out use of LLC_SNAPFRAMELEN now that sizeof(struct llc) isn'tsam2006-12-011-3/+3
* sizeof(struct llc) includes padding on arm; use LLC_SNAPFRAMELEN for nowsam2006-12-011-3/+3
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-3/+2
* add per-sta ucast/mcast statssam2006-08-101-0/+4
* add support for 802.11 packet injection via bpfsam2006-07-261-0/+124
* when doing s/w crypto make sure work is done w/ a writable mbuf chain;sam2006-03-151-0/+15
OpenPOWER on IntegriCloud