Files
linux/drivers
John W. Linville 34cee821ec ath5k: check return value of ieee80211_get_tx_rate
commit d8e1ba76d6 upstream.

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: John W. Linville <linville@tuxdriver.com>
Acked-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-09-20 13:17:55 -07:00
..
2009-06-16 19:50:13 -07:00
2010-08-26 16:41:51 -07:00
2010-08-26 16:41:42 -07:00
2009-10-15 09:58:27 -06:00
2009-11-12 07:26:01 -08:00
2010-08-02 10:20:53 -07:00
2010-08-13 13:20:13 -07:00
2010-08-10 10:20:51 -07:00
2009-07-12 12:22:34 -07:00
2010-08-02 10:20:42 -07:00
2009-06-18 13:04:04 -07:00
2010-05-12 14:57:15 -07:00