qlcnic: Use bool for rx_mac_learn.
o Use boolean type instead of u8. Signed-off-by: Sucheta Chakraborty <sucheta.chakraborty@qlogic.com> Signed-off-by: Jitendra Kalsaria <jitendra.kalsaria@qlogic.com> Signed-off-by: Himanshu Madhani <himanshu.madhani@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
0681a28264
commit
72ebe3495f
@@ -1082,7 +1082,7 @@ struct qlcnic_adapter {
|
||||
u64 dev_rst_time;
|
||||
bool drv_mac_learn;
|
||||
bool fdb_mac_learn;
|
||||
u8 rx_mac_learn;
|
||||
bool rx_mac_learn;
|
||||
unsigned long vlans[BITS_TO_LONGS(VLAN_N_VID)];
|
||||
u8 flash_mfg_id;
|
||||
struct qlcnic_npar_info *npars;
|
||||
|
Reference in New Issue
Block a user