All of lore.kernel.org
 help / color / mirror / Atom feed
* [ath9k-devel] [PATCH] fix a typo in ignore_reg_update in ath9k
@ 2011-07-24 13:45 Mihai Moldovan
  2011-07-24 14:29 ` Mohammed Shafi
  0 siblings, 1 reply; 4+ messages in thread
From: Mihai Moldovan @ 2011-07-24 13:45 UTC (permalink / raw)
  To: ath9k-devel

Just a typo fix changing regulaotry to regulatory.

Signed-off-by: Mihai Moldovan <ionic@ionic.de>
---
 net/wireless/reg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/net/wireless/reg.c b/net/wireless/reg.c
index 1ad0f39..d99ead3 100644
--- a/net/wireless/reg.c
+++ b/net/wireless/reg.c
@@ -903,7 +903,7 @@ static bool ignore_reg_update(struct wiphy *wiphy,
         initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
         !is_world_regdom(last_request->alpha2)) {
         REG_DBG_PRINT("Ignoring regulatory request %s "
-                  "since the driver requires its own regulaotry "
+                  "since the driver requires its own regulatory "
                   "domain to be set first",
                   reg_initiator_name(initiator));
         return true;
-- 
1.7.6

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4369 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110724/82e61cab/attachment.bin 

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [ath9k-devel] [PATCH] fix a typo in ignore_reg_update in ath9k
  2011-07-24 13:45 [ath9k-devel] [PATCH] fix a typo in ignore_reg_update in ath9k Mihai Moldovan
@ 2011-07-24 14:29 ` Mohammed Shafi
  2011-07-24 14:34   ` Mihai Moldovan
  0 siblings, 1 reply; 4+ messages in thread
From: Mohammed Shafi @ 2011-07-24 14:29 UTC (permalink / raw)
  To: ath9k-devel

On Sun, Jul 24, 2011 at 7:15 PM, Mihai Moldovan <ionic@ionic.de> wrote:
> Just a typo fix changing regulaotry to regulatory.
>
> Signed-off-by: Mihai Moldovan <ionic@ionic.de>

please send to linux-wireless
http://linuxwireless.org/en/developers/Documentation/git-guide

> ---
> ?net/wireless/reg.c | ? ?2 +-
> ?1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/net/wireless/reg.c b/net/wireless/reg.c
> index 1ad0f39..d99ead3 100644
> --- a/net/wireless/reg.c
> +++ b/net/wireless/reg.c
> @@ -903,7 +903,7 @@ static bool ignore_reg_update(struct wiphy *wiphy,
> ? ? ? ? initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE &&
> ? ? ? ? !is_world_regdom(last_request->alpha2)) {
> ? ? ? ? REG_DBG_PRINT("Ignoring regulatory request %s "
> - ? ? ? ? ? ? ? ? ?"since the driver requires its own regulaotry "
> + ? ? ? ? ? ? ? ? ?"since the driver requires its own regulatory "
> ? ? ? ? ? ? ? ? ? "domain to be set first",
> ? ? ? ? ? ? ? ? ? reg_initiator_name(initiator));
> ? ? ? ? return true;
> --
> 1.7.6
>
>
> _______________________________________________
> ath9k-devel mailing list
> ath9k-devel at lists.ath9k.org
> https://lists.ath9k.org/mailman/listinfo/ath9k-devel
>
>



-- 
shafi

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] [PATCH] fix a typo in ignore_reg_update in ath9k
  2011-07-24 14:29 ` Mohammed Shafi
@ 2011-07-24 14:34   ` Mihai Moldovan
  2011-07-24 14:37     ` Mohammed Shafi
  0 siblings, 1 reply; 4+ messages in thread
From: Mihai Moldovan @ 2011-07-24 14:34 UTC (permalink / raw)
  To: ath9k-devel

* On 24.07.2011 04:29 PM, Mohammed Shafi wrote:
> please send to linux-wireless
> http://linuxwireless.org/en/developers/Documentation/git-guide 
Oh I'm sorry, I've seen several patches posted here and figured this was
the way to go. Will do.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4369 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110724/01c5dba9/attachment.bin 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [ath9k-devel] [PATCH] fix a typo in ignore_reg_update in ath9k
  2011-07-24 14:34   ` Mihai Moldovan
@ 2011-07-24 14:37     ` Mohammed Shafi
  0 siblings, 0 replies; 4+ messages in thread
From: Mohammed Shafi @ 2011-07-24 14:37 UTC (permalink / raw)
  To: ath9k-devel

On Sun, Jul 24, 2011 at 8:04 PM, Mihai Moldovan <ionic@ionic.de> wrote:
> * On 24.07.2011 04:29 PM, Mohammed Shafi wrote:
>> please send to linux-wireless
>> http://linuxwireless.org/en/developers/Documentation/git-guide
> Oh I'm sorry, I've seen several patches posted here and figured this was
> the way to go. Will do.

yes, you can send ath9k related RFC patches to this list for the
maintainers to review it.

-- 
shafi

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-07-24 14:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-24 13:45 [ath9k-devel] [PATCH] fix a typo in ignore_reg_update in ath9k Mihai Moldovan
2011-07-24 14:29 ` Mohammed Shafi
2011-07-24 14:34   ` Mihai Moldovan
2011-07-24 14:37     ` Mohammed Shafi

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.