Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a3f29650 authored by Chris Park's avatar Chris Park Committed by Greg Kroah-Hartman
Browse files

staging: wilc1000: move WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file



This patch moves WILC_MULTICAST_TABLE_SIZE define to wilc_wlan_if.h file.
This define is used to three files(host_interface.c,host_interface.h,
linux_wlan.c) these files already include wilc_wlan_if.h file in common.

Signed-off-by: default avatarChris Park <chris.park@atmel.com>
Signed-off-by: default avatarLeo Kim <leo.kim@atmel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent bda2b2fb
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
#ifndef LINUX_WLAN_COMMON_H
#define LINUX_WLAN_COMMON_H

#define WILC_MULTICAST_TABLE_SIZE	8

#if defined(BEAGLE_BOARD)
	#define SPI_CHANNEL	4

+1 −1
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ typedef void (*wilc_tx_complete_func_t)(void *, int);
 *      Wlan Configuration ID
 *
 ********************************************/

#define WILC_MULTICAST_TABLE_SIZE	8
#define MAX_SSID_LEN            33
#define MAX_RATES_SUPPORTED     12