]> git.baikalelectronics.ru Git - kernel.git/commit
cfg80211: support configuring vif mac addr on create
authorBen Greear <greearb@candelatech.com>
Wed, 22 Oct 2014 19:23:05 +0000 (12:23 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 27 Oct 2014 07:48:33 +0000 (08:48 +0100)
commit472d443fd3a914498112982bfb2e3190be954a16
treecc3e07ffbe5c26c3a928dd1d59bcf3d9d1b378b8
parentb216a76fc074995e90055477a695fff61ee1cdf2
cfg80211: support configuring vif mac addr on create

This is useful when creating virtual interfaces.
Keeps udev from mucking with things it shouldn't, since
the default MAC is never seen by udev when specified on
the cmd-line during creation.

Signed-off-by: Ben Greear <greearb@candelatech.com>
[check for feature flag in nl80211 to force drivers to set it]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
include/net/cfg80211.h
include/uapi/linux/nl80211.h
net/wireless/nl80211.c