carl9170 firmware: extract tx and rx code from wlan.c into separate files
authorChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 23:32:41 +0000 (01:32 +0200)
committerChristian Lamparter <chunkeey@googlemail.com>
Thu, 13 Sep 2012 23:35:52 +0000 (01:35 +0200)
commit11c1064a307a661df20e237e3623e1b5d88641fa
tree99c5d0caf6e24d57f00687717683f03257526321
parent5d61afe9cc7019ce23856396488846950e656245
carl9170 firmware: extract tx and rx code from wlan.c into separate files

Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
carlfw/CMakeLists.txt
carlfw/include/wl.h
carlfw/src/wlan.c
carlfw/src/wlanrx.c [new file with mode: 0644]
carlfw/src/wlantx.c [new file with mode: 0644]