commit | af132051ceeb0cb8f4e2eefb596c13fbeb760f7c | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Apr 08 19:53:21 2013 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 10 14:10:34 2013 -0400 |
tree | 3875fa668c67186b0ad1c5d4049ccfa407f96cc2 | |
parent | 99ba6a4610c8413c9166e600b1797f0a8f1c4498 [diff] |
rtlwifi: rtl8188ee: Fix loop that ends early In routine _rtl8188e_read_power_value_fromprom(), there are loops initializing index_cck_base and index_bw40_base from the PROM. As the result of a typo, the second loop is ended one element too soon. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Reported-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>