3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 02:18:49 +02:00

ap: removed unused ap_event enum

This commit is contained in:
James Prestwood 2018-07-02 13:11:54 -07:00 committed by Denis Kenzior
parent 8a91d88629
commit 9e32ea5e80

View File

@ -20,15 +20,8 @@
*
*/
enum ap_event {
AP_EVENT_STARTED,
AP_EVENT_STOPPED,
};
struct device;
typedef void (*ap_event_cb_t)(struct device *device, enum ap_event event_type);
bool ap_add_interface(struct device *device);
bool ap_remove_interface(struct device *device);