hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
kernel/drivers/net/wireless/marvell/mwifiex/11n_aggr.h
....@@ -1,10 +1,10 @@
11 /*
2
- * Marvell Wireless LAN device driver: 802.11n Aggregation
2
+ * NXP Wireless LAN device driver: 802.11n Aggregation
33 *
4
- * Copyright (C) 2011-2014, Marvell International Ltd.
4
+ * Copyright 2011-2020 NXP
55 *
6
- * This software file (the "File") is distributed by Marvell International
7
- * Ltd. under the terms of the GNU General Public License Version 2, June 1991
6
+ * This software file (the "File") is distributed by NXP
7
+ * under the terms of the GNU General Public License Version 2, June 1991
88 * (the "License"). You may use, redistribute and/or modify this File in
99 * accordance with the terms and conditions of the License, a copy of which
1010 * is available by writing to the Free Software Foundation, Inc.,
....@@ -27,7 +27,7 @@
2727 struct sk_buff *skb);
2828 int mwifiex_11n_aggregate_pkt(struct mwifiex_private *priv,
2929 struct mwifiex_ra_list_tbl *ptr,
30
- int ptr_index, unsigned long flags)
30
+ int ptr_index)
3131 __releases(&priv->wmm.ra_list_spinlock);
3232
3333 #endif /* !_MWIFIEX_11N_AGGR_H_ */