| .. | .. |
|---|
| 1 | 1 | /* |
|---|
| 2 | | - * Marvell Wireless LAN device driver: 802.11h |
|---|
| 2 | + * NXP Wireless LAN device driver: 802.11h |
|---|
| 3 | 3 | * |
|---|
| 4 | | - * Copyright (C) 2013-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., |
|---|
| .. | .. |
|---|
| 303 | 303 | |
|---|
| 304 | 304 | mwifiex_dbg(priv->adapter, MSG, |
|---|
| 305 | 305 | "indicating channel switch completion to kernel\n"); |
|---|
| 306 | + mutex_lock(&priv->wdev.mtx); |
|---|
| 306 | 307 | cfg80211_ch_switch_notify(priv->netdev, &priv->dfs_chandef); |
|---|
| 308 | + mutex_unlock(&priv->wdev.mtx); |
|---|
| 307 | 309 | } |
|---|