]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/rt2860/sta/sanity.c
Merge branch 'master' into tk71
[mv-sheeva.git] / drivers / staging / rt2860 / sta / sanity.c
index 8f9fd19be1514ab158a31e59aba66ba0afb8e2be..0c32604f2d3fc553de612af52927ac4f8f379a51 100644 (file)
@@ -32,7 +32,8 @@
        Revision History:
        Who                     When                    What
        --------        ----------              ----------------------------------------------
-       John Chang  2004-09-01      add WMM support
+       John Chang              2004-09-01      add WMM support
+       Justin P. Mattock       11/07/2010      Fix typos
 */
 #include "../rt_config.h"
 
@@ -118,7 +119,7 @@ BOOLEAN PeerAssocRspSanity(struct rt_rtmp_adapter *pAd, void * pMsg, unsigned lo
        NdisMoveMemory(pAid, &pFrame->Octet[4], 2);
        Length += 2;
 
-       /* Aid already swaped byte order in RTMPFrameEndianChange() for big endian platform */
+       /* Aid already swapped byte order in RTMPFrameEndianChange() for big endian platform */
        *pAid = (*pAid) & 0x3fff;       /* AID is low 14-bit */
 
        /* -- get supported rates from payload and advance the pointer */