main.c (0ea5c948cb64bab5bc7a5516774eb8536f05aa0d) main.c (b476564b90668ea957db2411fc946753cdc36d8d)
1// SPDX-License-Identifier: GPL-2.0-only
2/******************************************************************************
3 *
1// SPDX-License-Identifier: GPL-2.0-only
2/******************************************************************************
3 *
4 * Copyright(c) 2003 - 2014, 2018 - 2022 Intel Corporation. All rights reserved.
4 * Copyright(c) 2003 - 2014, 2018 - 2022 Intel Corporation. All rights reserved.
5 * Copyright(c) 2024 Intel Corporation. All rights reserved.
5 * Copyright(c) 2015 Intel Deutschland GmbH
6 *
7 * Portions of this file are derived from the ipw3945 project, as well
8 * as portions of the ieee80211 subsystem header files.
9 *****************************************************************************/
10
11#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
12

--- 7 unchanged lines hidden (view full) ---

20#include <linux/netdevice.h>
21#include <linux/etherdevice.h>
22#include <linux/if_arp.h>
23
24#include <net/mac80211.h>
25
26#include <asm/div64.h>
27
6 * Copyright(c) 2015 Intel Deutschland GmbH
7 *
8 * Portions of this file are derived from the ipw3945 project, as well
9 * as portions of the ieee80211 subsystem header files.
10 *****************************************************************************/
11
12#define pr_fmt(fmt) KBUILD_MODNAME ": " fmt
13

--- 7 unchanged lines hidden (view full) ---

21#include <linux/netdevice.h>
22#include <linux/etherdevice.h>
23#include <linux/if_arp.h>
24
25#include <net/mac80211.h>
26
27#include <asm/div64.h>
28
28#include "iwl-eeprom-read.h"
29#include "iwl-eeprom-parse.h"
30#include "iwl-io.h"
31#include "iwl-trans.h"
32#include "iwl-op-mode.h"
33#include "iwl-drv.h"
34#include "iwl-modparams.h"
35#include "iwl-prph.h"
36

--- 2122 unchanged lines hidden ---
29#include "iwl-eeprom-parse.h"
30#include "iwl-io.h"
31#include "iwl-trans.h"
32#include "iwl-op-mode.h"
33#include "iwl-drv.h"
34#include "iwl-modparams.h"
35#include "iwl-prph.h"
36

--- 2122 unchanged lines hidden ---