From: Gábor Stefanik Date: Thu, 23 Apr 2009 17:36:08 +0000 (+0200) Subject: iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rs X-Git-Tag: v2.6.31-rc1~330^2~448^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=514d65c18ee3595f7f9c9132895ed449f911ecd4;p=pandora-kernel.git iwlwifi: Fix handling of retry count of NO_ACK frames in iwl-{3945|agn}-rs Make iwl-{3945|agn}-rs check for IEEE80211_TX_CTL_NO_ACK instead of is_multicast_ether_addr when determining whether to use the lowest rate, and set the retry count to 0 (total try count = 1) if IEEE80211_TX_CTL_NO_ACK is set. Signed-off-by: Gábor Stefanik Signed-off-by: John W. Linville --- Reading git-diff-tree failed