Felix Fietkau <nbd@xxxxxxxx> writes: > Hi Kalle, > > here's my first pull request for 5.8. > > - Felix > > The following changes since commit 5bb4e125815aa769a7d2ab7dc203593925bba0ba: > > ipw2x00: Fix comment for CLOCK_BOOTTIME constant (2020-05-12 11:57:26 +0300) > > are available in the Git repository at: > > https://github.com/nbd168/wireless tags/mt76-for-kvalo-2020-05-14 > > for you to fetch changes up to 12a87174accd29ff943d4c5fb735e1541b92630b: > > mt76: mt7615: fix typo defining ps work (2020-05-14 11:08:19 +0200) > > ---------------------------------------------------------------- > mt76 patches for 5.8 > > * new devices for mt76x0/mt76x2 > * mt7615 fixes > * mt7663 fixes > * support for non-offload firmware on mt7663 > * hw/sched scan support for mt7663 > * mt7615/mt7663 MSI support > * TDLS support > * mt7603/mt7615 rate control fixes > * new driver for mt7915 > * wowlan support for mt7663 > * suspend/resume support for mt7663 > > ---------------------------------------------------------------- With gcc-10 I see a new warning: drivers/net/wireless/mediatek/mt76/mt7915/mac.c: In function 'mt7915_mac_decode_he_radiotap': drivers/net/wireless/mediatek/mt76/mt7915/mac.c:229:1: warning: offset '6' outside bounds of constant string [-Warray-bounds] 229 | mt7915_mac_decode_he_radiotap(struct sk_buff *skb, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ drivers/net/wireless/mediatek/mt76/mt7915/mac.c:234:44: note: 'known' declared here 234 | static const struct ieee80211_radiotap_he known = { | ^~~~~ Please fix that and send it as a followup patch (no need to resend the pull request because of this). -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches