carl9170 firmware: initial WoWLAN support
authorChristian Lamparter <chunkeey@googlemail.com>
Fri, 13 May 2011 23:42:39 +0000 (01:42 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Fri, 13 May 2011 23:42:39 +0000 (01:42 +0200)
commitaf915846d44d23adc02c7ded807282d607b46faa
tree02d6bfba901d2e0ce3ace1a4fa50bd5dd75febdf
parentc3eeab99a9fcd78fe86cbf827c318ba11b568682
carl9170 firmware: initial WoWLAN support

Unlike the previous proof-of-concept implementation, this
one supports nl80211's magic packet & disconnect wakeup
triggers. Furthermore, the trigger can be enabled from
userspace with "iw", so there's no need for a custom
firmware anymore.

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
16 files changed:
carlfw/Kconfig
carlfw/include/carl9170.h
carlfw/include/cmd.h
carlfw/include/dma.h
carlfw/include/fwdsc.h
carlfw/include/wl.h
carlfw/src/cmd.c
carlfw/src/dma.c
carlfw/src/fw.c
carlfw/src/wlan.c
carlfw/usb/main.c
include/shared/fwcmd.h
include/shared/fwdesc.h
include/shared/version.h
toolchain/Makefile
tools/src/fwinfo.c