Browse Source

qcacld-3.0: Remove MAX_DEAUTH_ALLOWED

Macro MAX_DEAUTH_ALLOWED is unused, so remove it.

Change-Id: Icef471ee15aca829c7746d2912af002b9cc7ac28
CRs-Fixed: 2376108
Jeff Johnson 6 years ago
parent
commit
1b6240354f
1 changed files with 1 additions and 3 deletions
  1. 1 3
      core/mac/src/sys/legacy/src/system/src/sys_entry_func.c

+ 1 - 3
core/mac/src/sys/legacy/src/system/src/sys_entry_func.c

@@ -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
@@ -44,8 +44,6 @@
 #include "qdf_types.h"
 #include "cds_packet.h"
 
-#define MAX_DEAUTH_ALLOWED 5
-/* --------------------------------------------------------------------------- */
 /**
  * sys_init_globals
  *