From: Gábor Stefanik Date: Thu, 14 May 2009 17:34:59 +0000 (+0000) Subject: zd1211rw: Replace ZD_CS_MULTICAST with ZD_CS_NO_ACK X-Git-Tag: v2.6.31-rc1~330^2~313^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13bdcd90bbce7c07e0dda0ff31e9497b8cabf1eb;p=pandora-kernel.git zd1211rw: Replace ZD_CS_MULTICAST with ZD_CS_NO_ACK According to my tests, all that ZD_CS_MULTICAST does is to disable retrying/waiting for an ACK. Reflect this by renaming the bit to ZD_CS_NO_ACK and setting it based on IEEE80211_TX_CTL_NO_ACK, instead of is_multicast_ether_addr. Signed-off-by: Gábor Stefanik Signed-off-by: John W. Linville --- Reading git-diff-tree failed