Felix Fietkau <nbd@xxxxxxxx> writes: > Hi Kalle, > > here's another pull request for 5.8, replacing the previous one. > > - Felix > > The following changes since commit 50ce4c099bebf56be86c9448f7f4bcd34f33663c: > > sctp: fix typo sctp_ulpevent_nofity_peer_addr_change (2020-05-27 15:08:02 -0700) > > are available in the Git repository at: > > https://github.com/nbd168/wireless tags/mt76-for-kvalo-2020-05-28 > > for you to fetch changes up to d9045b18cd445e0d0a53903ffd5d79793d9df59e: > > mt76: mt7915: remove set but not used variable 'msta' (2020-05-28 17:57:25 +0200) > > ---------------------------------------------------------------- > mt76 patches for 5.8 > > * fixes for sparse warnings > * DBDC fixes > * mt7663 remain-on-channel support > * mt7915 spatial reuse support > * mt7915 radiotap fix > * station wcid allocation fix > * mt7663 powersave fix > * mt7663 scan fix > * mt7611n support > * cleanup > > ---------------------------------------------------------------- One commit has the Cc field by accident, but no need to resend because of this. Just check your workflow. commit d9045b18cd445e0d0a53903ffd5d79793d9df59e Author: YueHaibing <yuehaibing@xxxxxxxxxx> AuthorDate: Thu May 28 07:48:29 2020 +0000 Commit: Felix Fietkau <nbd@xxxxxxxx> CommitDate: Thu May 28 17:57:25 2020 +0200 mt76: mt7915: remove set but not used variable 'msta' Cc: linux-wireless@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-mediatek@xxxxxxxxxxxxxxxxxxx, netdev@xxxxxxxxxxxxxxx, kernel-janitors@xxxxxxxxxxxxxxx Fixes gcc '-Wunused-but-set-variable' warning: drivers/net/wireless/mediatek/mt76/mt7915/mcu.c: In function 'mt7915_mcu_sta_txbf_type': drivers/net/wireless/mediatek/mt76/mt7915/mcu.c:1805:21: warning: variable 'msta' set but not used [-Wunused-but-set-variable] It is never used, so can be removed. -- https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches