Message ID | de61c750-8580-c453-4c33-c1b71d818a71@nbd.name (mailing list archive) |
---|---|
State | Superseded |
Delegated to: | Kalle Valo |
Headers | show |
Series | pull request: mt76 2021-12-18 | expand |
Felix Fietkau <nbd@nbd.name> writes: > Hi Kalle, > > here's my updated pull request for 5.17 > > - Felix > > The following changes since commit f75c1d55ecbadce027fd650d3ca79e357afae0d9: > > Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (2021-12-17 07:30:07 -0800) > > are available in the Git repository at: > > https://github.com/nbd168/wireless tags/mt76-for-kvalo-2021-12-18 > > for you to fetch changes up to a2a218b674cdbab132be5ed99cc2af06c4ff8cb8: > > mt76: mt7921s: fix cmd timeout in throughput test (2021-12-18 11:48:02 +0100) > > ---------------------------------------------------------------- > mt76 patches for 5.17 > > * decap offload fixes > * mt7915 fixes > * mt7921 fixes > * eeprom fixes > * powersave handling fixes > * SAR support > * code cleanups > > ---------------------------------------------------------------- This fails to build: drivers/net/wireless/mediatek/mt76/debugfs.c: In function 'mt76_rx_queues_read': drivers/net/wireless/mediatek/mt76/debugfs.c:84:31: error: 'queued' undeclared (first use in this function) 84 | i, queued, q->head, q->tail); | ^~~~~~
On 2021-12-19 13:54, Kalle Valo wrote: > Felix Fietkau <nbd@nbd.name> writes: > >> Hi Kalle, >> >> here's my updated pull request for 5.17 >> >> - Felix >> >> The following changes since commit f75c1d55ecbadce027fd650d3ca79e357afae0d9: >> >> Merge tag 'wireless-drivers-next-2021-12-17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next (2021-12-17 07:30:07 -0800) >> >> are available in the Git repository at: >> >> https://github.com/nbd168/wireless tags/mt76-for-kvalo-2021-12-18 >> >> for you to fetch changes up to a2a218b674cdbab132be5ed99cc2af06c4ff8cb8: >> >> mt76: mt7921s: fix cmd timeout in throughput test (2021-12-18 11:48:02 +0100) >> >> ---------------------------------------------------------------- >> mt76 patches for 5.17 >> >> * decap offload fixes >> * mt7915 fixes >> * mt7921 fixes >> * eeprom fixes >> * powersave handling fixes >> * SAR support >> * code cleanups >> >> ---------------------------------------------------------------- > > This fails to build: > > drivers/net/wireless/mediatek/mt76/debugfs.c: In function 'mt76_rx_queues_read': > drivers/net/wireless/mediatek/mt76/debugfs.c:84:31: error: 'queued' undeclared (first use in this function) > 84 | i, queued, q->head, q->tail); > | ^~~~~~ Oh, it seems that got broken by the commit that for some reason got picked up in net-next directly. I'll make an updated PR that fixes it. - Felix