mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH 1/8] w35und: Convert typedef LOCAL_PARA to struct wb_local_para
@ 2009-12-18 21:08 Pekka Enberg
  2009-12-18 21:08 ` [PATCH 2/8] w35und: Convert typedef RadioOff to struct radio_off Pekka Enberg
  0 siblings, 1 reply; 9+ messages in thread
From: Pekka Enberg @ 2009-12-18 21:08 UTC (permalink / raw)
  To: greg; +Cc: linux-kernel, Pekka Enberg, Pavel Machek

Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
---
 drivers/staging/winbond/core.h      |    2 +-
 drivers/staging/winbond/localpara.h |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h
index 7d4bd5e..0a2060b 100644
--- a/drivers/staging/winbond/core.h
+++ b/drivers/staging/winbond/core.h
@@ -14,7 +14,7 @@
 struct wbsoft_priv {
 	u32 adapterIndex;	// 20060703.4 Add for using padapterContext global adapter point
 
-	WB_LOCALDESCRIPT sLocalPara;	// Myself connected parameters
+	struct wb_local_para sLocalPara;	// Myself connected parameters
 
 	MLME_FRAME sMlmeFrame;	// connect to peerSTA parameters
 
diff --git a/drivers/staging/winbond/localpara.h b/drivers/staging/winbond/localpara.h
index 5626a76..b731875 100644
--- a/drivers/staging/winbond/localpara.h
+++ b/drivers/staging/winbond/localpara.h
@@ -136,7 +136,7 @@ typedef struct _RadioOff
 } RadioOff, *psRadioOff;
 
 //===========================================================================
-typedef struct LOCAL_PARA
+struct wb_local_para
 {
 	u8			PermanentAddress[ MAC_ADDR_LENGTH + 2 ]; 	// read from EPROM, manufacture set for each NetCard
     u8    		ThisMacAddress[ MAC_ADDR_LENGTH + 2 ];			// the driver will use actually.
@@ -274,6 +274,6 @@ typedef struct LOCAL_PARA
 	u16		IE_Append_size;
 	u16		reserved_7;
 
-} WB_LOCALDESCRIPT, *PWB_LOCALDESCRIPT;
+};
 
 #endif
-- 
1.6.0.4


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

end of thread, other threads:[~2009-12-20 19:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-18 21:08 [PATCH 1/8] w35und: Convert typedef LOCAL_PARA to struct wb_local_para Pekka Enberg
2009-12-18 21:08 ` [PATCH 2/8] w35und: Convert typedef RadioOff to struct radio_off Pekka Enberg
2009-12-18 21:08   ` [PATCH 3/8] w35und: Remove unused typedef _EVENTLOG Pekka Enberg
2009-12-18 21:08     ` [PATCH 4/8] w35und: Convert typedef ChanInfo to struct chan_info Pekka Enberg
2009-12-18 21:08       ` [PATCH 5/8] w35und: Remove unused typedef CHAN_LIST Pekka Enberg
2009-12-18 21:08         ` [PATCH 6/8] w35und: Remove unused typedef TXRETRY_REC Pekka Enberg
2009-12-18 21:08           ` [PATCH 7/8] w35und: Remove unused typedef RXLAYER1 Pekka Enberg
2009-12-18 21:08             ` [PATCH 8/8] w35und: Remove unused typedefs MLME_DEAUTHREQ_PARA and MLME_DISASSOCREQ_PARA Pekka Enberg
2009-12-20 19:46               ` Pavel Machek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome