Bug 57371
Summary: | [PATCH]Since 3.8 it's impossible to change MAC address (rt2800pci) | ||
---|---|---|---|
Product: | Networking | Reporter: | whatever |
Component: | Wireless | Assignee: | networking_wireless (networking_wireless) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | alan, gwingerde, helmut.schaa, IvDoorn, linville, stf_xl |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 3.8.10 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Attachments: | mac80211 patch |
Description
whatever
2013-05-01 13:29:21 UTC
The change was introduced by below commit and was intended: commit 478622e81c735ecd83d45ee6be3fd45d500aaa3b Author: Helmut Schaa <helmut.schaa@googlemail.com> Date: Tue Nov 27 18:23:06 2012 +0100 mac80211: reject setting masked mac addresses But, I'm not sure if we should disallow user to change MAC address (on station mode ?). Created attachment 102151 [details]
mac80211 patch
Could you please check if the attached patch works for you?
Thanks.
(In reply to comment #2) > Created an attachment (id=102151) [details] > mac80211 patch > > Could you please check if the attached patch works for you? > Thanks. It does. Thanks. Fixed by: commit ac20976dcaeea3e77e40e9aac8f3799d2a22ea2b Author: Helmut Schaa <helmut.schaa@googlemail.com> Date: Mon May 27 10:43:09 2013 +0200 mac80211: Allow single vif mac address change with addr_mask |