From patchwork Wed Apr 7 05:26:11 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pavel Roskin X-Patchwork-Id: 90920 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o375QFm3020298 for ; Wed, 7 Apr 2010 05:26:15 GMT Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752129Ab0DGF0O (ORCPT ); Wed, 7 Apr 2010 01:26:14 -0400 Received: from c60.cesmail.net ([216.154.195.49]:35409 "EHLO c60.cesmail.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752091Ab0DGF0O (ORCPT ); Wed, 7 Apr 2010 01:26:14 -0400 Received: from unknown (HELO smtprelay2.cesmail.net) ([192.168.1.112]) by c60.cesmail.net with ESMTP; 07 Apr 2010 01:26:12 -0400 Received: from mj.roinet.com (static-72-92-88-10.phlapa.fios.verizon.net [72.92.88.10]) by smtprelay2.cesmail.net (Postfix) with ESMTPSA id 9B1F534C6A; Wed, 7 Apr 2010 01:30:41 -0400 (EDT) Subject: [PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS To: linux-wireless@vger.kernel.org, "John W. Linville" From: Pavel Roskin Cc: Felix Fietkau Date: Wed, 07 Apr 2010 01:26:11 -0400 Message-ID: <20100407052611.23065.48030.stgit@mj.roinet.com> User-Agent: StGit/0.15-58-geec5 MIME-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Wed, 07 Apr 2010 05:26:15 +0000 (UTC) diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index 9551d8e..b2af9de 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h @@ -204,12 +204,13 @@ static inline void ath_debug_stat_rc(struct ath_softc *sc, static inline void ath_debug_stat_tx(struct ath_softc *sc, struct ath_txq *txq, - struct ath_buf *bf) + struct ath_buf *bf, + struct ath_tx_status *ts) { } static inline void ath_debug_stat_rx(struct ath_softc *sc, - struct ath_buf *bf) + struct ath_rx_status *rs) { }