commit | f6bac3ea5990653765700b2c3778b08782abebe5 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Wed Nov 26 16:17:11 2008 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Dec 05 09:32:12 2008 -0500 |
tree | 325d799b06b76c207047db0ff35ee8a4e6b90140 | |
parent | 51e9bf5d795b8e01e54391f1790974c7b166d286 [diff] |
ath5k: preserve higher order bits when setting mac address In some cases we would like to set the mac address without changing the operating mode. However, Atheros cards store PCU data in the high 16 bits of the mac address register. Change ath5k_hw_set_lladdr() to not clobber the PCU settings. Changes-licensed-under: ISC Signed-off-by: Bob Copeland <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>