aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/util.c
diff options
context:
space:
mode:
authorJuha Leppanen <juha_motorsportcom@luukku.com>2010-01-04 15:52:50 -0500
committerJohn W. Linville <linville@tuxdriver.com>2010-01-04 15:55:25 -0500
commit51633632ef614ef045f25d76fc7f0133d7cc60c6 (patch)
treef61a36891c16ee81a51a343a315ad4e0a973440d /net/mac80211/util.c
parent891dc5e73783eeabd2a704a9425e2a199b39c9f9 (diff)
downloadkernel_samsung_smdk4412-51633632ef614ef045f25d76fc7f0133d7cc60c6.zip
kernel_samsung_smdk4412-51633632ef614ef045f25d76fc7f0133d7cc60c6.tar.gz
kernel_samsung_smdk4412-51633632ef614ef045f25d76fc7f0133d7cc60c6.tar.bz2
wl1271: fix timeout in wl1271_top_reg_read
I noticed a timeout bug in /drivers/net/wireless/wl12xx/wl1271_spi.c In the current code you cannot tell why you exited the "poll for data ready" do-while loop if exiting was done after the last possible loop. Then timeout==0 regardless of (val & OCP_READY_MASK) or !(val & OCP_READY_MASK), leading to possible false timeout... Simple correction could be decreasing timeout after checking for !(val & OCP_READY_MASK), not before (Manually converted from email to an actual patch by me. -- JWL) Reported-by: "Juha Leppanen" <juha_motorsportcom@luukku.com> Signed-off-by: "Juha Leppanen" <juha_motorsportcom@luukku.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/util.c')
0 files changed, 0 insertions, 0 deletions