From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luis R. Rodriguez Date: Wed, 4 Feb 2009 13:36:49 -0800 Subject: [ath9k-devel] AR9281 and Linux 2.6.21 In-Reply-To: <18825.39820.611444.997898@gargle.gargle.HOWL> References: <853d0c620902040501k118fa85cx94c34386fade7842@mail.gmail.com> <18825.39820.611444.997898@gargle.gargle.HOWL> Message-ID: <20090204213649.GE5581@tesla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Wed, Feb 04, 2009 at 05:43:40AM -0800, Sujith wrote: > Madhusudan Bhat wrote: > > Hi All, > > > > >From Linux 2.6.28 onwards ath9k driver is part of the linux and supports > > 802.11n chips. Is any one has ath9k or similar driver for linux 2.6.21? I > > saw the ath9k driver in 2.6.28. It is higly dependent on linux 2.6.28 > > kernel. Anyone has PCI/PCIe driver supporting any 802.11n chips for 2.6.21? > > You can try compat-wireless-old. IIRC, it does support 2.6.21, but you would > not get the latest code present in wireless-testing. > > See: http://wireless.kernel.org/en/users/Download Just one small note: ath9k is in compat-wireless-old but its only enabled in config.mk for kernel 2.6.26 as that was the only we tested it on. Feel free to tweak config.mk to enable it for older kernels like 2.6.22 and see if it compiles. If it doesn't you may need to patch up ath9k in it. If you do so please send the patches and I can apply them to the git tree. 2.6.21 is supported in compat-wireless-old but PCI was never tested. It may work, someone just has to test it. Mind you my advice is to just upgrade to at least 2.6.27. compat-wireless-old just doesn't get a lot of love, but you are more than welcomed to send patches to help port stuff from wireless-testing to it. Luis