From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kalle Valo Date: Sat, 04 May 2013 08:38:46 +0300 Subject: [ath9k-devel] [PATCH 2/2] ath10k: rename ath10k_p2p module parameter to p2p In-Reply-To: <20130504053749.19752.97101.stgit@localhost6.localdomain6> References: <20130504053749.19752.97101.stgit@localhost6.localdomain6> Message-ID: <20130504053846.19752.73678.stgit@localhost6.localdomain6> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org AFAICS there's no need to have the ath10k_ prefix in p2p kernel module parameter so remove that. The name of the actual variable in code stays the same, ath10k_p2p. Signed-off-by: Kalle Valo --- drivers/net/wireless/ath/ath10k/core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index d0d8521..5dc02ea 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -32,10 +32,10 @@ static bool uart_print; static unsigned int ath10k_p2p; module_param_named(debug_mask, ath10k_debug_mask, uint, 0644); module_param(uart_print, bool, 0644); -module_param(ath10k_p2p, uint, 0644); +module_param_named(p2p, ath10k_p2p, uint, 0644); MODULE_PARM_DESC(debug_mask, "Debugging mask"); MODULE_PARM_DESC(uart_print, "Uart target debugging"); -MODULE_PARM_DESC(ath10k_p2p, "Enable ath10k P2P support"); +MODULE_PARM_DESC(p2p, "Enable ath10k P2P support"); static const struct ath10k_hw_params ath10k_hw_params_list[] = { {