From: Michal Kazior Date: Wed, 16 Oct 2013 12:44:46 +0000 (+0300) Subject: ath10k: remove unnecessary checks X-Git-Tag: v3.13-rc1~105^2~55^2^2~53^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=588490cf65063ce5f307116163af0bcfb69d7f56;p=pandora-kernel.git ath10k: remove unnecessary checks mac80211 interface iteration functions that were used originally iterated over interfaces that weren't re-added to the driver during recovery. Since internal vif list is now used it's safe to remove the safe-guard as internal vif list is based on add/remove_interface function which guarantees that vdev is created in FW before it is iterated over. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed