[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20101129121141.GB30031@pma.sysgo.com>
Date: Mon, 29 Nov 2010 13:11:41 +0100
From: Pavel Machek <pma@...go.com>
To: Felix Fietkau <nbd@...nwrt.org>
Cc: Sujith <Sujith.Manoharan@...eros.com>,
"ath9k-devel@...ema.h4ckr.net" <ath9k-devel@...ema.h4ckr.net>,
"cko@...go.com" <cko@...go.com>, "anl@...go.com" <anl@...go.com>,
"linux-wireless@...r.kernel.org" <linux-wireless@...r.kernel.org>,
kernel list <linux-kernel@...r.kernel.org>,
"mfa@...go.com" <mfa@...go.com>,
"chunkeey@...glemail.com" <chunkeey@...glemail.com>,
"rudolf.marek@...go.com" <rudolf.marek@...go.com>,
Larry Finger <Larry.Finger@...inger.net>
Subject: [patch] remove unneeded prototype on ath9k_htc
The prototype does not seem to have corresponding function.
Signed-off-by: Pavel Machek <pma@...go.com>
diff --git a/drivers/net/wireless/ath/ath9k/hw.h b/drivers/net/wireless/ath/ath9k/hw.h
index cc8f3b9..ed5d199 100644
--- a/drivers/net/wireless/ath/ath9k/hw.h
+++ b/drivers/net/wireless/ath/ath9k/hw.h
@@ -906,7 +906,6 @@ bool ath9k_hw_disable(struct ath_hw *ah);
void ath9k_hw_set_txpowerlimit(struct ath_hw *ah, u32 limit, bool test);
void ath9k_hw_setopmode(struct ath_hw *ah);
void ath9k_hw_setmcastfilter(struct ath_hw *ah, u32 filter0, u32 filter1);
-void ath9k_hw_setbssidmask(struct ath_hw *ah);
void ath9k_hw_write_associd(struct ath_hw *ah);
u64 ath9k_hw_gettsf64(struct ath_hw *ah);
void ath9k_hw_settsf64(struct ath_hw *ah, u64 tsf64);
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists