projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2acde0
)
wireless: Fix incorrect use of loose in wext.c
author
Nick Andrew
<
[email protected]
>
Sun, 7 Dec 2008 07:55:32 +0000
(23:55 -0800)
committer
David S. Miller
<
[email protected]
>
Sun, 7 Dec 2008 07:55:32 +0000
(23:55 -0800)
Fix incorrect use of loose in wext.c
It should be 'lose', not 'loose'.
Signed-off-by: Nick Andrew <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
net/wireless/wext.c
patch
|
blob
|
history
diff --git
a/net/wireless/wext.c
b/net/wireless/wext.c
index d98ffb75119ac02891446056b3e507c23f3453ce..e49a2d1ef1e48a735ddda23b0d6226a66b5c4f39 100644
(file)
--- 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 lo
o
se 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)