]> git.baikalelectronics.ru Git - kernel.git/commit
ath6kl: Implement ndo_set_rx_mode()
authorVasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Tue, 3 Jan 2012 09:12:01 +0000 (14:42 +0530)
committerKalle Valo <kvalo@qca.qualcomm.com>
Mon, 9 Jan 2012 10:29:17 +0000 (12:29 +0200)
commitfe605952dbbbc18a6924b783e02dd4e837c07868
tree037a77e6ea0b525313d0a7eb5d6034a733f546ec
parent60af136ab7dea7e9d6a270078ac77e5478025a99
ath6kl: Implement ndo_set_rx_mode()

There are maximum of seven multicast filter are supported
by hw. When the requested number of filters exceeds the
maximum supported one, multicast filtering is completely
disabled, the requested filters will be configured in
firmware and the only multicast frames that host is interested
in will be passed to host for further processing otherwise.

Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
drivers/net/wireless/ath/ath6kl/cfg80211.c
drivers/net/wireless/ath/ath6kl/core.h
drivers/net/wireless/ath/ath6kl/main.c