summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/mac.c
diff options
context:
space:
mode:
authorLuis R. Rodriguez2009-09-14 08:55:05 +0200
committerJohn W. Linville2009-10-07 22:39:30 +0200
commit990b70ab24cbce585a3436c8c88cb48b888d48b4 (patch)
tree6e34b6473f304e6e477390b5ee37b3f17ea65547 /drivers/net/wireless/ath/ath9k/mac.c
parentath9k: clarify what hw code is and remove ath9k.h from a few files (diff)
downloadkernel-qcow2-linux-990b70ab24cbce585a3436c8c88cb48b888d48b4.tar.gz
kernel-qcow2-linux-990b70ab24cbce585a3436c8c88cb48b888d48b4.tar.xz
kernel-qcow2-linux-990b70ab24cbce585a3436c8c88cb48b888d48b4.zip
ath9k: move ATH9K_RSSI_BAD to hw.h
mac.c is now core driver independent. Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/mac.c')
-rw-r--r--drivers/net/wireless/ath/ath9k/mac.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/mac.c b/drivers/net/wireless/ath/ath9k/mac.c
index 1796ac773f91..3be658d42a53 100644
--- a/drivers/net/wireless/ath/ath9k/mac.c
+++ b/drivers/net/wireless/ath/ath9k/mac.c
@@ -14,7 +14,7 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include "ath9k.h"
+#include "hw.h"
static void ath9k_hw_set_txq_interrupts(struct ath_hw *ah,
struct ath9k_tx_queue_info *qi)