freebsd-dev/sys
Adrian Chadd 6acf853d7a Begin fleshing out basic power-on / power-off and A-MPDU TX support.
* Add a new method to control NIC poweron / network-sleep / power off;
* Add in A-MPDU TX negotiation support, but comment it out because it
  does break TX traffic;
* blank out the tx buffer before sending a firmware message, just in case;
* go into network-sleep once associated;

TODO:

* figure out why ampdu negotiation isn't working and breaking TX traffic,
  then enable it.
2015-09-22 02:57:18 +00:00
..
amd64 Add support for weak symbols to the kernel linkers. It means that 2015-09-20 01:27:59 +00:00
arm Enable if_dwc for Allwinner A20 based boards. 2015-09-21 03:17:41 +00:00
arm64 Do not execute exception handlers with disabled interrupts. 2015-09-18 17:09:59 +00:00
boot Enable if_dwc for Allwinner A20 based boards. 2015-09-21 03:17:41 +00:00
bsm
cam Log iSCSI session reinstatements. 2015-09-21 13:25:29 +00:00
cddl MFV r287817: 6220 memleak in l2arc on debug build 2015-09-21 12:23:01 +00:00
compat
conf Move kbd.c to main sys/conf/files list 2015-09-21 17:31:11 +00:00
contrib
crypto
ddb
dev Begin fleshing out basic power-on / power-off and A-MPDU TX support. 2015-09-22 02:57:18 +00:00
fs Ensure that when a blockable open of fifo returns success, a valid 2015-09-20 21:18:33 +00:00
gdb
geom
gnu
i386 Add support for weak symbols to the kernel linkers. It means that 2015-09-20 01:27:59 +00:00
isa
kern Ensure that maxproc does not exceed pid_max, at the time of boot. 2015-09-21 15:02:59 +00:00
kgssapi
libkern Add the __aeabi_memclr8 symbol, clang 3.7 uses this. 2015-09-21 18:35:32 +00:00
mips Add support for weak symbols to the kernel linkers. It means that 2015-09-20 01:27:59 +00:00
modules
net
net80211 Remove duplicate use of RV(), LE_* and other macros. 2015-09-22 02:25:52 +00:00
netgraph
netinet Unify nd6 state switching by using newly-created nd6_llinfo_setstate() 2015-09-21 11:19:53 +00:00
netinet6 Compare mbuf pointer to NULL rather than to 0. 2015-09-21 12:53:26 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc Use tabs for indend. 2015-09-20 01:35:51 +00:00
rpc
security
sparc64 Add support for weak symbols to the kernel linkers. It means that 2015-09-20 01:27:59 +00:00
sys Add MIPS ELF section type SHT_MIPS_ABIFLAGS definition 2015-09-22 00:56:43 +00:00
teken
tools
ufs
vm Correct a non-fatal error in vm_pageout_worker(). vm_pageout_worker() 2015-09-20 19:20:03 +00:00
x86
xdr
xen
Makefile