|
@@ -1049,7 +1049,7 @@ static void rtl_fill_h2c_cmd_work_callback(struct work_struct *work)
|
|
|
rtlpriv->cfg->ops->fill_h2c_cmd(hw, H2C_RA_MASK, 5, rtlpriv->rate_mask);
|
|
|
}
|
|
|
|
|
|
-static struct rtl_intf_ops rtl_usb_ops = {
|
|
|
+static const struct rtl_intf_ops rtl_usb_ops = {
|
|
|
.adapter_start = rtl_usb_start,
|
|
|
.adapter_stop = rtl_usb_stop,
|
|
|
.adapter_tx = rtl_usb_tx,
|