mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-02 17:26:42 +09:00
staging: vt6656: Fix CARDvCalculateOFDMRParameter static warning
Fix warning: symbol 'CARDvCalculateOFDMRParameter' was not declared. Should it be static? Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
62c8526d60
commit
4e2a3040ad
@@ -197,7 +197,7 @@ static u16 swGetOFDMControlRate(struct vnt_private *priv, u16 rate_idx)
|
||||
* Return Value: none
|
||||
*
|
||||
*/
|
||||
void CARDvCalculateOFDMRParameter(u16 rate, u8 bb_type,
|
||||
static void CARDvCalculateOFDMRParameter(u16 rate, u8 bb_type,
|
||||
u8 *tx_rate, u8 *rsv_time)
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user