linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration
  2012-04-18 14:41 [PATCH 00/15] update for 3.5: iwlwifi 2012-04-18 Wey-Yi Guy
@ 2012-04-18 14:41 ` Wey-Yi Guy
  0 siblings, 0 replies; 6+ messages in thread
From: Wey-Yi Guy @ 2012-04-18 14:41 UTC (permalink / raw)
  To: linville; +Cc: linux-wireless, David Spinadel, Wey-Yi Guy

From: David Spinadel <david.spinadel@intel.com>

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 <david.spinadel@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration
@ 2012-04-19 20:28 Wey-Yi Guy
  2012-04-19 20:35 ` David Miller
  0 siblings, 1 reply; 6+ messages in thread
From: Wey-Yi Guy @ 2012-04-19 20:28 UTC (permalink / raw)
  To: davem; +Cc: linux-wireless, David Spinadel, Wey-Yi Guy

From: David Spinadel <david.spinadel@intel.com>

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 <david.spinadel@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration
@ 2012-04-19 20:29 Wey-Yi Guy
  0 siblings, 0 replies; 6+ messages in thread
From: Wey-Yi Guy @ 2012-04-19 20:29 UTC (permalink / raw)
  To: davem; +Cc: linux-wireless, David Spinadel, Wey-Yi Guy

From: David Spinadel <david.spinadel@intel.com>

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 <david.spinadel@intel.com>
Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>
---
 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


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration
  2012-04-19 20:35 ` David Miller
@ 2012-04-19 20:32   ` Guy, Wey-Yi
  2012-04-19 20:40   ` Guy, Wey-Yi
  1 sibling, 0 replies; 6+ messages in thread
From: Guy, Wey-Yi @ 2012-04-19 20:32 UTC (permalink / raw)
  To: David Miller; +Cc: davem, linux-wireless, david.spinadel

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration
  2012-04-19 20:28 [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration Wey-Yi Guy
@ 2012-04-19 20:35 ` David Miller
  2012-04-19 20:32   ` Guy, Wey-Yi
  2012-04-19 20:40   ` Guy, Wey-Yi
  0 siblings, 2 replies; 6+ messages in thread
From: David Miller @ 2012-04-19 20:35 UTC (permalink / raw)
  To: wey-yi.w.guy; +Cc: davem, linux-wireless, david.spinadel


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.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration
  2012-04-19 20:35 ` David Miller
  2012-04-19 20:32   ` Guy, Wey-Yi
@ 2012-04-19 20:40   ` Guy, Wey-Yi
  1 sibling, 0 replies; 6+ messages in thread
From: Guy, Wey-Yi @ 2012-04-19 20:40 UTC (permalink / raw)
  To: David Miller; +Cc: davem, linux-wireless, david.spinadel

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-19 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-19 20:28 [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration Wey-Yi Guy
2012-04-19 20:35 ` David Miller
2012-04-19 20:32   ` Guy, Wey-Yi
2012-04-19 20:40   ` Guy, Wey-Yi
  -- strict thread matches above, loose matches on Subject: below --
2012-04-19 20:29 Wey-Yi Guy
2012-04-18 14:41 [PATCH 00/15] update for 3.5: iwlwifi 2012-04-18 Wey-Yi Guy
2012-04-18 14:41 ` [PATCH 12/15] iwlwifi: Remove inconsistent and redundant declaration Wey-Yi Guy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).