diff options
author | Walter Goldens <goldenstranger@yahoo.com> | 2010-05-18 04:44:54 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2010-06-02 16:13:18 -0400 |
commit | 77c2061d10a408d0220c2b0e7faefe52d9c41008 (patch) | |
tree | e2b0ad1abb38cca9e0b9890836fc4290c28656b0 /include/net | |
parent | aed8e1f9910b216ab3e14cb286c431c870f9b78f (diff) | |
download | linux-3.10-77c2061d10a408d0220c2b0e7faefe52d9c41008.tar.gz linux-3.10-77c2061d10a408d0220c2b0e7faefe52d9c41008.tar.bz2 linux-3.10-77c2061d10a408d0220c2b0e7faefe52d9c41008.zip |
wireless: fix several minor description typos
Signed-off-by: Walter Goldens <goldenstranger@yahoo.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index b44a2e5321a..049e507d2f8 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -89,7 +89,7 @@ enum ieee80211_channel_flags { * @max_power: maximum transmission power (in dBm) * @beacon_found: helper to regulatory code to indicate when a beacon * has been found on this channel. Use regulatory_hint_found_beacon() - * to enable this, this is is useful only on 5 GHz band. + * to enable this, this is useful only on 5 GHz band. * @orig_mag: internal use * @orig_mpwr: internal use */ |