All of lore.kernel.org
 help / color / mirror / Atom feed
From: Sucheta ROY <sucheta.roy@st.com>
To: ath9k-devel@lists.ath9k.org
Subject: [ath9k-devel] AR9380 MSI
Date: Thu, 19 May 2011 16:35:59 +0800	[thread overview]
Message-ID: <F6259B467C2CCE44A8F3D92A9BFE1D3D64BAD4A08A@EAPEX1MAIL1.st.com> (raw)
In-Reply-To: <20110519060138.GA6239@infinet.ru>

Hi,

I believe you have AR9380 card installed in your PC? 

You have to build your kernel with CONFIG_PCI_MSI option enabled. "CONFIG_PCI_MSI" Depends on: PCI [=y] && ARCH_SUPPORTS_MSI [=y]. Also you have to include
int pci_enable_msi(struct pci_dev *dev)  function in pci.c file of ath9k. This function should be called before the driver calls request_irq().With a successful call the device will be switched from pin-based legacy interrupt mode to MSI mode.  The dev->irq number will be changed to a new number which represents the message signaled interrupt.

Also can you please let me know PCI Vendor Id/Device Id of this card ie AR9380? 

Thanks in advance for your support.

Regards,
Sucheta
-----Original Message-----
From: ath9k-devel-bounces@lists.ath9k.org [mailto:ath9k-devel-bounces at lists.ath9k.org] On Behalf Of Alex Hacker
Sent: Thursday, May 19, 2011 11:32 AM
To: ath9k-devel at venema.h4ckr.net
Subject: Re: [ath9k-devel] AR9285 MSI

I have one currently installed on my PC, but do not have much time to
experimenting with MSI. If you tell me exactly what I should do to enable it
I'll report the results.

On Thu, May 19, 2011 at 12:33:29PM +0800, Sucheta ROY wrote:
> Hi,
> 
> I would like to know on what basis it is said AR9380 should work with MSI.I am aware that ath9K Linux driver does not support MSI by default. As you are suggesting that certain changes need to be incorporated in the driver. What all suggestion I received in previous mail I incorporated but could not make AR9285 work, although it exposes MSI capability structure and cat /proc/interrupts show pcie_msi interrupt in the table. So I am afraid whether the same would happen for AR9380!
> 
> If anybody is having that card, and can make a quick check by enabling MSI,that will be of great help. I don't have the card at this moment. If it is ensured that the card works with MSI I will plan to buy one. 
> 
> Thanks and Regards,
> Sucheta
_______________________________________________
ath9k-devel mailing list
ath9k-devel at lists.ath9k.org
https://lists.ath9k.org/mailman/listinfo/ath9k-devel

  reply	other threads:[~2011-05-19  8:35 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-17 11:16 [ath9k-devel] setting AR_NAV register Andrés García Saavedra
2011-05-17 13:29 ` [ath9k-devel] AR9285 MSI Sucheta ROY
2011-05-17 14:39   ` Mohammed Shafi
2011-05-17 14:41   ` Mohammed Shafi
2011-05-18  1:09     ` Peter Stuge
2011-05-18  2:15       ` Adrian Chadd
2011-05-18  4:28         ` Sucheta ROY
2011-05-18  9:29         ` Sucheta ROY
2011-05-18 10:54           ` Senthilkumar Balasubramanian
2011-05-19  0:32             ` Peter Stuge
2011-05-19  4:33               ` Sucheta ROY
2011-05-19  6:01                 ` Alex Hacker
2011-05-19  8:35                   ` Sucheta ROY [this message]
2011-05-19 11:06                     ` [ath9k-devel] AR9380 MSI Falk-Moritz Schaefer
2011-05-19 12:02                       ` Sucheta ROY
2011-05-19 12:32                         ` Falk-Moritz Schaefer
2011-05-19 12:16                     ` Alex Hacker
2011-05-20  9:30                       ` Sucheta ROY
2011-05-20 10:15                         ` Alex Hacker
2011-05-19  8:41                   ` [ath9k-devel] AR9285 MSI Sucheta ROY
2011-05-18  4:45       ` Mohammed Shafi
2011-05-17 14:27 ` [ath9k-devel] setting AR_NAV register Mohammed Shafi
2011-08-09 12:37   ` Manuel Sáez
2011-06-28 22:12 [ath9k-devel] [RFC/RFT] ath9k: support for multiple beacon intervals Steve Brown
2011-06-29  1:31 ` Adrian Chadd
2011-06-29 13:22   ` Steve Brown
2011-06-29 17:15     ` Adrian Chadd
2011-06-29 18:56       ` [ath9k-devel] AR9380 MSI Matevz Langus
2011-06-30  4:50 Alex Hacker
2011-07-01  9:38 ` Sucheta ROY
2011-07-01 10:18   ` Matevz Langus

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=F6259B467C2CCE44A8F3D92A9BFE1D3D64BAD4A08A@EAPEX1MAIL1.st.com \
    --to=sucheta.roy@st.com \
    --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.