Page MenuHomeFreeBSD

D42424.id129570.diff
No OneTemporary

D42424.id129570.diff

diff --git a/sys/compat/linuxkpi/common/src/linux_80211.c b/sys/compat/linuxkpi/common/src/linux_80211.c
--- a/sys/compat/linuxkpi/common/src/linux_80211.c
+++ b/sys/compat/linuxkpi/common/src/linux_80211.c
@@ -3528,7 +3528,7 @@
error = ieee80211_add_channel_cbw(c, maxchan, n,
channels[i].hw_value, channels[i].center_freq,
channels[i].max_power,
- nflags, bands, chan_flags);
+ nflags, bands, cflags);
/* net80211::ENOBUFS: *n >= maxchans */
if (error != 0 && error != ENOBUFS)
ic_printf(ic, "%s: Adding chan %u/%u/%#x/%#x/%#x/%#x "
@@ -3598,7 +3598,7 @@
error = ieee80211_add_channel_cbw(c, maxchan, n,
channels[i].hw_value, channels[i].center_freq,
channels[i].max_power,
- nflags, bands, chan_flags);
+ nflags, bands, cflags);
/* net80211::ENOBUFS: *n >= maxchans */
if (error != 0 && error != ENOBUFS)
ic_printf(ic, "%s: Adding chan %u/%u/%#x/%#x/%#x/%#x "

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 10, 12:11 AM (2 h, 53 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31180768
Default Alt Text
D42424.id129570.diff (954 B)

Event Timeline