mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-27 06:34:11 +08:00
iwlwifi: Update iwlwifi version stamp to 1.2.26
We update the version stamp at this time to distinguish the in-kernel driver from the out of tree driver. The out of tree driver currently has version number 1.2.25, but the latest driver code can only be found in this in-kernel driver. Having a later version number will reduce confusion between the two versions as we transition from out of tree to in-kernel. Signed-off-by: Reinette Chatre <reinette.chatre@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
96d510566e
commit
b9e0b449ae
@ -91,7 +91,7 @@ int iwl3945_param_queues_num = IWL_MAX_NUM_QUEUES; /* def: 8 Tx queues */
|
||||
#define VS
|
||||
#endif
|
||||
|
||||
#define IWLWIFI_VERSION "1.2.23k" VD VS
|
||||
#define IWLWIFI_VERSION "1.2.26k" VD VS
|
||||
#define DRV_COPYRIGHT "Copyright(c) 2003-2007 Intel Corporation"
|
||||
#define DRV_VERSION IWLWIFI_VERSION
|
||||
|
||||
|
@ -90,7 +90,7 @@ int iwl4965_param_amsdu_size_8K; /* def: enable 8K amsdu size */
|
||||
#define VS
|
||||
#endif
|
||||
|
||||
#define IWLWIFI_VERSION "1.2.23k" VD VS
|
||||
#define IWLWIFI_VERSION "1.2.26k" VD VS
|
||||
#define DRV_COPYRIGHT "Copyright(c) 2003-2007 Intel Corporation"
|
||||
#define DRV_VERSION IWLWIFI_VERSION
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user