OSDN Git Service

ath9k_hw: add multicast key search support
authorFelix Fietkau <nbd@openwrt.org>
Tue, 25 May 2010 17:42:44 +0000 (19:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 3 Jun 2010 18:10:44 +0000 (14:10 -0400)
commit1d0bb42d5eee20bd70f237d0a32cfe3b079849e2
treebee2e245d0267c95c9b44cc422479e78f462351b
parentfd515941cfaf949b55086a36943afe085d7268e6
ath9k_hw: add multicast key search support

If a MAC address for a key table entry is flagged with the
multicast bit (0x01), indicate to the hardware that multicast
lookup instead of unicast lookup should be used. The multicast
bit itself never makes it to the actual keytable entry register,
as it is shifted out.

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/hw.c