diff options
author | Christian Lamparter <chunkeey@googlemail.com> | 2012-07-07 12:01:53 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2012-07-11 15:38:26 -0400 |
commit | 4519a7433835f1a8dda242ad508233fcc5963545 (patch) | |
tree | 0b2b6818d628114d01fe011d1aa571694c1f694f /drivers | |
parent | d081257c78ace442db2a59f0aa4c52c69b252663 (diff) |
carl9170: import 1.9.6 firmware headers
Import new headers from my firmware branch:
<https://github.com/chunkeey/carl9170fw>
visit our wiki at:
<http://wireless.kernel.org/en/users/Drivers/carl9170.fw>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/ath/carl9170/fwdesc.h | 3 | ||||
-rw-r--r-- | drivers/net/wireless/ath/carl9170/version.h | 8 |
2 files changed, 7 insertions, 4 deletions
diff --git a/drivers/net/wireless/ath/carl9170/fwdesc.h b/drivers/net/wireless/ath/carl9170/fwdesc.h index 6d9c0891ce7f..66848d47c88e 100644 --- a/drivers/net/wireless/ath/carl9170/fwdesc.h +++ b/drivers/net/wireless/ath/carl9170/fwdesc.h | |||
@@ -78,6 +78,9 @@ enum carl9170fw_feature_list { | |||
78 | /* HW (ANI, CCA, MIB) tally counters */ | 78 | /* HW (ANI, CCA, MIB) tally counters */ |
79 | CARL9170FW_HW_COUNTERS, | 79 | CARL9170FW_HW_COUNTERS, |
80 | 80 | ||
81 | /* Firmware will pass BA when BARs are queued */ | ||
82 | CARL9170FW_RX_BA_FILTER, | ||
83 | |||
81 | /* KEEP LAST */ | 84 | /* KEEP LAST */ |
82 | __CARL9170FW_FEATURE_NUM | 85 | __CARL9170FW_FEATURE_NUM |
83 | }; | 86 | }; |
diff --git a/drivers/net/wireless/ath/carl9170/version.h b/drivers/net/wireless/ath/carl9170/version.h index e651db856344..2ec3e9191e4d 100644 --- a/drivers/net/wireless/ath/carl9170/version.h +++ b/drivers/net/wireless/ath/carl9170/version.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #ifndef __CARL9170_SHARED_VERSION_H | 1 | #ifndef __CARL9170_SHARED_VERSION_H |
2 | #define __CARL9170_SHARED_VERSION_H | 2 | #define __CARL9170_SHARED_VERSION_H |
3 | #define CARL9170FW_VERSION_YEAR 11 | 3 | #define CARL9170FW_VERSION_YEAR 12 |
4 | #define CARL9170FW_VERSION_MONTH 8 | 4 | #define CARL9170FW_VERSION_MONTH 7 |
5 | #define CARL9170FW_VERSION_DAY 15 | 5 | #define CARL9170FW_VERSION_DAY 7 |
6 | #define CARL9170FW_VERSION_GIT "1.9.4" | 6 | #define CARL9170FW_VERSION_GIT "1.9.6" |
7 | #endif /* __CARL9170_SHARED_VERSION_H */ | 7 | #endif /* __CARL9170_SHARED_VERSION_H */ |