amazon: update amazon target to kernel 3.3
This is just compile tested, my device is currently not working. SVN-Revision: 31706
This commit is contained in:
@@ -1245,7 +1245,6 @@ int adm_process_protocol_filter_request (unsigned int cmd, PPROTOCOLFILTER uPROT
|
||||
|
||||
int adm_process_mac_table_request (unsigned int cmd, PMACENTRY mMACENTRY)
|
||||
{
|
||||
unsigned int rtval;
|
||||
unsigned int val; //6996i
|
||||
unsigned int control[6] ; //6996i
|
||||
unsigned int status[6] ; //6996i
|
||||
@@ -98,7 +98,7 @@
|
||||
#define ETHERNET_PACKET_DMA_BUFFER_SIZE 1536
|
||||
|
||||
/***************************************** Module Parameters *************************************/
|
||||
char mode[] = "bridge";
|
||||
static char mode[] = "bridge";
|
||||
module_param_array(mode, charp, NULL, 0);
|
||||
|
||||
static int timeout = 1 * HZ;
|
||||
Reference in New Issue
Block a user