]> git.karo-electronics.de Git - karo-tx-linux.git/commit
net: Fix build regression in rtl8723bs staging driver.
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 15:51:59 +0000 (11:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jun 2017 15:51:59 +0000 (11:51 -0400)
commit0bed865060836dc5f26b68052de0a504d66d9fae
treea538f4b7df745219cf5a1946967afb353708b897
parentbcdaa2b8a640d6e3d29d3257434fe741fcba4a9c
net: Fix build regression in rtl8723bs staging driver.

drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c: In function ‘rtw_cfg80211_add_monitor_if’:
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c:2670:10: error: ‘struct net_device’ has no member named ‘destructor’
  mon_ndev->destructor = rtw_ndev_destructor;
          ^

Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/staging/rtl8723bs/os_dep/ioctl_cfg80211.c
drivers/staging/rtl8723bs/os_dep/os_intfs.c