Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102545759
D47525.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
397 B
Referenced Files
None
Subscribers
None
D47525.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
@@ -2783,7 +2783,7 @@
}
vif = arg;
- IEEE80211_ADDR_COPY(vif->bss_conf.addr, IF_LLADDR(ifp));
+ IEEE80211_ADDR_COPY(vif->bss_conf.addr, if_getlladdr(ifp));
NET_EPOCH_EXIT(et);
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 14, 9:18 PM (6 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14619158
Default Alt Text
D47525.diff (397 B)
Attached To
Mode
D47525: LinuxKPI: Use IfAPI to get LLADDR
Attached
Detach File
Event Timeline
Log In to Comment