qcacld-3.0: Remove typedef eCsrDot11FragThresh

The eCsrDot11FragThresh typedef, along with its member enumerations,
are unused, so remove them.

Change-Id: Ie57bf437072767b8befab8d28bb86b416737d137
CRs-Fixed: 2361343
这个提交包含在:
Jeff Johnson
2018-12-04 22:02:48 -08:00
提交者 nshrivas
父节点 588410643b
当前提交 dca4e096ae

查看文件

@@ -653,13 +653,6 @@ typedef enum {
eCSR_OPERATING_CHANNEL_ANY = eCSR_OPERATING_CHANNEL_ALL, eCSR_OPERATING_CHANNEL_ANY = eCSR_OPERATING_CHANNEL_ALL,
} eOperationChannel; } eOperationChannel;
typedef enum {
eCSR_DOT11_FRAG_THRESH_AUTO = -1,
eCSR_DOT11_FRAG_THRESH_MIN = 256,
eCSR_DOT11_FRAG_THRESH_MAX = 2346,
eCSR_DOT11_FRAG_THRESH_DEFAULT = 2000
} eCsrDot11FragThresh;
/* /*
* For channel bonding, the channel number gap is 4, either up or down. * For channel bonding, the channel number gap is 4, either up or down.
* For both 11a and 11g mode. * For both 11a and 11g mode.