linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6 patch] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
@ 2006-03-04 12:14 Adrian Bunk
  2006-03-18  1:11 ` John W. Linville
  0 siblings, 1 reply; 3+ messages in thread
From: Adrian Bunk @ 2006-03-04 12:14 UTC (permalink / raw)
  To: yi.zhu, jketreno; +Cc: linux-kernel, linville, netdev

This patch makes the needlessly global function ipw_qos_current_mode() 
static.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

--- linux-2.6.16-rc5-mm2-full/drivers/net/wireless/ipw2200.c.old	2006-03-03 17:49:37.000000000 +0100
+++ linux-2.6.16-rc5-mm2-full/drivers/net/wireless/ipw2200.c	2006-03-03 17:50:00.000000000 +0100
@@ -6566,7 +6566,7 @@
 * get the modulation type of the current network or
 * the card current mode
 */
-u8 ipw_qos_current_mode(struct ipw_priv * priv)
+static u8 ipw_qos_current_mode(struct ipw_priv * priv)
 {
 	u8 mode = 0;
 


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

* Re: [2.6 patch] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
  2006-03-04 12:14 [2.6 patch] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static Adrian Bunk
@ 2006-03-18  1:11 ` John W. Linville
  0 siblings, 0 replies; 3+ messages in thread
From: John W. Linville @ 2006-03-18  1:11 UTC (permalink / raw)
  To: Adrian Bunk; +Cc: yi.zhu, jketreno, linux-kernel, netdev

On Sat, Mar 04, 2006 at 01:14:31PM +0100, Adrian Bunk wrote:
> This patch makes the needlessly global function ipw_qos_current_mode() 
> static.

Merged to upstream branch of wireless-2.6...thanks!

John
-- 
John W. Linville
linville@tuxdriver.com

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

* [2.6 patch] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static
@ 2006-03-08 12:18 Adrian Bunk
  0 siblings, 0 replies; 3+ messages in thread
From: Adrian Bunk @ 2006-03-08 12:18 UTC (permalink / raw)
  To: Andrew Morton; +Cc: yi.zhu, jketreno, linux-kernel, linville, netdev

This patch makes the needlessly global function ipw_qos_current_mode() 
static.


Signed-off-by: Adrian Bunk <bunk@stusta.de>

---

This patch was already sent on:
- 4 Mar 2006

--- linux-2.6.16-rc5-mm2-full/drivers/net/wireless/ipw2200.c.old	2006-03-03 17:49:37.000000000 +0100
+++ linux-2.6.16-rc5-mm2-full/drivers/net/wireless/ipw2200.c	2006-03-03 17:50:00.000000000 +0100
@@ -6566,7 +6566,7 @@
 * get the modulation type of the current network or
 * the card current mode
 */
-u8 ipw_qos_current_mode(struct ipw_priv * priv)
+static u8 ipw_qos_current_mode(struct ipw_priv * priv)
 {
 	u8 mode = 0;
 


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

end of thread, other threads:[~2006-03-18  1:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-03-04 12:14 [2.6 patch] drivers/net/wireless/ipw2200.c: make ipw_qos_current_mode() static Adrian Bunk
2006-03-18  1:11 ` John W. Linville
2006-03-08 12:18 Adrian Bunk

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).