瀏覽代碼

staging: brcm80211: remove unused dhd_ops_virt variable definition

The variable dhd_ops_virt was used before although its use was rather
limited as can be found in previous commit:

| commit 4fd68ae1a558043a2cc4ea2faf7235e71c3241aa
| Author: Julia Lawall <julia@diku.dk>
| Date:   Tue Oct 26 12:25:33 2010 +0200
|
|    drivers/staging/brcm80211/brcmfmac/dhd_linux.c: delete double assignment
|

Reviewed-by: Roland Vossen <rvossen@broadcom.com>
Reviewed-by: Brett Rudley <brudley@broadcom.com>
Signed-off-by: Arend van Spriel <arend@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Arend van Spriel 14 年之前
父節點
當前提交
c95e66e1fa
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      drivers/staging/brcm80211/brcmfmac/dhd_linux.c

+ 0 - 8
drivers/staging/brcm80211/brcmfmac/dhd_linux.c

@@ -2251,14 +2251,6 @@ static struct net_device_ops dhd_ops_pri = {
 	.ndo_set_multicast_list = dhd_set_multicast_list
 	.ndo_set_multicast_list = dhd_set_multicast_list
 };
 };
 
 
-static struct net_device_ops dhd_ops_virt = {
-	.ndo_get_stats = dhd_get_stats,
-	.ndo_do_ioctl = dhd_ioctl_entry,
-	.ndo_start_xmit = dhd_start_xmit,
-	.ndo_set_mac_address = dhd_set_mac_address,
-	.ndo_set_multicast_list = dhd_set_multicast_list
-};
-
 int dhd_net_attach(dhd_pub_t *dhdp, int ifidx)
 int dhd_net_attach(dhd_pub_t *dhdp, int ifidx)
 {
 {
 	dhd_info_t *dhd = (dhd_info_t *) dhdp->info;
 	dhd_info_t *dhd = (dhd_info_t *) dhdp->info;