Browse Source

qcacld-3.0: Remove HOSTAPD_IOCTL_COMMAND_STRLEN_MAX

Macro HOSTAPD_IOCTL_COMMAND_STRLEN_MAX is unused, so remove it.

Change-Id: Id15614d172f554211b8173d959c33fe9553c7341
CRs-Fixed: 2376941
Jeff Johnson 6 years ago
parent
commit
c52e795cc6
1 changed files with 1 additions and 4 deletions
  1. 1 4
      core/hdd/src/wlan_hdd_hostapd.h

+ 1 - 4
core/hdd/src/wlan_hdd_hostapd.h

@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013-2018 The Linux Foundation. All rights reserved.
+ * Copyright (c) 2013-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
@@ -35,9 +35,6 @@
 
 /* Preprocessor definitions and constants */
 
-/* max length of command string in hostapd ioctl */
-#define HOSTAPD_IOCTL_COMMAND_STRLEN_MAX   8192
-
 struct hdd_adapter *hdd_wlan_create_ap_dev(struct hdd_context *hdd_ctx,
 				      tSirMacAddr macAddr,
 				      unsigned char name_assign_type,