File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
* Purpose: Provide functions to setup NIC operation mode
7
7
* Functions:
8
8
* s_vSafeResetTx - Rest Tx
9
- * CARDvSetRSPINF - Set RSPINF
9
+ * card_set_rspinf - Set RSPINF
10
10
* CARDvUpdateBasicTopRate - Update BasicTopRate
11
11
* CARDbAddBasicRate - Add to BasicRateSet
12
12
* CARDbIsOFDMinBasicRate - Check if any OFDM rate is in BasicRateSet
@@ -267,7 +267,7 @@ bool card_set_phy_parameter(struct vnt_private *priv, u8 bb_type)
267
267
268
268
priv -> packet_type = card_get_pkt_type (priv );
269
269
270
- CARDvSetRSPINF (priv , bb_type );
270
+ card_set_rspinf (priv , bb_type );
271
271
272
272
return true;
273
273
}
@@ -536,7 +536,7 @@ static unsigned short CARDwGetOFDMControlRate(struct vnt_private *priv,
536
536
*
537
537
* Return Value: None.
538
538
*/
539
- void CARDvSetRSPINF (struct vnt_private * priv , u8 bb_type )
539
+ void card_set_rspinf (struct vnt_private * priv , u8 bb_type )
540
540
{
541
541
union vnt_phy_field_swap phy ;
542
542
unsigned char byTxRate , byRsvTime ; /* For OFDM */
Original file line number Diff line number Diff line change 39
39
40
40
struct vnt_private ;
41
41
42
- void CARDvSetRSPINF (struct vnt_private * priv , u8 bb_type );
42
+ void card_set_rspinf (struct vnt_private * priv , u8 bb_type );
43
43
void CARDvUpdateBasicTopRate (struct vnt_private * priv );
44
44
bool CARDbIsOFDMinBasicRate (struct vnt_private * priv );
45
45
void CARDvSetFirstNextTBTT (struct vnt_private * priv ,
You can’t perform that action at this time.
0 commit comments