commit | 80abaf9b4c920cab044e185ed4327f801c1ff99d | [log] [tgz] |
---|---|---|
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | Tue Jan 03 14:42:01 2012 +0530 |
committer | Kalle Valo <kvalo@qca.qualcomm.com> | Mon Jan 09 12:29:17 2012 +0200 |
tree | 037a77e6ea0b525313d0a7eb5d6034a733f546ec | |
parent | f914edd38920369d8926261f9ab72da6756c3e0c [diff] |
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>