Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        return 0;
 }
 
-void INTnsProcessData(struct vnt_private *priv)
+void vnt_int_process_data(struct vnt_private *priv)
 {
        struct vnt_interrupt_data *int_data;
        struct ieee80211_low_level_stats *low_stats = &priv->low_stats;
 
 } __packed;
 
 void INTvWorkItem(struct vnt_private *);
-void INTnsProcessData(struct vnt_private *);
+void vnt_int_process_data(struct vnt_private *);
 
 #endif /* __INT_H__ */
 
 
                dev_dbg(&priv->usb->dev, "%s status = %d\n", __func__, status);
        } else {
-               INTnsProcessData(priv);
+               vnt_int_process_data(priv);
        }
 
        status = usb_submit_urb(priv->pInterruptURB, GFP_ATOMIC);