| .. | .. |
|---|
| 1 | 1 | /* |
|---|
| 2 | | - * Marvell Wireless LAN device driver: AP event handling |
|---|
| 2 | + * NXP Wireless LAN device driver: AP event handling |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * Copyright (C) 2012-2014, Marvell International Ltd. |
|---|
| 4 | + * Copyright 2011-2020 NXP |
|---|
| 5 | 5 | * |
|---|
| 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 |
|---|
| 8 | 8 | * (the "License"). You may use, redistribute and/or modify this File in |
|---|
| 9 | 9 | * accordance with the terms and conditions of the License, a copy of which |
|---|
| 10 | 10 | * is available by writing to the Free Software Foundation, Inc., |
|---|
| .. | .. |
|---|
| 23 | 23 | |
|---|
| 24 | 24 | #define MWIFIEX_BSS_START_EVT_FIX_SIZE 12 |
|---|
| 25 | 25 | |
|---|
| 26 | | -static int mwifiex_check_uap_capabilties(struct mwifiex_private *priv, |
|---|
| 27 | | - struct sk_buff *event) |
|---|
| 26 | +static int mwifiex_check_uap_capabilities(struct mwifiex_private *priv, |
|---|
| 27 | + struct sk_buff *event) |
|---|
| 28 | 28 | { |
|---|
| 29 | 29 | int evt_len; |
|---|
| 30 | 30 | u8 *curr; |
|---|
| .. | .. |
|---|
| 38 | 38 | evt_len = event->len; |
|---|
| 39 | 39 | curr = event->data; |
|---|
| 40 | 40 | |
|---|
| 41 | | - mwifiex_dbg_dump(priv->adapter, EVT_D, "uap capabilties:", |
|---|
| 41 | + mwifiex_dbg_dump(priv->adapter, EVT_D, "uap capabilities:", |
|---|
| 42 | 42 | event->data, event->len); |
|---|
| 43 | 43 | |
|---|
| 44 | 44 | skb_push(event, MWIFIEX_BSS_START_EVT_FIX_SIZE); |
|---|
| .. | .. |
|---|
| 201 | 201 | ETH_ALEN); |
|---|
| 202 | 202 | if (priv->hist_data) |
|---|
| 203 | 203 | mwifiex_hist_data_reset(priv); |
|---|
| 204 | | - mwifiex_check_uap_capabilties(priv, adapter->event_skb); |
|---|
| 204 | + mwifiex_check_uap_capabilities(priv, adapter->event_skb); |
|---|
| 205 | 205 | break; |
|---|
| 206 | 206 | case EVENT_UAP_MIC_COUNTERMEASURES: |
|---|
| 207 | 207 | /* For future development */ |
|---|
| .. | .. |
|---|
| 300 | 300 | mwifiex_11h_handle_radar_detected(priv, adapter->event_skb); |
|---|
| 301 | 301 | break; |
|---|
| 302 | 302 | case EVENT_BT_COEX_WLAN_PARA_CHANGE: |
|---|
| 303 | | - dev_err(adapter->dev, "EVENT: BT coex wlan param update\n"); |
|---|
| 303 | + mwifiex_dbg(adapter, EVENT, "event: BT coex wlan param update\n"); |
|---|
| 304 | 304 | mwifiex_bt_coex_wlan_param_update_event(priv, |
|---|
| 305 | 305 | adapter->event_skb); |
|---|
| 306 | 306 | break; |
|---|