1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys
Adrian Chadd 74d7b9a832 * Add 11n HT40 support - i needed to send both HTINFO and HTCAP fields
in the join message so the firmware would pick it up.

* Strip out the direct hardware fiddling for 40MHz mode - the firmware
  we're using doesn't require it (the rtl8712su firmware does; it
  is less 'fullmac' than what we're using.)

* Fix the mbuf handling during errors - rsu_tx shouldn't free mbufs;
  it's up to the caller to do so.  This brings it in line with
  what other drivers do or should be doing.

Tested:

* RTL8712, HT40 channel, STA mode (during this commit)
2015-09-26 07:25:53 +00:00
..
amd64 Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't 2015-09-26 07:18:05 +00:00
arm Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't 2015-09-26 07:18:05 +00:00
arm64 Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't 2015-09-26 07:18:05 +00:00
boot META_MODE: Remove DEP_MACHINE from Makefile.depend files. 2015-09-25 19:44:01 +00:00
bsm
cam Pass to sobind() copy of the address, not the original. 2015-09-26 01:23:29 +00:00
cddl MFV r288063: make dataset property de-registration operation O(1) 2015-09-25 01:05:44 +00:00
compat
conf Install kernel debug data under /usr/lib/debug 2015-09-24 16:55:22 +00:00
contrib Add an initial driver for the AR9170 series draft-11n hardware from 2015-09-26 07:08:35 +00:00
crypto
ddb
dev * Add 11n HT40 support - i needed to send both HTINFO and HTCAP fields 2015-09-26 07:25:53 +00:00
fs
gdb
geom geom_dev: Use kenv 'dumpdev' in the same way as rc/etc.d/dumpon 2015-09-23 21:08:52 +00:00
gnu
i386 Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't 2015-09-26 07:18:05 +00:00
isa
kern sbuf: Process more than one char at a time 2015-09-25 18:37:14 +00:00
kgssapi
libkern Add the __aeabi_memclr8 symbol, clang 3.7 uses this. 2015-09-21 18:35:32 +00:00
mips Exploit r288122 to address a cosmetic issue. Since PV chunk pages don't 2015-09-26 07:18:05 +00:00
modules Add an initial driver for the AR9170 series draft-11n hardware from 2015-09-26 07:08:35 +00:00
net
net80211 Perform some rather amusing layering violations to add mbuf tags to the 2015-09-26 00:53:37 +00:00
netgraph
netinet Replace toe_nd6_resolve() with nd6_resolve(). 2015-09-22 19:05:44 +00:00
netinet6 Use standard lle LLE_EXCLUSIVE request flags instead of 2015-09-22 20:45:04 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc
rpc
security
sparc64
sys Revert r287780 until more developers have their say. 2015-09-22 06:51:55 +00:00
teken
tools
ufs
vm Change vm_page_unwire() such that it (1) accepts PQ_NONE as the specified 2015-09-22 18:16:52 +00:00
x86 dmar_ctx_dtr() does not exist since r284869. Remove the static function 2015-09-22 16:50:59 +00:00
xdr
xen
Makefile