Advertisement
arter97

Untitled

Sep 3rd, 2016
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.42 KB | None | 0 0
  1. diff --git a/drivers/staging/qcacld-2.0/CORE/MAC/inc/qwlan_version.h b/drivers/staging/qcacld-2.0/CORE/MAC/inc/qwlan_version.h
  2. index 95b5be90..2fcc461 100644
  3. --- a/drivers/staging/qcacld-2.0/CORE/MAC/inc/qwlan_version.h
  4. +++ b/drivers/staging/qcacld-2.0/CORE/MAC/inc/qwlan_version.h
  5. @@ -1,5 +1,5 @@
  6.  /*
  7. - * Copyright (c) 2012-2015 The Linux Foundation. All rights reserved.
  8. + * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved.
  9.   *
  10.   * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
  11.   *
  12. @@ -39,12 +39,12 @@ BRIEF DESCRIPTION:
  13.  ===========================================================================*/
  14.  
  15.  #define QWLAN_VERSION_MAJOR            4
  16. -#define QWLAN_VERSION_MINOR            4
  17. -#define QWLAN_VERSION_PATCH            31
  18. +#define QWLAN_VERSION_MINOR            0
  19. +#define QWLAN_VERSION_PATCH            11
  20.  #define QWLAN_VERSION_EXTRA            ""
  21. -#define QWLAN_VERSION_BUILD            76
  22. +#define QWLAN_VERSION_BUILD            143
  23.  
  24. -#define QWLAN_VERSIONSTR               "4.4.31.76"
  25. +#define QWLAN_VERSIONSTR               "4.0.11.143"
  26.  
  27.  
  28.  #define AR6320_REV1_VERSION             0x5000000
  29. @@ -54,6 +54,7 @@ BRIEF DESCRIPTION:
  30.  #define AR6320_REV3_VERSION             0x5020000
  31.  #define QCA9377_REV1_1_VERSION          0x5020001
  32.  #define AR6320_REV3_2_VERSION           0x5030000
  33. +#define QCA9379_REV1_VERSION            0x5040000
  34.  
  35.  struct qwlan_hw {
  36.      u32 id;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement