mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-03 10:32:33 +01:00
device: Make device_disassociated static
This commit is contained in:
parent
25fb91034a
commit
8a50054925
@ -528,7 +528,7 @@ void device_enter_state(struct device *device, enum device_state state)
|
|||||||
device->state = state;
|
device->state = state;
|
||||||
}
|
}
|
||||||
|
|
||||||
void device_disassociated(struct device *device)
|
static void device_disassociated(struct device *device)
|
||||||
{
|
{
|
||||||
struct network *network = device->connected_network;
|
struct network *network = device->connected_network;
|
||||||
struct l_dbus *dbus = dbus_get_bus();
|
struct l_dbus *dbus = dbus_get_bus();
|
||||||
|
@ -55,7 +55,6 @@ uint32_t device_get_ifindex(struct device *device);
|
|||||||
const uint8_t *device_get_address(struct device *device);
|
const uint8_t *device_get_address(struct device *device);
|
||||||
|
|
||||||
void device_enter_state(struct device *device, enum device_state state);
|
void device_enter_state(struct device *device, enum device_state state);
|
||||||
void device_disassociated(struct device *device);
|
|
||||||
void device_connect_network(struct device *device, struct network *network,
|
void device_connect_network(struct device *device, struct network *network,
|
||||||
struct scan_bss *bss,
|
struct scan_bss *bss,
|
||||||
struct l_dbus_message *message);
|
struct l_dbus_message *message);
|
||||||
|
Loading…
Reference in New Issue
Block a user