]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe01dbc96fa4b326fb07fe69806d744989b899b5
treebee2e245d0267c95c9b44cc422479e78f462351b
parent6bce7f76d2c1264fe80491aab8b797ecfd8db33d
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