Merge "qcacmn: Fix compiler warning on shift overflow in QCA vendor definitions"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
cfad615b2d
@@ -3827,7 +3827,7 @@ enum qca_wlan_vendor_channel_prop_flags {
|
||||
/* HE 40 with extension channel below */
|
||||
QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40MINUS = 1 << 30,
|
||||
/* HE 40 intolerant */
|
||||
QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOL = 1 << 31,
|
||||
QCA_WLAN_VENDOR_CHANNEL_PROP_FLAG_HE40INTOL = 1U << 31,
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user