Skip to content

Commit

Permalink
wireless: Fix incorrect use of loose in wext.c
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Nick Andrew authored and David S. Miller committed Dec 7, 2008
1 parent a2acde0 commit 6c5cc8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/wireless/wext.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6c5cc8e

Please sign in to comment.