staging: vt6656: vnt_rxtx_rsvtime_le16 fix return.
Always returns to __le16 type. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5abe3d63ad
commit
2075f6547e
|
@ -359,7 +359,7 @@ static u32 s_uGetTxRsvTime(struct vnt_private *priv, u8 pkt_type,
|
|||
return data_time;
|
||||
}
|
||||
|
||||
static u16 vnt_rxtx_rsvtime_le16(struct vnt_private *priv, u8 pkt_type,
|
||||
static __le16 vnt_rxtx_rsvtime_le16(struct vnt_private *priv, u8 pkt_type,
|
||||
u32 frame_length, u16 rate, int need_ack)
|
||||
{
|
||||
return cpu_to_le16((u16)s_uGetTxRsvTime(priv, pkt_type,
|
||||
|
|
Loading…
Reference in New Issue