Skip to content
Commit d8e1ba76 authored by John W. Linville's avatar John W. Linville
Browse files

ath5k: check return value of ieee80211_get_tx_rate



This avoids a NULL pointer dereference as reported here:

	https://bugzilla.redhat.com/show_bug.cgi?id=625889

When the WARN condition is hit in ieee80211_get_tx_rate, it will return
NULL.  So, we need to check the return value and avoid dereferencing it
in that case.

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Cc: stable@kernel.org
Acked-by: default avatarBob Copeland <me@bobcopeland.com>
parent 557de5eb
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment