From: Daniel Drake Date: Wed, 2 Apr 2008 19:33:54 +0000 (+0100) Subject: ipw2200: set MAC address on radiotap interface X-Git-Tag: v2.6.25-rc9~4^2~5^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2eeac97952b262f2b904c6150a9879777995eb;p=pandora-kernel.git ipw2200: set MAC address on radiotap interface Commit bada339ba24dee9e143bfb42e1dc61f146619846 enforces that all interfaces have a valid MAC address before they are brought up. ipw2200 does not assign a MAC address to it's radiotap interface, meaning that the radiotap interface cannot be brought up in 2.6.24. https://bugs.gentoo.org/show_bug.cgi?id=215714 Fix this by copying the MAC address from the real interface. Signed-off-by: Daniel Drake Signed-off-by: John W. Linville --- Reading git-diff-tree failed