mirror of
git://projects.qi-hardware.com/openwrt-packages.git
synced 2024-11-24 08:08:26 +02:00
ks7010: fix compile failed under linux v3.2.1
This commit is contained in:
parent
b6092096d0
commit
b813482c7a
@ -21,6 +21,7 @@
|
||||
#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,6,24))
|
||||
#include <linux/config.h>
|
||||
#endif
|
||||
#include <linux/interrupt.h>
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/module.h>
|
||||
|
||||
|
@ -3095,7 +3095,7 @@ static const struct net_device_ops ks_wlan_netdev_ops = {
|
||||
.ndo_set_mac_address = ks_wlan_set_mac_address,
|
||||
.ndo_get_stats = ks_wlan_get_stats,
|
||||
.ndo_tx_timeout = ks_wlan_tx_timeout,
|
||||
.ndo_set_multicast_list = ks_wlan_set_multicast_list,
|
||||
.ndo_set_rx_mode = ks_wlan_set_multicast_list,
|
||||
};
|
||||
|
||||
int ks_wlan_net_start(struct net_device *dev)
|
||||
|
Loading…
Reference in New Issue
Block a user