From c11fb9857f8c7951e30509c5af72ada8e121be8b Mon Sep 17 00:00:00 2001 From: Avinash Patil Date: Fri, 5 Dec 2014 23:23:41 +0530 Subject: [PATCH] mwifiex: guard station nodes access by station list lock Station node entries should be guarded for whole of their reference instead of just while getting node entry from station list. It may happen that station node is retrieved may be deleted by deauthentication event while it is still in use. Reported by: Tim Shepard Signed-off-by: Avinash Patil Signed-off-by: Cathy Luo Signed-off-by: John W. Linville --- Reading git-format-patch failed