hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/wireless/intel/iwlwifi/fw/api/coex.h
....@@ -8,6 +8,7 @@
88 * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved.
99 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
1010 * Copyright(c) 2017 Intel Deutschland GmbH
11
+ * Copyright(c) 2018 Intel Corporation
1112 *
1213 * This program is free software; you can redistribute it and/or modify
1314 * it under the terms of version 2 of the GNU General Public License as
....@@ -30,6 +31,7 @@
3031 * Copyright(c) 2013 - 2014 Intel Corporation. All rights reserved.
3132 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
3233 * Copyright(c) 2017 Intel Deutschland GmbH
34
+ * Copyright(c) 2018 Intel Corporation
3335 * All rights reserved.
3436 *
3537 * Redistribution and use in source and binary forms, with or without
....@@ -203,6 +205,7 @@
203205 BT_ON_NO_CONNECTION = 1,
204206 BT_LOW_TRAFFIC = 2,
205207 BT_HIGH_TRAFFIC = 3,
208
+ BT_VERY_HIGH_TRAFFIC = 4,
206209
207210 BT_MAX_AG,
208211 }; /* BT_COEX_BT_ACTIVITY_GRADING_API_E_VER_1 */