Return-path: Received: from he.sipsolutions.net ([78.46.109.217]:35973 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752276Ab2FZGuP (ORCPT ); Tue, 26 Jun 2012 02:50:15 -0400 Message-ID: <1340693409.4662.0.camel@jlt3.sipsolutions.net> (sfid-20120626_085020_669020_8C29E557) Subject: Re: [PATCH v3 09/10] ath9k: Add WoW related mac80211 callbacks From: Johannes Berg To: Mohammed Shafi Shajakhan Cc: Sujith Manoharan , "John W. Linville" , linux-wireless@vger.kernel.org, Rodriguez Luis , ath9k-devel@lists.ath9k.org, Rajkumar Manoharan , vadivel@qca.qualcomm.com, rhu@qca.qualcomm.com, Senthil Balasubramanian Date: Tue, 26 Jun 2012 08:50:09 +0200 In-Reply-To: <4FE9477E.5000902@qca.qualcomm.com> (sfid-20120626_072440_884254_F5CE58F6) References: <1340633579-7514-1-git-send-email-mohammed@qca.qualcomm.com> <1340633579-7514-10-git-send-email-mohammed@qca.qualcomm.com> <20456.47690.633636.869442@gargle.gargle.HOWL> <4FE9477E.5000902@qca.qualcomm.com> (sfid-20120626_072440_884254_F5CE58F6) Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Tue, 2012-06-26 at 10:54 +0530, Mohammed Shafi Shajakhan wrote: > the user pattern needs bit more stuff, we need to convert it to our chip > specific format(ie proper 802.11 format), previously there was > a logic of duplicate patterns before programming to HW, where a list in > the driver was necessary, i removed it to simplify few things. You might consider adding new API for 802.11-based patterns as the 802.3 patterns could match multiple 802.11 frames etc. johannes