mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-22 03:04:34 +01:00
snmp_wlan: Fix a couple of type mismatches in function prototypes
Reported by: GCC 13 via -Wenum-int-mismatch Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D42582
This commit is contained in:
parent
5fc8ed9313
commit
cc61bf9ecc
@ -68,8 +68,8 @@ static uint32_t wlan_cryptocaps_to_snmp(uint32_t);
|
||||
static uint32_t wlan_htcaps_to_snmp(uint32_t);
|
||||
static uint32_t wlan_peerstate_to_snmp(uint32_t);
|
||||
static uint32_t wlan_peercaps_to_snmp(uint32_t );
|
||||
static uint32_t wlan_channel_flags_to_snmp_phy(uint32_t);
|
||||
static uint32_t wlan_regdomain_to_snmp(int);
|
||||
static enum WlanIfPhyMode wlan_channel_flags_to_snmp_phy(uint32_t);
|
||||
static enum WlanRegDomainCode wlan_regdomain_to_snmp(int);
|
||||
static uint32_t wlan_snmp_to_scan_flags(int);
|
||||
static int wlan_config_snmp2ioctl(int);
|
||||
static int wlan_snmp_to_regdomain(enum WlanRegDomainCode);
|
||||
|
Loading…
Reference in New Issue
Block a user