mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 14:49:24 +01:00
wiphy: Remove unused wiphy_can_offchannel_tx()
This commit is contained in:
parent
71c125193f
commit
6e5df64f6d
@ -667,11 +667,6 @@ bool wiphy_supports_adhoc_rsn(struct wiphy *wiphy)
|
|||||||
return wiphy->support_adhoc_rsn;
|
return wiphy->support_adhoc_rsn;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool wiphy_can_offchannel_tx(struct wiphy *wiphy)
|
|
||||||
{
|
|
||||||
return wiphy->offchannel_tx_ok;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool wiphy_supports_qos_set_map(struct wiphy *wiphy)
|
bool wiphy_supports_qos_set_map(struct wiphy *wiphy)
|
||||||
{
|
{
|
||||||
return wiphy->support_qos_set_map;
|
return wiphy->support_qos_set_map;
|
||||||
|
@ -128,7 +128,6 @@ const uint8_t *wiphy_get_supported_rates(struct wiphy *wiphy,
|
|||||||
enum band_freq band,
|
enum band_freq band,
|
||||||
unsigned int *out_num);
|
unsigned int *out_num);
|
||||||
bool wiphy_supports_adhoc_rsn(struct wiphy *wiphy);
|
bool wiphy_supports_adhoc_rsn(struct wiphy *wiphy);
|
||||||
bool wiphy_can_offchannel_tx(struct wiphy *wiphy);
|
|
||||||
bool wiphy_supports_qos_set_map(struct wiphy *wiphy);
|
bool wiphy_supports_qos_set_map(struct wiphy *wiphy);
|
||||||
bool wiphy_supports_firmware_roam(struct wiphy *wiphy);
|
bool wiphy_supports_firmware_roam(struct wiphy *wiphy);
|
||||||
const char *wiphy_get_driver(struct wiphy *wiphy);
|
const char *wiphy_get_driver(struct wiphy *wiphy);
|
||||||
|
Loading…
Reference in New Issue
Block a user