From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksij Rempel Date: Thu, 16 Jan 2014 13:43:40 +0100 Subject: [ath9k-devel] [PATCH v2 1/5] ath: add common function ath_is_mybeacon In-Reply-To: <52D7CC0A.8080209@meshcoding.com> References: <1389803862-9078-1-git-send-email-linux@rempel-privat.de> <52D7CC0A.8080209@meshcoding.com> Message-ID: <52D7D3FC.9020808@rempel-privat.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Am 16.01.2014 13:09, schrieb Antonio Quartulli: > On 15/01/14 17:37, Oleksij Rempel wrote: >> +bool ath_is_mybeacon(struct ath_common *common, struct ieee80211_hdr *hdr); >> > > another late comment: wouldn't it be better is the function was called > is_my_beacon() instead of is_mybeacon() ? Right now i see that this check affect almost all wifi driver. Theoretically it can be placed to some more generic place. Where? My actual target are these patch set: https://github.com/olerem/linux-2.6/commits/wifi-ath-common_more is_my_beacon() is only sight result of it. -- Regards, Oleksij