diff options
author | Nick Andrew <nick@nick-andrew.net> | 2008-12-06 23:55:32 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-12-06 23:55:32 -0800 |
commit | 6c5cc8e0516005cb9a8f940276fac7614f7acf5c (patch) | |
tree | e2a1307b05725cdc25f05e8e32811e9aab8b0640 /net/wireless | |
parent | a2acde07711f7d8b19928245c555bce60f91482a (diff) | |
download | op-kernel-dev-6c5cc8e0516005cb9a8f940276fac7614f7acf5c.zip op-kernel-dev-6c5cc8e0516005cb9a8f940276fac7614f7acf5c.tar.gz |
wireless: Fix incorrect use of loose in wext.c
Fix incorrect use of loose in wext.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <nick@nick-andrew.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/wireless')
-rw-r--r-- | net/wireless/wext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireless/wext.c b/net/wireless/wext.c index d98ffb7..e49a2d1 100644 --- a/net/wireless/wext.c +++ b/net/wireless/wext.c @@ -64,7 +64,7 @@ * o Remove spy_offset from struct iw_handler_def * o Start deprecating dev->get_wireless_stats, output a warning * o If IW_QUAL_DBM is set, show dBm values in /proc/net/wireless - * o Don't loose INVALID/DBM flags when clearing UPDATED flags (iwstats) + * o Don't lose INVALID/DBM flags when clearing UPDATED flags (iwstats) * * v8 - 17.02.06 - Jean II * o RtNetlink requests support (SET/GET) |