make neigh detection more stable and remove wifi handling

Signed-off-by: John Crispin <[email protected]>
This commit is contained in:
John Crispin
2021-02-01 16:08:56 +01:00
parent d93583f7c8
commit 5ca087499e
6 changed files with 1 additions and 592 deletions
-1
View File
@@ -22,7 +22,6 @@ int main(int argc, char **argv)
ethers_init();
neigh_init();
bridge_init();
nl80211_init();
neigh_enum();
dhcp_init();
uloop_run();