Commit 0d743951 authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Greg Kroah-Hartman

Staging: vt665*: fix typos concerning "management"

Signed-off-by: default avatarUwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 2555cd9f
...@@ -19,7 +19,7 @@ ...@@ -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
......
...@@ -18,7 +18,7 @@ ...@@ -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
* *
......
...@@ -19,7 +19,7 @@ ...@@ -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
......
...@@ -19,7 +19,7 @@ ...@@ -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
* *
......
...@@ -18,7 +18,7 @@ ...@@ -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
* *
......
...@@ -343,11 +343,11 @@ typedef struct tagSMgmtObject ...@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment