Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2015-02-13 Thread Jakub KiciƄski
On Tue, 10 Feb 2015 14:57:53 +0530, Parth Sane wrote: > A few months earlier I had requested addition of the MT7601 WiFi > dongle module into the kernel. I was told that the needful would be > done in the rt2x00 driver. Could you guys update me with the status? There is a new mac80211-based driver

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2015-02-10 Thread Parth Sane
Hello everone! A few months earlier I had requested addition of the MT7601 WiFi dongle module into the kernel. I was told that the needful would be done in the rt2x00 driver. Could you guys update me with the status? Thanks a lot! -Parth Sane On 4 December 2014 at 20:06, Stanislaw Gruszka wrote:

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Stanislaw Gruszka
On Thu, Dec 04, 2014 at 09:49:53AM +0100, Oleksij Rempel wrote: > So far i know, Felix is working on abgn+ac (MT7662 and MT7612) devices. > MT7601STA is (a)bgn. Are there similar regs? All Mediatek/Ralink devices I know have the same MAC registers, but different BBP and RF registers. > In mt7601

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Oleksij Rempel
Am 04.12.2014 um 10:26 schrieb Parth Sane: > Hi, > Guys I'll be using my other account on my private domain laer.in now > onwards. Be sure to add me in your contacts. My new email is > [email protected] > -Parth > > On 4 December 2014 at 14:19, Oleksij Rempel wrote: >> Am 04.12.2014 um 09:23 schr

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Parth Sane
Hi, Guys I'll be using my other account on my private domain laer.in now onwards. Be sure to add me in your contacts. My new email is [email protected] -Parth On 4 December 2014 at 14:19, Oleksij Rempel wrote: > Am 04.12.2014 um 09:23 schrieb Stanislaw Gruszka: >> On Thu, Dec 04, 2014 at 03:52:52

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Oleksij Rempel
Am 04.12.2014 um 09:23 schrieb Stanislaw Gruszka: > On Thu, Dec 04, 2014 at 03:52:52PM +1100, Julian Calaby wrote: >> On Thu, Dec 4, 2014 at 3:39 PM, Greg Kroah-Hartman >> wrote: >>> On Thu, Dec 04, 2014 at 07:07:58AM +0530, Parth Sane wrote: Hi, I'd say I'm midway through with c program

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Luca Olivetti
El 04/12/14 a les 02:24, Greg Kroah-Hartman ha escrit: > On Sun, Nov 30, 2014 at 06:55:12PM +, Parth Sane wrote: >> Hi Greg, >> You can find the source code attached as a tarball. It works and I have >> tested >> it myself. You only need to use make and make install for this. > > This really

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-04 Thread Stanislaw Gruszka
On Thu, Dec 04, 2014 at 03:52:52PM +1100, Julian Calaby wrote: > On Thu, Dec 4, 2014 at 3:39 PM, Greg Kroah-Hartman > wrote: > > On Thu, Dec 04, 2014 at 07:07:58AM +0530, Parth Sane wrote: > >> Hi, > >> I'd say I'm midway through with c programming(part of my computer > >> engineering degree cours

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-03 Thread Julian Calaby
Hi Greg, On Thu, Dec 4, 2014 at 3:39 PM, Greg Kroah-Hartman wrote: > On Thu, Dec 04, 2014 at 07:07:58AM +0530, Parth Sane wrote: >> Hi, >> I'd say I'm midway through with c programming(part of my computer >> engineering degree course) and know a decent amount of git. So yes I'm >> comfortable wri

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-03 Thread Greg Kroah-Hartman
On Thu, Dec 04, 2014 at 07:07:58AM +0530, Parth Sane wrote: > Hi, > I'd say I'm midway through with c programming(part of my computer > engineering degree course) and know a decent amount of git. So yes I'm > comfortable writing code. Ok great, let's see if it's just a matter of some changes to th

Re: Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-03 Thread Parth Sane
Hi, I'd say I'm midway through with c programming(part of my computer engineering degree course) and know a decent amount of git. So yes I'm comfortable writing code. Also here's the link to an eBay listing for the same hardware. http://www.ebay.com/itm/like/231051816145?lpid=82&item=231051816145&l

Ralink 6570 / Mediatek MT7601STA (was Re: Addition of a wifi kernel module to the linux source tree)

2014-12-03 Thread Greg Kroah-Hartman
On Sun, Nov 30, 2014 at 06:55:12PM +, Parth Sane wrote: > Hi Greg, > You can find the source code attached as a tarball. It works and I have tested > it myself. You only need to use make and make install for this. This really looks like a variant of some existing devices, the rt2x00, Ralink dr

Re: Addition of a wifi kernel module to the linux source tree

2014-11-29 Thread Greg Kroah-Hartman
On Sat, Nov 29, 2014 at 11:03:31AM -0800, Linus Torvalds wrote: > On Fri, Nov 28, 2014 at 3:35 AM, Parth Sane wrote: > > Hi Linus, > > A wifi kernel module has to be added to the linux source tree. > > > >http://www.mediatek.com/en/downloads/mt7610u-usb/ > > > > I've made an issue for the rasp

Re: Addition of a wifi kernel module to the linux source tree

2014-11-29 Thread Linus Torvalds
On Fri, Nov 28, 2014 at 3:35 AM, Parth Sane wrote: > Hi Linus, > A wifi kernel module has to be added to the linux source tree. > >http://www.mediatek.com/en/downloads/mt7610u-usb/ > > I've made an issue for the raspberry pirepository: > >https://github.com/raspberrypi/linux/issues/730 So