From mboxrd@z Thu Jan 1 00:00:00 1970 From: Karl Hiramoto Date: Mon, 18 May 2009 12:56:10 +0200 Subject: [ath9k-devel] enable LEDS on mini-pci type III connector. In-Reply-To: <4A0D2DE9.9060806@hiramoto.org> References: <4A0D2DE9.9060806@hiramoto.org> Message-ID: <4A113ECA.3080800@hiramoto.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Karl Hiramoto wrote: > Hi, > > I'd like to enable the two LEDs on pins 11-14 of the mini pci connector. > I'm using wireless-testing from git. Is this supported? > > The pins: > http://www.interfacebus.com/MiniPCI_Pinout_124Pin.html > > I have a SparkLan WMIA-207GN. > http://www.sparklan.com/product_details.php?prod_id=148 > Just by trying the different combinations i found the GPIOs on this card are on GPIO0 and GPIO4 #define ATH_LED_PIN 4 or #define ATH_LED_PIN 0 -- karl