Skip to content
Commit a680fe46 authored by Luca Coelho's avatar Luca Coelho Committed by Johannes Berg
Browse files

nl80211: do a struct assignment to radar_chandef instead of memcpy()



We are copying one entire structure to another of the same type in
nl80211_notify_radar_detection, so it's simpler and safer to do a
struct assignment instead of memcpy().

Signed-off-by: default avatarLuca Coelho <luciano.coelho@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 622fce81
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment