All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sarah Nadi <snadi@uwaterloo.ca>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] PROBLEM: No config definition for ATHEROS_AR71XX
Date: Thu, 19 May 2011 11:03:54 -0400	[thread overview]
Message-ID: <4DD5315A.4050005@uwaterloo.ca> (raw)

Hi,

From: Sarah Nadi<snadi@uwaterloo.ca>

*Summary:* There is no config definition for ATHEROS_AR71XX in any of 
the Kconfig files while it is used in 
/drivers/net/wireless/ath/ath9k/ath9k.h and 
./drivers/net/wireless/ath/ath9k/Makefile.

*Problem Description:*
In version 2.6.38.6, there is no config definition for ATHEROS_AR71XX in 
any of the Kconfig files while CONFIG_ATHEROS_AR71XX is used in:

./drivers/net/wireless/ath/ath9k/Makefile :

ath9k-$(CONFIG_ATHEROS_AR71XX) += ahb.o:

and in /drivers/net/wireless/ath/ath9k/ath9k.h:

#ifdef CONFIG_ATHEROS_AR71XX
int ath_ahb_init(void);
void ath_ahb_exit(void);
#else
static inline int ath_ahb_init(void) { return 0; };
static inline void ath_ahb_exit(void) {};
#endif

This means that this feature can never be enabled, and so ahb.c is never 
compiled into the kernel, and the code block depending on it in ath9k.h 
is also never compiled.

Thanks,
Sarah
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20110519/de35db74/attachment.htm 

             reply	other threads:[~2011-05-19 15:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-19 15:03 Sarah Nadi [this message]
2011-05-19 20:34 ` [ath9k-devel] PROBLEM: No config definition for ATHEROS_AR71XX Luis R. Rodriguez
2011-05-19 20:34   ` Luis R. Rodriguez

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=4DD5315A.4050005@uwaterloo.ca \
    --to=snadi@uwaterloo.ca \
    --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.