]> bbs.cooldavid.org Git - net-next-2.6.git/commit - drivers/net/wireless/ath/ath.h
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common
authorLuis R. Rodriguez <lrodriguez@atheros.com>
Thu, 10 Sep 2009 16:22:37 +0000 (09:22 -0700)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Oct 2009 20:39:25 +0000 (16:39 -0400)
commit1510718d0fd6e20803aac95fe1d8a44846098a34
tree924cfeb647beae71e2d56f10bb6bf15f246b42fc
parent3453ad8839ca91e1c11211d4d87dc3657c5a2b44
atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common

These are common amongst ath9k and ath5k, so put them into the
common structure and make ath9k to use it. ar9170 can use macaddr,
and curbssid. We'll change ath5k and ar9170 separately.

Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath.h
drivers/net/wireless/ath/ath9k/ath9k.h
drivers/net/wireless/ath/ath9k/hw.c
drivers/net/wireless/ath/ath9k/hw.h
drivers/net/wireless/ath/ath9k/main.c
drivers/net/wireless/ath/ath9k/recv.c
drivers/net/wireless/ath/ath9k/virtual.c