File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
drivers/net/wireless/intel/iwlwifi Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 73
73
/* Highest firmware API version supported */
74
74
#define IWL7260_UCODE_API_MAX 17
75
75
#define IWL7265_UCODE_API_MAX 17
76
- #define IWL7265D_UCODE_API_MAX 20
77
- #define IWL3168_UCODE_API_MAX 20
76
+ #define IWL7265D_UCODE_API_MAX 21
77
+ #define IWL3168_UCODE_API_MAX 21
78
78
79
79
/* Oldest version we won't warn about */
80
80
#define IWL7260_UCODE_API_OK 13
Original file line number Diff line number Diff line change 70
70
#include "iwl-agn-hw.h"
71
71
72
72
/* Highest firmware API version supported */
73
- #define IWL8000_UCODE_API_MAX 20
74
- #define IWL8265_UCODE_API_MAX 20
73
+ #define IWL8000_UCODE_API_MAX 21
74
+ #define IWL8265_UCODE_API_MAX 21
75
75
76
76
/* Oldest version we won't warn about */
77
77
#define IWL8000_UCODE_API_OK 13
Original file line number Diff line number Diff line change 55
55
#include "iwl-agn-hw.h"
56
56
57
57
/* Highest firmware API version supported */
58
- #define IWL9000_UCODE_API_MAX 20
58
+ #define IWL9000_UCODE_API_MAX 21
59
59
60
60
/* Oldest version we won't warn about */
61
61
#define IWL9000_UCODE_API_OK 13
You can’t perform that action at this time.
0 commit comments