Thus wrote Dan Carpenter (dan.carpenter@xxxxxxxxxx): > On Sun, Aug 01, 2021 at 07:30:22PM +0200, Martin Kaiser wrote: > > #endif > > - /* 2012-07-11 Move here to prevent the 8723AS-VAU BT auto > > - * suspend influence */ > > - if (usb_autopm_get_interface(pusb_intf) < 0) > > - DBG_88E("can't get autopm:\n"); > > - > > /* alloc dev name after read efuse. */ > > rtw_init_netdev_name(pnetdev, padapter->registrypriv.ifname); > > rtw_macaddr_cfg(padapter->eeprompriv.mac_addr); > This patch accidentally removes the usb_autopm_get_interface() call. Thanks, I didn't notice this. Just sent out v2.