mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-30 19:44:20 +01:00
device: Remove unused device_get_connected_network
This commit is contained in:
parent
1962549152
commit
5e2cce2e0b
@ -114,11 +114,6 @@ static bool new_scan_results(uint32_t wiphy_id, uint32_t ifindex, int err,
|
||||
return true;
|
||||
}
|
||||
|
||||
struct network *device_get_connected_network(struct device *device)
|
||||
{
|
||||
return device->station->connected_network;
|
||||
}
|
||||
|
||||
/* TODO: Remove when Station/Device is split */
|
||||
bool device_is_busy(struct device *device)
|
||||
{
|
||||
|
@ -25,9 +25,9 @@
|
||||
struct scan_bss;
|
||||
struct wiphy;
|
||||
struct netdev;
|
||||
struct network;
|
||||
struct device;
|
||||
|
||||
struct network *device_get_connected_network(struct device *device);
|
||||
bool device_is_busy(struct device *device);
|
||||
|
||||
void device_disassociated(struct device *device);
|
||||
|
Loading…
Reference in New Issue
Block a user