All of lore.kernel.org
 help / color / mirror / Atom feed
From: Oleksij Rempel <linux@rempel-privat.de>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] [PATCH v2 1/5] ath: add common function ath_is_mybeacon
Date: Thu, 16 Jan 2014 13:43:40 +0100	[thread overview]
Message-ID: <52D7D3FC.9020808@rempel-privat.de> (raw)
In-Reply-To: <52D7CC0A.8080209@meshcoding.com>

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

WARNING: multiple messages have this Message-ID (diff)
From: Oleksij Rempel <linux@rempel-privat.de>
To: Antonio Quartulli <antonio@meshcoding.com>,
	linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org
Subject: Re: [PATCH v2 1/5] ath: add common function ath_is_mybeacon
Date: Thu, 16 Jan 2014 13:43:40 +0100	[thread overview]
Message-ID: <52D7D3FC.9020808@rempel-privat.de> (raw)
In-Reply-To: <52D7CC0A.8080209@meshcoding.com>

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

  reply	other threads:[~2014-01-16 12:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-01-15 16:37 [ath9k-devel] [PATCH v2 1/5] ath: add common function ath_is_mybeacon Oleksij Rempel
2014-01-15 16:37 ` Oleksij Rempel
2014-01-16 12:09 ` [ath9k-devel] " Antonio Quartulli
2014-01-16 12:09   ` Antonio Quartulli
2014-01-16 12:43   ` Oleksij Rempel [this message]
2014-01-16 12:43     ` Oleksij Rempel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=52D7D3FC.9020808@rempel-privat.de \
    --to=linux@rempel-privat.de \
    --cc=ath9k-devel@lists.ath9k.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.