"drivers/git@git.tuxist.de:jan.koester/linux.git" did not exist on "a972c3062f982c63525f20cbce00a6f329406c0a"
cfg80211: move add/change interface monitor flags into params
Instead passing both flags, which can be NULL, and vif_params,
which are never NULL, move the flags into the vif_params and
use BIT(0), which is invalid from userspace, to indicate that
the flags were changed.
While updating all drivers, fix a small bug in wil6210 where
it was setting the flags to 0 instead of leaving them unchanged.
Signed-off-by:
Johannes Berg <johannes.berg@intel.com>
Loading
Please sign in to comment