Remove struct ath_pci_softc, it's pointless for supported kernels
[madwifi/.git] / README
diff --git a/README b/README
index 5b4f4fb57d36f1c95f1cc0d5616ce0e22a930ce2..b1a8eadf37d1047160910e44a3793ccf3a863643 100644 (file)
--- a/README
+++ b/README
@@ -199,7 +199,7 @@ To create APs that share a single MAC address, just create the VAPs:
   wlanconfig ath0 create wlandev wifi0 wlanmode ap
   wlanconfig ath1 create wlandev wifi0 wlanmode ap
 
   wlanconfig ath0 create wlandev wifi0 wlanmode ap
   wlanconfig ath1 create wlandev wifi0 wlanmode ap
 
-To create an VAP with a unique MAC addresss, use the bssid parameter:
+To create an VAP with a unique MAC address, use the bssid parameter:
 
   wlanconfig ath0 create wlandev wifi0 wlanmode ap
   wlanconfig ath1 create wlandev wifi0 wlanmode ap bssid
 
   wlanconfig ath0 create wlandev wifi0 wlanmode ap
   wlanconfig ath1 create wlandev wifi0 wlanmode ap bssid
@@ -278,11 +278,10 @@ together with WPA/WPA2 or without; consult the wpa_supplicant
 documentation for an up to date list.
 
 MadWifi supports the use of the Wireless Extensions ioctls equal to or
 documentation for an up to date list.
 
 MadWifi supports the use of the Wireless Extensions ioctls equal to or
-greater than WE18 (linux 2.6.15).  When using wpa_supplicant with a
+greater than WE18 (Linux 2.6.13).  When using wpa_supplicant with a
 recent linux kernel, it is preferred to use the 'wext' driver backend,
 rather than the private MadWifi ioctls.  This means that '-D wext'
 recent linux kernel, it is preferred to use the 'wext' driver backend,
 rather than the private MadWifi ioctls.  This means that '-D wext'
-option should be used with wpa_supplicant when the linux kernel version
-is 2.6.15 or above.
+option should be used with wpa_supplicant.
 
 NOTE: the in-kernel authenticator is being replaced; to use it you need
       to follow the directions in net80211/Makefile.
 
 NOTE: the in-kernel authenticator is being replaced; to use it you need
       to follow the directions in net80211/Makefile.