dcwifi: Add Dual Channel Wi-Fi component packages 10265/head
authorCarey Sonsino <csonsino@gmail.com>
Tue, 15 Oct 2019 20:54:01 +0000 (20:54 +0000)
committerCarey Sonsino <csonsino@gmail.com>
Wed, 16 Oct 2019 16:55:38 +0000 (16:55 +0000)
commit82a2e3f55f6d568d5d10b91206f3b494737e135d
tree37f738af788de21720948091a6b38d714594ada9
parent0183071b22e88bfcaa7c835a32f5afd745b2cd32
dcwifi: Add Dual Channel Wi-Fi component packages

dcstad: Dual Channel Wi-Fi Station Daemon
dcwapd: Dual Channel Wi-Fi Access Point Daemon
libdcwproto: Dual Channel Wi-Fi Protocol Library
libdcwsocket: Dual Channel Wi-Fi Socket Library
macremapper: MAC Address Remapper Linux Kernel Module
mrmctl: Userland tool to get/set remap rules

Signed-off-by: Carey Sonsino <careys@edgewaterwireless.com>
Signed-off-by: Carey Sonsino <csonsino@gmail.com>
16 files changed:
kernel/macremapper/Makefile [new file with mode: 0644]
kernel/macremapper/patches/01_fix_nf_hooks.patch [new file with mode: 0644]
libs/libdcwproto/Makefile [new file with mode: 0644]
libs/libdcwsocket/Makefile [new file with mode: 0644]
libs/libdcwsocket/patches/02_fix_storage_size_error.patch [new file with mode: 0644]
net/dcstad/Makefile [new file with mode: 0644]
net/dcwapd/Makefile [new file with mode: 0644]
net/dcwapd/files/dcwapd.inc [new file with mode: 0644]
net/dcwapd/files/dcwapd.init.d [new file with mode: 0755]
net/dcwapd/files/dcwapd.uci [new file with mode: 0644]
net/dcwapd/files/start_dcwapd.sh [new file with mode: 0755]
net/dcwapd/files/stop_dcwapd.sh [new file with mode: 0755]
net/dcwapd/patches/01_add_uci_config_provider.patch [new file with mode: 0644]
net/dcwapd/patches/02_use_uci_config_provider.patch [new file with mode: 0644]
net/dcwapd/patches/03_add_uci_config_provider_to_Makefile.patch [new file with mode: 0644]
net/mrmctl/Makefile [new file with mode: 0644]