diff options
author | Larry Finger <Larry.Finger@lwfinger.net> | 2012-06-20 18:47:26 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-06-20 21:14:57 +0200 |
commit | f761b6947dde42890beea59b020e1be87491809e (patch) | |
tree | 07aace132a78c02e093dbbf283ac26681d12f1b9 /net/mac80211 | |
parent | ath9k: do not sampling on ani timer when chip is in sleep (diff) | |
download | linux-f761b6947dde42890beea59b020e1be87491809e.tar.xz linux-f761b6947dde42890beea59b020e1be87491809e.zip |
rtlwifi: rtl8192se: Fix gcc 4.7.x warning
With gcc 4.7.x, the following warning is issued as the routine that sets
the array has the possibility of not initializing the values:
CC [M] drivers/net/wireless/rtlwifi/rtl8192se/phy.o
drivers/net/wireless/rtlwifi/rtl8192se/phy.c: In function ‘rtl92s_phy_set_txpower’:
drivers/net/wireless/rtlwifi/rtl8192se/phy.c:1268:23: warning: ‘ofdmpowerLevel[0]’ may be used uninitialized in this function [-Wuninitialized]
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
0 files changed, 0 insertions, 0 deletions