2012-04-19 20:33:32

by Wey-Yi Guy

[permalink] [raw]
Subject: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration

From: David Spinadel <[email protected]>

Remove declaration of iwl_alloc_traffic_mem from iwl-agn.h,
from methods that was exposed to support MVM.

MVM doesn't have to use this declaration.

Signed-off-by: David Spinadel <[email protected]>
Signed-off-by: Wey-Yi Guy <[email protected]>
---
drivers/net/wireless/iwlwifi/iwl-agn.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/drivers/net/wireless/iwlwifi/iwl-agn.h b/drivers/net/wireless/iwlwifi/iwl-agn.h
index 67cd123..3d6f3e2 100644
--- a/drivers/net/wireless/iwlwifi/iwl-agn.h
+++ b/drivers/net/wireless/iwlwifi/iwl-agn.h
@@ -510,7 +510,6 @@ void iwl_setup_deferred_work(struct iwl_priv *priv);
int iwl_send_wimax_coex(struct iwl_priv *priv);
int iwl_send_bt_env(struct iwl_priv *priv, u8 action, u8 type);
void iwl_debug_config(struct iwl_priv *priv);
-int iwl_alloc_traffic_mem(struct iwl_priv *priv);
void iwl_set_hw_params(struct iwl_priv *priv);
void iwl_init_context(struct iwl_priv *priv, u32 ucode_flags);
int iwl_init_drv(struct iwl_priv *priv);
--
1.7.0.4



2012-04-19 20:44:39

by Wey-Yi Guy

[permalink] [raw]
Subject: Re: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration

On Thu, 2012-04-19 at 16:35 -0400, David Miller wrote:
> This is still not what I meant.
>
> Make a fresh patch submission against net-next, without all the
> "12/15" crap in the Subject line, and CC: netdev so it gets properly
> queued up and tracked in netdev patchwork.

Sorry for the spam, my first time and make mistake multiple times.

Thanks
Wey


2012-04-19 20:37:05

by Wey-Yi Guy

[permalink] [raw]
Subject: Re: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration

On Thu, 2012-04-19 at 16:35 -0400, David Miller wrote:
> This is still not what I meant.
>
> Make a fresh patch submission against net-next, without all the
> "12/15" crap in the Subject line, and CC: netdev so it gets properly
> queued up and tracked in netdev patchwork.

thanks and I am re-working it now

Wey



2012-04-19 20:36:01

by David Miller

[permalink] [raw]
Subject: Re: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration


This is still not what I meant.

Make a fresh patch submission against net-next, without all the
"12/15" crap in the Subject line, and CC: netdev so it gets properly
queued up and tracked in netdev patchwork.