On Mon, May 22, 2023 at 11:09:01AM +0200, Lorenzo Bianconi wrote: > Fix the following endianness warning in mt7996_mac_write_txwi routine: FWIIW, I think this fixes a bug on big endian hosts. Which might be a better description. But I don't feel strongly about this. > > drivers/net/wireless/mediatek/mt76/mt7996/mac.c:1091:25: warning: invalid assignment: |= > drivers/net/wireless/mediatek/mt76/mt7996/mac.c:1091:25: left side has type restricted __le32 > drivers/net/wireless/mediatek/mt76/mt7996/mac.c:1091:25: right side has type unsigned long > > Fixes: 15ee62e73705 ("wifi: mt76: mt7996: enable BSS_CHANGED_BASIC_RATES support") > Signed-off-by: Lorenzo Bianconi <lorenzo@xxxxxxxxxx> Reviewed-by: Simon Horman <simon.horman@xxxxxxxxxxxx>