Jakub Kicinski <[email protected]> writes:

> From: Jakub Kicinski <[email protected]>
>
>> 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

It doens't compile anymore due to a mac80211 change. Can you rebase,
please?

drivers/net/wireless/mediatek/mt7601u/main.c: In function 
'mt76_configure_filter':
drivers/net/wireless/mediatek/mt7601u/main.c:122:31: error: 
'FIF_PROMISC_IN_BSS' undeclared (first use in this function)
drivers/net/wireless/mediatek/mt7601u/main.c:122:31: note: each undeclared 
identifier is reported only once for each function it appears in

-- 
Kalle Valo
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to