Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F151521802
D42424.id129570.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
954 B
Referenced Files
None
Subscribers
None
D42424.id129570.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D42424: LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argument
Attached
Detach File
Event Timeline
Log In to Comment