mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
wireless: mark reg_mutex as static
Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
d5ece2150a
commit
670b7f11ff
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ static const struct ieee80211_regdomain *country_ie_regdomain;
|
||||||
* - country_ie_regdomain
|
* - country_ie_regdomain
|
||||||
* - last_request
|
* - last_request
|
||||||
*/
|
*/
|
||||||
DEFINE_MUTEX(reg_mutex);
|
static DEFINE_MUTEX(reg_mutex);
|
||||||
#define assert_reg_lock() WARN_ON(!mutex_is_locked(®_mutex))
|
#define assert_reg_lock() WARN_ON(!mutex_is_locked(®_mutex))
|
||||||
|
|
||||||
/* Used to queue up regulatory hints */
|
/* Used to queue up regulatory hints */
|
||||||
|
|
Loading…
Add table
Reference in a new issue