Searched hist:"4 a07abdeb8ce5271996d85f648832e3d7bc741a7" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/net/ |
H A D | cfg80211.h | diff 4a07abdeb8ce5271996d85f648832e3d7bc741a7 Thu Mar 24 16:43:22 CET 2022 Bjoern A. Zeeb <bz@FreeBSD.org> LinuxKPI: 802.11: use cfg80211_chandef_create()
Rather than manually setting up a chandef and then effectively forcing a memcpy, use cfg80211_chandef_create() to do the work for us entirely. This works here as we do not store the resulting chandef separately for other use.
While here remove a duplicate assignment in cfg80211_chandef_create().
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|
/freebsd/sys/compat/linuxkpi/common/src/ |
H A D | linux_80211.c | diff 4a07abdeb8ce5271996d85f648832e3d7bc741a7 Thu Mar 24 16:43:22 CET 2022 Bjoern A. Zeeb <bz@FreeBSD.org> LinuxKPI: 802.11: use cfg80211_chandef_create()
Rather than manually setting up a chandef and then effectively forcing a memcpy, use cfg80211_chandef_create() to do the work for us entirely. This works here as we do not store the resulting chandef separately for other use.
While here remove a duplicate assignment in cfg80211_chandef_create().
Sponsored by: The FreeBSD Foundation MFC after: 3 days
|