aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJouni Malinen <j@w1.fi>2008-06-13 12:44:46 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-06-14 12:18:12 -0400
commitba77f1abde3999e45d92c0ba4e0356f7498e959f (patch)
tree6648e13b2597212f58c4e9f2df7e76c8e8d9bea5
parentacc1e7a3007ec1940374206a84465c1e0cfcda09 (diff)
mac80211_hwsim: Clean up documentation
Clean up the introduction and fix a typo. Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>
-rw-r--r--Documentation/networking/mac80211_hwsim/README15
1 files changed, 7 insertions, 8 deletions
diff --git a/Documentation/networking/mac80211_hwsim/README b/Documentation/networking/mac80211_hwsim/README
index 2f6e90fcb5a7..2ff8ccb8dc37 100644
--- a/Documentation/networking/mac80211_hwsim/README
+++ b/Documentation/networking/mac80211_hwsim/README
@@ -9,13 +9,12 @@ published by the Free Software Foundation.
9Introduction 9Introduction
10 10
11mac80211_hwsim is a Linux kernel module that can be used to simulate 11mac80211_hwsim is a Linux kernel module that can be used to simulate
12arbitrary number of IEEE 802.11 radios for mac80211 on a single 12arbitrary number of IEEE 802.11 radios for mac80211. It can be used to
13device. It can be used to test most of the mac80211 functionality and 13test most of the mac80211 functionality and user space tools (e.g.,
14user space tools (e.g., hostapd and wpa_supplicant) in a way that 14hostapd and wpa_supplicant) in a way that matches very closely with
15matches very closely with the normal case of using real WLAN 15the normal case of using real WLAN hardware. From the mac80211 view
16hardware. From the mac80211 view point, mac80211_hwsim is yet another 16point, mac80211_hwsim is yet another hardware driver, i.e., no changes
17hardware driver, i.e., no changes to mac80211 are needed to use this 17to mac80211 are needed to use this testing tool.
18testing tool.
19 18
20The main goal for mac80211_hwsim is to make it easier for developers 19The main goal for mac80211_hwsim is to make it easier for developers
21to test their code and work with new features to mac80211, hostapd, 20to test their code and work with new features to mac80211, hostapd,
@@ -26,7 +25,7 @@ since all radio operation is simulated, any channel can be used in
26tests regardless of regulatory rules. 25tests regardless of regulatory rules.
27 26
28mac80211_hwsim kernel module has a parameter 'radios' that can be used 27mac80211_hwsim kernel module has a parameter 'radios' that can be used
29to select how many radios are simulates (default 2). This allows 28to select how many radios are simulated (default 2). This allows
30configuration of both very simply setups (e.g., just a single access 29configuration of both very simply setups (e.g., just a single access
31point and a station) or large scale tests (multiple access points with 30point and a station) or large scale tests (multiple access points with
32hundreds of stations). 31hundreds of stations).