diff options
Diffstat (limited to 'drivers/net/qlcnic/qlcnic_hdr.h')
-rw-r--r-- | drivers/net/qlcnic/qlcnic_hdr.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/qlcnic/qlcnic_hdr.h b/drivers/net/qlcnic/qlcnic_hdr.h index 7b81cab27002..15fc32070be3 100644 --- a/drivers/net/qlcnic/qlcnic_hdr.h +++ b/drivers/net/qlcnic/qlcnic_hdr.h | |||
@@ -778,12 +778,6 @@ enum { | |||
778 | QLCNIC_NON_PRIV_FUNC = 2 | 778 | QLCNIC_NON_PRIV_FUNC = 2 |
779 | }; | 779 | }; |
780 | 780 | ||
781 | /* FW HAL api version */ | ||
782 | enum { | ||
783 | QLCNIC_FW_BASE = 1, | ||
784 | QLCNIC_FW_NPAR = 2 | ||
785 | }; | ||
786 | |||
787 | #define QLC_DEV_DRV_DEFAULT 0x11111111 | 781 | #define QLC_DEV_DRV_DEFAULT 0x11111111 |
788 | 782 | ||
789 | #define LSB(x) ((uint8_t)(x)) | 783 | #define LSB(x) ((uint8_t)(x)) |