Staging: vt665*: fix typos concerning "management"

Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Uwe Kleine-König 2010-06-11 12:17:04 +02:00 committed by Greg Kroah-Hartman
parent 2555cd9f93
commit 0d74395177
6 changed files with 7 additions and 7 deletions

View File

@ -19,7 +19,7 @@
* *
* File: 80211mgr.h * File: 80211mgr.h
* *
* Purpose: 802.11 managment frames pre-defines. * Purpose: 802.11 management frames pre-defines.
* *
* *
* Author: Lyndon Chen * Author: Lyndon Chen

View File

@ -18,7 +18,7 @@
* *
* File: 80211mgr.c * File: 80211mgr.c
* *
* Purpose: Handles the 802.11 managment support functions * Purpose: Handles the 802.11 management support functions
* *
* Author: Lyndon Chen * Author: Lyndon Chen
* *

View File

@ -19,7 +19,7 @@
* *
* File: 80211mgr.h * File: 80211mgr.h
* *
* Purpose: 802.11 managment frames pre-defines. * Purpose: 802.11 management frames pre-defines.
* *
* *
* Author: Lyndon Chen * Author: Lyndon Chen

View File

@ -19,7 +19,7 @@
* *
* File: power.c * File: power.c
* *
* Purpose: Handles 802.11 power managment functions * Purpose: Handles 802.11 power management functions
* *
* Author: Lyndon Chen * Author: Lyndon Chen
* *

View File

@ -18,7 +18,7 @@
* *
* File: power.h * File: power.h
* *
* Purpose: Handles 802.11 power managment functions * Purpose: Handles 802.11 power management functions
* *
* Author: Lyndon Chen * Author: Lyndon Chen
* *

View File

@ -343,11 +343,11 @@ typedef struct tagSMgmtObject
BOOL bRxBeaconInTBTTWake; BOOL bRxBeaconInTBTTWake;
BYTE abyPSTxMap[MAX_NODE_NUM + 1]; BYTE abyPSTxMap[MAX_NODE_NUM + 1];
// managment command related // management command related
unsigned int uCmdBusy; unsigned int uCmdBusy;
unsigned int uCmdHostAPBusy; unsigned int uCmdHostAPBusy;
// managment packet pool // management packet pool
PBYTE pbyMgmtPacketPool; PBYTE pbyMgmtPacketPool;
BYTE byMgmtPacketPool[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN]; BYTE byMgmtPacketPool[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];