mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-17 17:39:28 +01:00
device: Remove device_get_address
This commit is contained in:
parent
e068c97409
commit
1ad22021d2
@ -434,11 +434,6 @@ uint32_t device_get_ifindex(struct device *device)
|
||||
return device->index;
|
||||
}
|
||||
|
||||
const uint8_t *device_get_address(struct device *device)
|
||||
{
|
||||
return netdev_get_address(device->netdev);
|
||||
}
|
||||
|
||||
enum device_state device_get_state(struct device *device)
|
||||
{
|
||||
return device->state;
|
||||
|
@ -47,7 +47,6 @@ bool device_is_busy(struct device *device);
|
||||
struct wiphy *device_get_wiphy(struct device *device);
|
||||
struct netdev *device_get_netdev(struct device *device);
|
||||
uint32_t device_get_ifindex(struct device *device);
|
||||
const uint8_t *device_get_address(struct device *device);
|
||||
enum device_state device_get_state(struct device *device);
|
||||
|
||||
uint32_t device_add_state_watch(struct device *device,
|
||||
|
Loading…
Reference in New Issue
Block a user