Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1659291 > unrolled thread
| Started by | Seraphime Kirkovski <kirkseraph@gmail.com> |
|---|---|
| First post | 2017-06-07 01:30 +0200 |
| Last post | 2017-06-07 08:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] net: wireless: intel: iwlwifi: dvm: remove unused defines Seraphime Kirkovski <kirkseraph@gmail.com> - 2017-06-07 01:30 +0200
Re: [PATCH] net: wireless: intel: iwlwifi: dvm: remove unused defines Luca Coelho <luca@coelho.fi> - 2017-06-07 08:40 +0200
| From | Seraphime Kirkovski <kirkseraph@gmail.com> |
|---|---|
| Date | 2017-06-07 01:30 +0200 |
| Subject | [PATCH] net: wireless: intel: iwlwifi: dvm: remove unused defines |
| Message-ID | <tPw5b-71w-5@gated-at.bofh.it> |
Those constants have been unused for quite some time now.
Signed-off-by: Seraphime Kirkovski <kirkseraph@gmail.com>
---
I've compile-tested it.
drivers/net/wireless/intel/iwlwifi/dvm/commands.h | 7 -------
1 file changed, 7 deletions(-)
diff --git a/drivers/net/wireless/intel/iwlwifi/dvm/commands.h b/drivers/net/wireless/intel/iwlwifi/dvm/commands.h
index 2ab2773655a8..37d2ba5ae852 100644
--- a/drivers/net/wireless/intel/iwlwifi/dvm/commands.h
+++ b/drivers/net/wireless/intel/iwlwifi/dvm/commands.h
@@ -1446,13 +1446,6 @@ struct agg_tx_status {
* or rate table color was changed during frame retries
* refer tlc rate info
*/
-
-#define IWL50_TX_RES_INIT_RATE_INDEX_POS 0
-#define IWL50_TX_RES_INIT_RATE_INDEX_MSK 0x0f
-#define IWL50_TX_RES_RATE_TABLE_COLOR_POS 4
-#define IWL50_TX_RES_RATE_TABLE_COLOR_MSK 0x70
-#define IWL50_TX_RES_INV_RATE_INDEX_MSK 0x80
-
/* refer to ra_tid */
#define IWLAGN_TX_RES_TID_POS 0
#define IWLAGN_TX_RES_TID_MSK 0x0f
--
2.11.0
[toc] | [next] | [standalone]
| From | Luca Coelho <luca@coelho.fi> |
|---|---|
| Date | 2017-06-07 08:40 +0200 |
| Subject | Re: [PATCH] net: wireless: intel: iwlwifi: dvm: remove unused defines |
| Message-ID | <tPCNj-2XL-3@gated-at.bofh.it> |
| In reply to | #1659291 |
On Wed, 2017-06-07 at 01:20 +0200, Seraphime Kirkovski wrote: > Those constants have been unused for quite some time now. > > Signed-off-by: Seraphime Kirkovski <kirkseraph@gmail.com> > --- > I've compile-tested it. Thanks. I've applied it to our internal tree and it will reach the mainline at some point. -- Cheers, Luca.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web