From: Sankar P <sankar.curiosity@gmail.com>
To: gregkh@suse.de, pavel@ucw.cz, penberg@cs.helsinki.fi,
devel@driverdev.osuosl.org, linux-kernel@vger.kernel.org,
sankar.curiosity@gmail.com
Subject: [PATCH 5/6] staging: winbond: Convert typedef struct _MLME_FRAME to struct
Date: Sat, 20 Mar 2010 02:11:03 +0530 [thread overview]
Message-ID: <1269031264-2327-6-git-send-email-sankar.curiosity@gmail.com> (raw)
In-Reply-To: <1269031264-2327-5-git-send-email-sankar.curiosity@gmail.com>
This patch converts the typedef struct _MLME_FRAME to
struct mlme_frame and updates the places where it is used.
Signed-off-by: Sankar P <sankar.curiosity@gmail.com>
---
drivers/staging/winbond/core.h | 2 +-
drivers/staging/winbond/mlme_s.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/staging/winbond/core.h b/drivers/staging/winbond/core.h
index 0a2060b..372053a 100644
--- a/drivers/staging/winbond/core.h
+++ b/drivers/staging/winbond/core.h
@@ -16,7 +16,7 @@ struct wbsoft_priv {
struct wb_local_para sLocalPara; // Myself connected parameters
- MLME_FRAME sMlmeFrame; // connect to peerSTA parameters
+ struct mlme_frame sMlmeFrame; /* connect to peerSTA parameters */
struct wb35_mto_params sMtoPara; // MTO_struct ...
struct hw_data sHwData; //For HAL
diff --git a/drivers/staging/winbond/mlme_s.h b/drivers/staging/winbond/mlme_s.h
index 1217a1c..c95debf 100644
--- a/drivers/staging/winbond/mlme_s.h
+++ b/drivers/staging/winbond/mlme_s.h
@@ -131,7 +131,7 @@
#define boMLME_IdleScanState(_BB_) (_BB_->wState==IDLE_SCAN)
#define boMLME_FoundSTAinfo(_CC_) (_CC_->wState>=IDLE_SCAN)
-typedef struct _MLME_FRAME
+struct mlme_frame
{
//NDIS_PACKET MLME_Packet;
s8 * pMMPDU;
@@ -156,7 +156,7 @@ typedef struct _MLME_FRAME
u16 wNumRxMMPDUInMLME; // Number of the Rx MMPDU
u16 reserved_1; // in MLME.
// excluding the discarded
-} MLME_FRAME, *psMLME_FRAME;
+};
typedef struct _AUTHREQ {
--
1.6.4.2
next prev parent reply other threads:[~2010-03-19 20:42 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-19 20:40 [PATCH 0/6] staging: winbond: Cleanups Sankar P
2010-03-19 20:40 ` [PATCH 1/6] staging: winbond: Convert typedef struct _PMKID to struct pmkid Sankar P
2010-03-19 20:41 ` [PATCH 2/6] staging: winbond: Remove unused enum enum_PowerManagementMode Sankar P
2010-03-19 20:41 ` [PATCH 3/6] staging: winbond: Convert typedef struct _STRUCT_SELECTOR Sankar P
2010-03-19 20:41 ` [PATCH 4/6] staging: winbond: Remove typedef for standard types Sankar P
2010-03-19 20:41 ` Sankar P [this message]
2010-03-19 20:41 ` [PATCH 6/6] staging: winbond: Convert typedef struct _SCAN_REQ_PARA to struct Sankar P
2010-03-20 0:17 ` Pavel Machek
2010-03-20 0:17 ` [PATCH 5/6] staging: winbond: Convert typedef struct _MLME_FRAME " Pavel Machek
2010-03-20 0:16 ` [PATCH 4/6] staging: winbond: Remove typedef for standard types Pavel Machek
2010-03-20 0:15 ` [PATCH 3/6] staging: winbond: Convert typedef struct _STRUCT_SELECTOR Pavel Machek
2010-03-20 0:14 ` [PATCH 2/6] staging: winbond: Remove unused enum enum_PowerManagementMode Pavel Machek
2010-03-20 0:13 ` [PATCH 1/6] staging: winbond: Convert typedef struct _PMKID to struct pmkid Pavel Machek
2010-03-21 12:40 ` [PATCH 0/6] staging: winbond: Cleanups Pekka Enberg
2010-04-28 23:12 ` Greg KH
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1269031264-2327-6-git-send-email-sankar.curiosity@gmail.com \
--to=sankar.curiosity@gmail.com \
--cc=devel@driverdev.osuosl.org \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
--cc=pavel@ucw.cz \
--cc=penberg@cs.helsinki.fi \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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