From: Luis R. Rodriguez Date: Wed, 15 Jul 2009 00:14:05 +0000 (-0400) Subject: ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks X-Git-Tag: v2.6.32-rc1~703^2~544^2~75 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7682a76df8f4e875e4029d95b799c712ee740ddc;p=pandora-kernel.git ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks We check for this condition early on in our mac80211 get_rate() callback ath_get_rate(), so remove this check later down the path. Cc: Derek Smithies Cc: Chittajit Mitra Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed