mac80211: Fix potential null pointer dereferencing
authorAshok Nagarajan <ashok@cozybit.com>
Tue, 6 Mar 2012 20:48:30 +0000 (12:48 -0800)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 7 Mar 2012 18:51:47 +0000 (13:51 -0500)
commit3d4f96997263d97cd4d60373f1ed8184ee6df31b
treed84bb951aabaa3f4325586aeb51eff0d5c11d2fd
parent2ef167557c0a26c88162ecffb017bfcc51eb7b29
mac80211: Fix potential null pointer dereferencing

The patch "{nl,cfg,mac}80211: Implement RSSI threshold for mesh peering"
has a potential null pointer dereferencing problem. Thanks to Dan Carpenter
for pointing out. This patch will fix the issue.

Signed-off-by: Ashok Nagarajan <ashok@cozybit.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mesh_plink.c