forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/drivers/net/wireless/intel/iwlwifi/mvm/fw-api.h
....@@ -8,6 +8,7 @@
88 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
99 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
1010 * Copyright(c) 2016 - 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
....@@ -17,11 +18,6 @@
1718 * WITHOUT ANY WARRANTY; without even the implied warranty of
1819 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1920 * General Public License for more details.
20
- *
21
- * You should have received a copy of the GNU General Public License
22
- * along with this program; if not, write to the Free Software
23
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110,
24
- * USA
2521 *
2622 * The full GNU General Public License is included in this distribution
2723 * in the file called COPYING.
....@@ -35,6 +31,7 @@
3531 * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved.
3632 * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH
3733 * Copyright(c) 2016 - 2017 Intel Deutschland GmbH
34
+ * Copyright (C) 2018 Intel Corporation
3835 * All rights reserved.
3936 *
4037 * Redistribution and use in source and binary forms, with or without
....@@ -76,6 +73,7 @@
7673 #include "fw/api/datapath.h"
7774 #include "fw/api/phy.h"
7875 #include "fw/api/config.h"
76
+#include "fw/api/soc.h"
7977 #include "fw/api/alive.h"
8078 #include "fw/api/binding.h"
8179 #include "fw/api/cmdhdr.h"
....@@ -94,7 +92,7 @@
9492 #include "fw/api/sf.h"
9593 #include "fw/api/sta.h"
9694 #include "fw/api/stats.h"
97
-#include "fw/api/tof.h"
95
+#include "fw/api/location.h"
9896 #include "fw/api/tx.h"
9997
10098 #endif /* __fw_api_h__ */