forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/dhd_proto.h
old mode 100644new mode 100755
....@@ -121,10 +121,6 @@
121121 /* Remove any protocol-specific data header. */
122122 extern int dhd_prot_hdrpull(dhd_pub_t *, int *ifidx, void *rxp, uchar *buf, uint *len);
123123
124
-#ifdef DHD_LOSSLESS_ROAMING
125
-extern int dhd_update_sdio_data_prio_map(dhd_pub_t *dhdp);
126
-#endif // DHD_LOSSLESS_ROAMING
127
-
128124 /* Use protocol to issue ioctl to dongle */
129125 extern int dhd_prot_ioctl(dhd_pub_t *dhd, int ifidx, wl_ioctl_t * ioc, void * buf, int len);
130126