mirror of https://gitee.com/openkylin/linux.git
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:
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)
|
||||
{
|
||||
|
||||
|
|
Loading…
Reference in New Issue