mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
fix declaration / definition mismatch with ieee80211_chan2ieee
This commit is contained in:
parent
9330bbbb61
commit
fe1903bcff
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ int ieee80211_rate2media(struct ieee80211com *, int,
|
|||
enum ieee80211_phymode);
|
||||
int ieee80211_media2rate(int);
|
||||
int ieee80211_mhz2ieee(u_int, u_int);
|
||||
int ieee80211_chan2ieee(struct ieee80211com *, struct ieee80211_channel *);
|
||||
int ieee80211_chan2ieee(struct ieee80211com *, const struct ieee80211_channel *);
|
||||
u_int ieee80211_ieee2mhz(u_int, u_int);
|
||||
int ieee80211_setmode(struct ieee80211com *, enum ieee80211_phymode);
|
||||
enum ieee80211_phymode ieee80211_chan2mode(struct ieee80211com *,
|
||||
|
|
|
|||
Loading…
Reference in a new issue