* Re: [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes [not found] <1302148341-1783-1-git-send-email-nsingh@atheros.cm> @ 2011-04-12 20:28 ` Vipin Mehta 2011-04-21 1:11 ` Luis R. Rodriguez 2011-04-21 19:01 ` Luis R. Rodriguez 1 sibling, 1 reply; 4+ messages in thread From: Vipin Mehta @ 2011-04-12 20:28 UTC (permalink / raw) To: Naveen Singh Cc: greg@kroah.com, devel@linuxdriverproject.org, linux-wireless@vger.kernel.org, Vipin Mehta, Luis Rodriguez, Naveen Singh On Wed, Apr 06, 2011 at 08:52:16PM -0700, Naveen Singh wrote: > From: Naveen Singh <nsingh@atheros.com> > > Greg, > > These are set of 5 patches for ath6kl. These patches are related > to the correct functionality of driver as well as providing the > support of 2.1.1 silicon in the upstream driver. > > I have tested each and every patch.With each and every patch I was > able to compile the kernel, load the kernel, and do a basic connectivity > test with an external AP.These patches are tested on wireless-testing > as compared to staging-next because top of staging-next compilation > was broken. To do this I applied all the patches related to ath6k from > staging-next tree to the wireless-testing tree and then I applied these > patches. > > These should apply cleanly to staging-next tree as well. Let me know if > you have any issues. > > Naveen Singh (5): > staging:at6kl:Support for V2.1.1 Silicon > staging:ath6kl: Introduction of new CMD/EVT ID > staging:ath6kl:DEV ID in the DATA/CMD Packet > staging:ath6kl:Scan operation while disconnect > staging:ath6kl:cfg ops for power management > > drivers/staging/ath6kl/include/common/targaddrs.h | 224 +++++++++++++++++--- > drivers/staging/ath6kl/include/common/wmi.h | 117 +++++++++-- > drivers/staging/ath6kl/os/linux/ar6000_drv.c | 125 +++++++++--- > drivers/staging/ath6kl/os/linux/cfg80211.c | 8 +- > .../staging/ath6kl/os/linux/include/ar6000_drv.h | 57 +++++- > drivers/staging/ath6kl/wmi/wmi.c | 23 +-- > 6 files changed, 446 insertions(+), 108 deletions(-) > Greg, Did you get a chance to review these patches? Pls provide us your feedback. Vipin ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes 2011-04-12 20:28 ` [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes Vipin Mehta @ 2011-04-21 1:11 ` Luis R. Rodriguez 2011-04-21 1:22 ` Greg KH 0 siblings, 1 reply; 4+ messages in thread From: Luis R. Rodriguez @ 2011-04-21 1:11 UTC (permalink / raw) To: Vipin Mehta, Kalle Valo, Dave Cech, Greg KH Cc: Naveen Singh, devel@linuxdriverproject.org, linux-wireless@vger.kernel.org, Vipin Mehta, Luis Rodriguez, Naveen Singh On Tue, Apr 12, 2011 at 1:28 PM, Vipin Mehta <vmehta@atheros.com> wrote: > Greg, > Did you get a chance to review these patches? Pls provide us your feedback. Greg, I saw you were starting to integrate some changes (I think), I was just wondering if these were in the batch of new updates you are integrating, or if we should resubmit. Luis ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes 2011-04-21 1:11 ` Luis R. Rodriguez @ 2011-04-21 1:22 ` Greg KH 0 siblings, 0 replies; 4+ messages in thread From: Greg KH @ 2011-04-21 1:22 UTC (permalink / raw) To: Luis R. Rodriguez Cc: Vipin Mehta, Kalle Valo, Dave Cech, Naveen Singh, devel@linuxdriverproject.org, linux-wireless@vger.kernel.org, Vipin Mehta, Luis Rodriguez, Naveen Singh On Wed, Apr 20, 2011 at 06:11:57PM -0700, Luis R. Rodriguez wrote: > On Tue, Apr 12, 2011 at 1:28 PM, Vipin Mehta <vmehta@atheros.com> wrote: > > Greg, > > Did you get a chance to review these patches? Pls provide us your feedback. > > Greg, > > I saw you were starting to integrate some changes (I think), I was > just wondering if these were in the batch of new updates you are > integrating, or if we should resubmit. I'm getting there, they are in my queue, please be patient, my staging patch rate is huge and the stable work has been taking a bit higher priority at the moment due to its importance... thanks, greg k-h ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes [not found] <1302148341-1783-1-git-send-email-nsingh@atheros.cm> 2011-04-12 20:28 ` [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes Vipin Mehta @ 2011-04-21 19:01 ` Luis R. Rodriguez 1 sibling, 0 replies; 4+ messages in thread From: Luis R. Rodriguez @ 2011-04-21 19:01 UTC (permalink / raw) To: Naveen Singh Cc: greg@kroah.com, devel@linuxdriverproject.org, linux-wireless@vger.kernel.org, Vipin Mehta, Luis Rodriguez, Naveen Singh, Kalle Valo On Wed, Apr 06, 2011 at 08:52:16PM -0700, Naveen Singh wrote: > From: Naveen Singh <nsingh@atheros.com> > > Greg, > > These are set of 5 patches for ath6kl. These patches are related > to the correct functionality of driver as well as providing the > support of 2.1.1 silicon in the upstream driver. > > I have tested each and every patch.With each and every patch I was > able to compile the kernel, load the kernel, and do a basic connectivity > test with an external AP.These patches are tested on wireless-testing > as compared to staging-next because top of staging-next compilation > was broken. To do this I applied all the patches related to ath6k from > staging-next tree to the wireless-testing tree and then I applied these > patches. > > These should apply cleanly to staging-next tree as well. Let me know if > you have any issues. > > Naveen Singh (5): > staging:at6kl:Support for V2.1.1 Silicon > staging:ath6kl: Introduction of new CMD/EVT ID > staging:ath6kl:DEV ID in the DATA/CMD Packet > staging:ath6kl:Scan operation while disconnect > staging:ath6kl:cfg ops for power management Greg, don't even bother with this series, it no longer applies, we will resend a new one that applies cleanly to the tree. Luis ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2011-04-21 19:01 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1302148341-1783-1-git-send-email-nsingh@atheros.cm>
2011-04-12 20:28 ` [PATCH 0/5] staging:ath6kl:patches for supporting 2.1.1 and bug fixes Vipin Mehta
2011-04-21 1:11 ` Luis R. Rodriguez
2011-04-21 1:22 ` Greg KH
2011-04-21 19:01 ` Luis R. Rodriguez
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.