commit | 96d159d03c5b849fa39dc7305e04ebf374085e4a | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sat Jun 12 00:33:57 2010 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jun 14 15:39:31 2010 -0400 |
tree | 2191c3f77eed0a2e1357627b4614639d156819be | |
parent | 41f3e54d72cbf435f9ad04e02a10cd4597384841 [diff] |
ath9k_hw: remove a useless function for setting the mac address ath9k_hw_setmac() only copies the mac address it is called with into common->macaddr, yet in all call sites, the supplied mac address pointer is already common->macaddr. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>