commit | 8eb4980c33c35e97a0a226fdbc07e38da0f1f4aa | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Mon Oct 04 20:09:49 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 06 16:30:39 2010 -0400 |
tree | f3e4b3a36d97f9fce5e8919489fa7a929b9941d3 | |
parent | bfc472bb736bf309158ea76897d255a283d0d31c [diff] |
ath9k_hw: remove function pointer abstraction for internal ANI ops The code gets more concise and readable when making the new ANI functions fall back to the old ones if ANI v2 is disabled. This also makes further code cleanup easier. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>