Jakub Kicinski <moorray3@xxxxx> writes: > From: Jakub Kicinski <kubakici@xxxxx> > >> This miniseries adds support for the simplest of MediaTek Wi-Fi >> devices. MT7601U is a single stream bgn chip with no bells or whistles. >> My driver is partially based on Felix's mt76 but IMHO it doesn't >> make sense to merge the two right now because MT7601U is a design >> somewhere between old Ralink devices and new Mediatek chips. There >> wouldn't be all that much code sharing with the devices mt76 supports. >> Situation may obviously change when someone decides to extend m76 with >> support for the more recent USB dongles. >> >> The driver supports only station mode. I'm hoping to add AP support >> when time allows. >> >> This driver sat on GitHub for quite a while and got some testing there. >> If anyone is interested in full git history and such here's a link: >> >> http://github.com/kuba-moo/mt7601u >> >> I split the submission into the build things and meta data (kconfig, >> Makefiles, MAINTAINERS update etc.) and the actual code to make the >> reviewing a little easier. > > v2: > - don't zero parts of just allocated skb (Johannes) > - add delay to polling of MAC state (Johannes) > - use paged RX (Johannes) > - add more device IDs (Jose) > - reduce number of RX buffers > - increase max length of USB dma aggregate > > v3: > - rebase > > Jakub Kicinski (2): > add mt7601u driver > add mt7601u kbuild and others I pushed v4 (a squashed version of these patches which didn't make it to the list for some reason) to the pending branch: https://git.kernel.org/cgit/linux/kernel/git/kvalo/wireless-drivers-next.git/commit/?h=pending&id=1feab03d9ecce61ec9a64a56fda7717e703135a9 I'm planning to apply this soon. So if anyone has concerns or comments about this driver better to speak up now. -- Kalle Valo -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html