qcacld-3.0: Remove IS_UP() and IS_UP_AUTO()
Macros IS_UP() and IS_UP_AUTO() are unused, so remove them. Change-Id: Iff45b84b30ee71ffd41e0033ed80be2f9fba966d CRs-Fixed: 2376942
This commit is contained in:
parent
c52e795cc6
commit
dd9e61afa4
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2012-2018 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2012-2019 The Linux Foundation. All rights reserved.
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for
|
||||
* any purpose with or without fee is hereby granted, provided that the
|
||||
@ -42,10 +42,6 @@
|
||||
#include <wlan_cfg80211_mc_cp_stats.h>
|
||||
#include "wlan_mlme_ucfg_api.h"
|
||||
|
||||
#define IS_UP(_dev) \
|
||||
(((_dev)->flags & (IFF_RUNNING|IFF_UP)) == (IFF_RUNNING|IFF_UP))
|
||||
#define IS_UP_AUTO(_ic) \
|
||||
(IS_UP((_ic)->ic_dev) && (_ic)->ic_roaming == IEEE80211_ROAMING_AUTO)
|
||||
#define WE_WLAN_VERSION 1
|
||||
|
||||
/* WEXT limitation: MAX allowed buf len for any *
|
||||
|
Loading…
Reference in New Issue
Block a user