aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/card.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-05-30 23:22:50 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-19 15:56:49 -0700
commit6964cd1215315477b1645d5cf2e2f09648d9a66a (patch)
treebc662ecdef574276ea22b8f3c283e8de41c337af /drivers/staging/vt6656/card.h
parentstaging: vt6656: rename CARDqGetNextTBTT to vnt_get_next_tbtt (diff)
downloadlinux-dev-6964cd1215315477b1645d5cf2e2f09648d9a66a.tar.xz
linux-dev-6964cd1215315477b1645d5cf2e2f09648d9a66a.zip
staging: vt6656: rename CARDvSetFirstNextTBTT to vnt_reset_next_tbtt
Drop card, set and first. The device resets the next tbtt rename to vnt_reset_next_tbtt Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6656/card.h')
-rw-r--r--drivers/staging/vt6656/card.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/card.h b/drivers/staging/vt6656/card.h
index d39a0a51fcf5..768515c2503d 100644
--- a/drivers/staging/vt6656/card.h
+++ b/drivers/staging/vt6656/card.h
@@ -54,7 +54,7 @@ int vnt_ofdm_min_rate(struct vnt_private *);
void vnt_adjust_tsf(struct vnt_private *, u8, u64, u64);
bool vnt_get_current_tsf(struct vnt_private *, u64 *);
bool vnt_clear_current_tsf(struct vnt_private *);
-void CARDvSetFirstNextTBTT(struct vnt_private *pDevice, u16 wBeaconInterval);
+void vnt_reset_next_tbtt(struct vnt_private *, u16);
void CARDvUpdateNextTBTT(struct vnt_private *pDevice, u64 qwTSF,
u16 wBeaconInterval);
u64 vnt_get_next_tbtt(u64, u16);