From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Berg Date: Mon, 22 Jun 2015 13:58:32 +0200 Subject: [ath9k-devel] [PATCH 2/3] ath9k: make rxfilter per HW In-Reply-To: <1434973385-15865-3-git-send-email-janusz.dziedzic@tieto.com> (sfid-20150622_134339_744222_8D689257) References: <1434973385-15865-1-git-send-email-janusz.dziedzic@tieto.com> <1434973385-15865-3-git-send-email-janusz.dziedzic@tieto.com> (sfid-20150622_134339_744222_8D689257) Message-ID: <1434974312.19597.9.camel@sipsolutions.net> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Mon, 2015-06-22 at 13:43 +0200, Janusz Dziedzic wrote: > mac80211 configure rxfilter per HW, > so we don't need this per channel. As I said before, I think there's value in mac80211 doing it per chanctx or even per vif, and it should be more efficient to do so. It's tempting to do it per vif and leave the chanctx work up to the driver, but perhaps with CSA and all that it gets complicated enough that doing it per chanctx in mac80211 would make sense? johannes