From: Michal Kazior Date: Fri, 5 Jul 2013 13:15:05 +0000 (+0300) Subject: ath10k: do not setup rts/frag thresholds for suspended interfaces X-Git-Tag: v3.12-rc1~132^2~297^2^2~40^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=671b96db55c3ef372a5b01dfeb6b445b5c7cc3d1;p=pandora-kernel.git ath10k: do not setup rts/frag thresholds for suspended interfaces mac80211 calls for rts/frag threshold hooks before any interface is brought back up again when resuming. We would set vdev parameters before given vdev is created lading to a FW crash. rts/frag thresholds will be re-set accordingly in add_interface() hook anyway. Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed