From: Gábor Stefanik Date: Thu, 23 Apr 2009 18:06:06 +0000 (+0200) Subject: mac80211: Fix handling of retry count of NO_ACK frames in PID X-Git-Tag: v2.6.31-rc1~330^2~448^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=922368414e5700d1ed51510e54137359297d78e7;p=pandora-kernel.git mac80211: Fix handling of retry count of NO_ACK frames in PID Make PID 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