dcwifi: Add Dual Channel Wi-Fi component packages 9972/head
authorCarey Sonsino <csonsino@gmail.com>
Thu, 12 Sep 2019 00:36:26 +0000 (00:36 +0000)
committerCarey Sonsino <csonsino@gmail.com>
Wed, 2 Oct 2019 13:34:11 +0000 (13:34 +0000)
commit9129b75fff151f25ca1e5a4e11b3f7d6a5174030
treea38350a5325e19f5a53756275773afd453762de6
parent4f717a6f65b5c495aec770b507913befa40b8997
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>
Much help from @neheb
23 files changed:
net/dcwifi/README.md [new file with mode: 0644]
net/dcwifi/dcstad/Makefile [new file with mode: 0644]
net/dcwifi/dcstad/patches/01_replace_bzero.patch [new file with mode: 0644]
net/dcwifi/dcwapd/Makefile [new file with mode: 0644]
net/dcwifi/dcwapd/files/dcwapd.inc [new file with mode: 0644]
net/dcwifi/dcwapd/files/dcwapd.init.d [new file with mode: 0755]
net/dcwifi/dcwapd/files/dcwapd.uci [new file with mode: 0644]
net/dcwifi/dcwapd/files/start_dcwapd.sh [new file with mode: 0755]
net/dcwifi/dcwapd/files/stop_dcwapd.sh [new file with mode: 0755]
net/dcwifi/dcwapd/patches/01_add_uci_config_provider.patch [new file with mode: 0644]
net/dcwifi/dcwapd/patches/02_use_uci_config_provider.patch [new file with mode: 0644]
net/dcwifi/dcwapd/patches/03_add_uci_config_provider_to_Makefile.patch [new file with mode: 0644]
net/dcwifi/dcwapd/patches/04_uclibc++_fixes.patch [new file with mode: 0644]
net/dcwifi/dcwapd/patches/05_replace_bzero.patch [new file with mode: 0644]
net/dcwifi/libdcwproto/Makefile [new file with mode: 0644]
net/dcwifi/libdcwproto/patches/01_replace_bzero.patch [new file with mode: 0644]
net/dcwifi/libdcwsocket/Makefile [new file with mode: 0644]
net/dcwifi/libdcwsocket/patches/01_replace_bzero.patch [new file with mode: 0644]
net/dcwifi/libdcwsocket/patches/02_fix_storage_size_error.patch [new file with mode: 0644]
net/dcwifi/macremapper/Makefile [new file with mode: 0644]
net/dcwifi/macremapper/patches/01_fix_nf_hooks.patch [new file with mode: 0644]
net/dcwifi/mrmctl/Makefile [new file with mode: 0644]
net/dcwifi/mrmctl/patches/01_replace_bzero.patch [new file with mode: 0644]