]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/rt2860/chip/mac_pci.h
Merge tag 'v2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[mv-sheeva.git] / drivers / staging / rt2860 / chip / mac_pci.h
index 9f25ef047f59782ba09e63b772fa4d24cfb5bb6e..b8868a5b9e047a794747010b01dbf936e92c5ec8 100644 (file)
@@ -30,7 +30,8 @@
     Abstract:
 
     Revision History:
-    Who          When          What
+    Who                When            What
+    Justin P. Mattock  11/07/2010      Fix some typos
     ---------    ----------    ----------------------------------------------
  */
 
@@ -45,7 +46,7 @@
 
 /* */
 /* Device ID & Vendor ID related definitions, */
-/* NOTE: you should not add the new VendorID/DeviceID here unless you not sure it belongs to what chip. */
+/* NOTE: you should not add the new VendorID/DeviceID here unless you know for sure what chip it belongs too. */
 /* */
 #define NIC_PCI_VENDOR_ID              0x1814
 #define PCIBUS_INTEL_VENDOR    0x8086
@@ -83,7 +84,7 @@ struct PACKED rt_txd {
        u32 SDPtr1;
        /*Word3 */
        u32 rsv2:24;
-       u32 WIV:1;              /* Wireless Info Valid. 1 if Driver already fill WI,  o if DMA needs to copy WI to correctposition */
+       u32 WIV:1;              /* Wireless Info Valid. 1 if Driver already fill WI,  o if DMA needs to copy WI to correct position */
        u32 QSEL:2;             /* select on-chip FIFO ID for 2nd-stage output scheduler.0:MGMT, 1:HCCA 2:EDCA */
        u32 rsv:2;
        u32 TCO:1;              /* */