From a2e70ae5b06ac6fa09cce3848c2ed795967b174f Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Fri, 9 Aug 2013 12:04:49 +0200 Subject: dev: Integrate `promisc' module into `dev' module Since entering/leaving promiscuous mode also is a device specific function and all users of the `promisc' module also use `dev', integrate it there. Also rename the functions to have a `device_' prefix like the other functions in the module. Signed-off-by: Tobias Klauser --- promisc.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 promisc.h (limited to 'promisc.h') diff --git a/promisc.h b/promisc.h deleted file mode 100644 index 3dc275f..0000000 --- a/promisc.h +++ /dev/null @@ -1,7 +0,0 @@ -#ifndef PROMISC_H -#define PROMISC_H - -extern short enter_promiscuous_mode(const char *ifname); -extern void leave_promiscuous_mode(const char *ifname, short oldflags); - -#endif /* PROMISC_H */ -- cgit v1.2.3-54-g00ecf