Jelajahi Sumber

qcacld-3.0: Remove limGet11dMode()

Macro limGet11dMode() is unused, so remove it.

Change-Id: Ib050c1ec6ec160d589733f820242a27a678008c8
CRs-Fixed: 2376926
Jeff Johnson 6 tahun lalu
induk
melakukan
bb3aedfd4d
1 mengubah file dengan 1 tambahan dan 2 penghapusan
  1. 1 2
      core/mac/src/pe/include/lim_api.h

+ 1 - 2
core/mac/src/pe/include/lim_api.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2011-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
@@ -285,7 +285,6 @@ void lim_mon_init_session(struct mac_context *mac_ptr,
 #define limGetQosMode(pe_session, pVal) (*(pVal) = (pe_session)->limQosEnabled)
 #define limGetWmeMode(pe_session, pVal) (*(pVal) = (pe_session)->limWmeEnabled)
 #define limGetWsmMode(pe_session, pVal) (*(pVal) = (pe_session)->limWsmEnabled)
-#define limGet11dMode(pe_session, pVal) (*(pVal) = (pe_session)->lim11dEnabled)
 /* ----------------------------------------------------------------------- */
 static inline void lim_get_phy_mode(struct mac_context *mac, uint32_t *phyMode,
 				    struct pe_session *pe_session)