From: Luis R. Rodriguez Date: Tue, 23 Dec 2008 23:58:50 +0000 (-0800) Subject: ath9k: remove superfluous check on changing channel X-Git-Tag: v2.6.30-rc1~662^2~836^2~226 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0d7c7af0a8298a43449d54762e655ab57739539;p=pandora-kernel.git ath9k: remove superfluous check on changing channel When we try to change the channel in ath9k its because either the configuration indicates we *have* changed channels or HT configuration has changed. In both cases we want to do a reset. Either way mac80211 will inform us when we want to actually change the channel so trust those calls. Although in the patch it may seem as I am doing more code changes I am not, all I am doing is removing the initial branch conditional and shifting the code to the left. Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed