From: Avinash Patil Date: Sat, 18 May 2013 00:50:22 +0000 (-0700) Subject: mwifiex: avoid deleting all stations during mwifiex_del_sta_entry() X-Git-Tag: v3.11-rc1~16^2~103^2^2~90 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdd4d6bf59c046e5a3d1ac67ba7b1c9ea540b6e3;p=pandora-kernel.git mwifiex: avoid deleting all stations during mwifiex_del_sta_entry() During deleting a station entry from associated sta_list, we are supposed to delete entry only for this particular mac address. This patch is a bug fix wherein we were deleting all entries from list; fix this by removing list_for_each_entry_safe() call. Signed-off-by: Avinash Patil Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- Reading git-diff-tree failed