qcacmn: Fix frame-larger-than Werror in dfs

Fix Werror=frame-larger-than by reducing size
of DFS_MAX_NOL_CHANNEL from 128 to 80.

Change-Id: I37271a48bf5172c3fb2d568b58e8f7448bf4ed28
CRs-Fixed: 2017481
Dieser Commit ist enthalten in:
Arif Hussain
2017-04-24 19:07:33 -07:00
committet von snandini
Ursprung 2668994354
Commit 61cbab79c3

Datei anzeigen

@@ -35,7 +35,7 @@
#define DFS_NOL_RESET 0
/* Max nol channels */
#define DFS_MAX_NOL_CHANNEL 128
#define DFS_MAX_NOL_CHANNEL 80
/* dfs offload service bit */
#define DFS_SERVICE_PHYERR_OFFLOAD 113