mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-23 06:02:37 +01:00
ap: removed unused ap_event enum
This commit is contained in:
parent
8a91d88629
commit
9e32ea5e80
7
src/ap.h
7
src/ap.h
@ -20,15 +20,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
enum ap_event {
|
|
||||||
AP_EVENT_STARTED,
|
|
||||||
AP_EVENT_STOPPED,
|
|
||||||
};
|
|
||||||
|
|
||||||
struct device;
|
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_add_interface(struct device *device);
|
||||||
bool ap_remove_interface(struct device *device);
|
bool ap_remove_interface(struct device *device);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user