mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01:00
device: Remove device_get_netdev
This commit is contained in:
parent
8d6f3021e3
commit
7e7bf126d3
@ -424,11 +424,6 @@ struct wiphy *device_get_wiphy(struct device *device)
|
|||||||
return device->wiphy;
|
return device->wiphy;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct netdev *device_get_netdev(struct device *device)
|
|
||||||
{
|
|
||||||
return device->netdev;
|
|
||||||
}
|
|
||||||
|
|
||||||
enum device_state device_get_state(struct device *device)
|
enum device_state device_get_state(struct device *device)
|
||||||
{
|
{
|
||||||
return device->state;
|
return device->state;
|
||||||
|
@ -45,7 +45,6 @@ struct network *device_get_connected_network(struct device *device);
|
|||||||
const char *device_get_path(struct device *device);
|
const char *device_get_path(struct device *device);
|
||||||
bool device_is_busy(struct device *device);
|
bool device_is_busy(struct device *device);
|
||||||
struct wiphy *device_get_wiphy(struct device *device);
|
struct wiphy *device_get_wiphy(struct device *device);
|
||||||
struct netdev *device_get_netdev(struct device *device);
|
|
||||||
enum device_state device_get_state(struct device *device);
|
enum device_state device_get_state(struct device *device);
|
||||||
|
|
||||||
uint32_t device_add_state_watch(struct device *device,
|
uint32_t device_add_state_watch(struct device *device,
|
||||||
|
Loading…
Reference in New Issue
Block a user