linux/drivers/staging/rtl8192u
Luis de Bethencourt 3cd66a1813 staging: rtl8192u: r8192U_wx: fix negative noise and level values
range->max_qual.noise and level are of type uint8, so they shouldn't be
assigned a negative number. Assigning them 0x100 - 98, and 0x100 - 78 which
are the equivalent to -98 dBm and -78 dBm, respectively, when IW_QUAL_DBM
is set.

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2015-10-12 20:40:48 -07:00
..
ieee80211 Staging: rtl8192u: ieee80211: ieee80211_rx: Remove commented printk messages 2015-10-12 20:40:48 -07:00
authors
changes
copying
Kconfig
Makefile
r819xU_cmdpkt.c
r819xU_cmdpkt.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r819xU_firmware_img.c
r819xU_firmware_img.h
r819xU_firmware.c staging: rtl8192u: r819xU_firmware: fix coding style 2015-08-03 17:48:17 -07:00
r819xU_firmware.h staging: rtl8192u: r819xU_firmware.h: fix line over 80 characters 2015-06-08 13:38:56 -07:00
r819xU_phy.c
r819xU_phy.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r819xU_phyreg.h
r8180_93cx6.c
r8180_93cx6.h
r8190_rtl8256.c
r8190_rtl8256.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r8192U_core.c staging: rtl8192u: r8192U_core: fix negative noise value 2015-10-12 20:40:48 -07:00
r8192U_dm.c staging: rtl8192u: remove bool comparisons 2015-07-22 21:03:04 -07:00
r8192U_dm.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r8192U_hw.h
r8192U_wx.c staging: rtl8192u: r8192U_wx: fix negative noise and level values 2015-10-12 20:40:48 -07:00
r8192U_wx.h staging: rtl8192u: Remove unnecessary externs 2015-08-14 18:51:57 -07:00
r8192U.h staging: rtl8192u: r8192U_core: fix missing struct leading to consistent spacing code style error 2015-09-12 18:24:33 -07:00