commit | a5a7103fe18eb4312bd89c9f136fb850af58faf4 | [log] [tgz] |
---|---|---|
author | Felix Fietkau <nbd@openwrt.org> | Sun Feb 27 22:19:22 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Feb 28 14:06:54 2011 -0500 |
tree | 2242178941a40c30adcc13705bf990249bb9093b | |
parent | c2a7dca0ce0e6ceb13f9030ff8e9731eaa14cc02 [diff] |
p54: fix a NULL pointer dereference bug If the RSSI calibration table was not found or not parsed properly, priv->rssi_db will be NULL, p54_rssi_find needs to be able to deal with that. Signed-off-by: Felix Fietkau <nbd@openwrt.org> Acked-by: Christian Lamparter <chunkeey@googlemail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>