@@ -59,7 +59,7 @@ helper script:
Run that script to see more information.
-Building, and installing
+Building and installing
------------------------
Build: build the latest linux wireless subsystem
@@ -104,14 +104,15 @@ Unload:
Drivers
-------
-This is the list of drivers this package provides. It adds
+This is the list of drivers the package provides. It adds
all new drivers or drivers which keep being updated which you might
be interested in.
Driver
adm8211
ath5k
-ath9h
+ath9k
+ath9k_htc
ar9170
b43
b43legacy
@@ -121,11 +122,13 @@ ipw2100
ipw2200
libertas_cs (Libertas)
ub8xxx (Libertas)
+orinoco
p54pci
p54usb
rt2400pci (rt2x00)
rt2500pci (rt2x00)
rt2500usb (rt2x00)
+rt2800usb (rt2x00)
rt61pci (rt2x00)
rt73usb (rt2x00)
rtl8180 (Realtek)
@@ -136,7 +139,7 @@ This package also provides more drivers
For a complete list see:
-http://wireless.kernel.org/en/users/Download
+http://linuxwireless.org/en/users/Drivers and http://wireless.kernel.org/en/users/Download
Non-wireless drivers
--------------------
@@ -144,7 +147,7 @@ Non-wireless drivers
To support b43 ssb is also provided, and since ssb is also provided
we provide b44 (the ethernet driver).
-The new rfkill drivers also provided and backported.
+The new rfkill drivers are also provided and backported.
Bluetooth drivers:
bluetooth
@@ -106,7 +106,7 @@ DRIVERS="$DRIVERS drivers/net/atlx"
# Bluetooth drivers
DRIVERS_BT="drivers/bluetooth"
-# Drivers that belong the the wireless directory
+# Drivers that belong to the wireless directory
DRIVER_FILES="adm8211.c adm8211.h"
DRIVER_FILES="$DRIVER_FILES rndis_wlan.c"
DRIVER_FILES="$DRIVER_FILES mac80211_hwsim.c"
@@ -1,7 +1,7 @@
#!/bin/bash
# Copyright 2009 Luis R. Rodriguez <mcgrof@gmail.com>
#
-# This this to select your compat-wireless driver and
+# Use this to select your compat-wireless driver and
# reduce compilation time.
DRIVERS_MAKEFILE="drivers/net/wireless/Makefile"