Commit 789d1aef authored by Justin P. Mattock's avatar Justin P. Mattock Committed by Greg Kroah-Hartman
Browse files

staging: "vt6655" Fix typos in comments.

parent 736f5d0a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -186,7 +186,7 @@


//
// Cipher Suite Selectors defiened in 802.11i
// Cipher Suite Selectors defined in 802.11i
//
#define WLAN_11i_CSS_USE_GROUP              0
#define WLAN_11i_CSS_WEP40                  1
+4 −4
Original line number Diff line number Diff line
@@ -28,8 +28,8 @@
 * Functions:
 *      BBuGetFrameTime        - Calculate data frame transmitting time
 *      BBvCaculateParameter   - Caculate PhyLength, PhyService and Phy Signal parameter for baseband Tx
 *      BBbReadEmbeded         - Embeded read baseband register via MAC
 *      BBbWriteEmbeded        - Embeded write baseband register via MAC
 *      BBbReadEmbeded         - Embedded read baseband register via MAC
 *      BBbWriteEmbeded        - Embedded write baseband register via MAC
 *      BBbIsRegBitsOn         - Test if baseband register bits on
 *      BBbIsRegBitsOff        - Test if baseband register bits off
 *      BBbVT3253Init          - VIA VT3253 baseband chip init code
@@ -2001,7 +2001,7 @@ BBvCaculateParameter (
}

/*
 * Description: Read a byte from BASEBAND, by embeded programming
 * Description: Read a byte from BASEBAND, by embedded programming
 *
 * Parameters:
 *  In:
@@ -2043,7 +2043,7 @@ bool BBbReadEmbeded (unsigned long dwIoBase, unsigned char byBBAddr, unsigned ch


/*
 * Description: Write a Byte to BASEBAND, by embeded programming
 * Description: Write a Byte to BASEBAND, by embedded programming
 *
 * Parameters:
 *  In:
+2 −2
Original line number Diff line number Diff line
@@ -784,8 +784,8 @@ BSSDBbIsSTAInNodeDB(void *pMgmtObject, unsigned char *abyDstAddr,
/*+
 *
 * Routine Description:
 *    Find an empty node and allocated; if no empty found,
 *    instand used of most inactive one.
 *    Find an empty node and allocat it; if there is no empty node,
 *    then use the most inactive one.
 *
 * Return Value:
 *    None
+2 −1
Original line number Diff line number Diff line
@@ -1354,7 +1354,8 @@ CARDbSetQuiet (
/*
 *
 * Description:
 *    Do Quiet, It will called by either ISR (after start) or VNTWIFI (before start) so do not need SPINLOCK
 *    Do Quiet, It will be called by either ISR(after start) 
 *    or VNTWIFI(before start) so we do not need a SPINLOCK
 *
 * Parameters:
 *  In:
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ DATARATEbyGetRateIdx (
/*+
 *
 * Routine Description:
 *      Rate fallback Algorithm Implementaion
 *      Rate fallback Algorithm Implementation
 *
 * Parameters:
 *  In:
Loading