···1919 * File: card.c2020 * Purpose: Provide functions to setup NIC operation mode2121 * Functions:2222- * s_vSafeResetTx - Rest Tx2322 * vnt_set_rspinf - Set RSPINF2423 * vnt_update_ifs - Update slotTime,SIFS,DIFS, and EIFS2524 * vnt_update_top_rates - Update BasicTopRate2625 * vnt_add_basic_rate - Add to BasicRateSet2727- * CARDbSetBasicRate - Set Basic Tx Rate2826 * vnt_ofdm_min_rate - Check if any OFDM rate is in BasicRateSet2929- * CARDvSetLoopbackMode - Set Loopback mode3030- * CARDbSoftwareReset - Sortware reset NIC3127 * vnt_get_tsf_offset - Calculate TSFOffset3228 * vnt_get_current_tsf - Read Current NIC TSF counter3329 * vnt_get_next_tbtt - Calculate Next Beacon TSF counter···3135 * vnt_update_next_tbtt - Sync. NIC Beacon time3236 * vnt_radio_power_off - Turn Off NIC Radio Power3337 * vnt_radio_power_on - Turn On NIC Radio Power3434- * CARDbSetWEPMode - Set NIC Wep mode3535- * CARDbSetTxPower - Set NIC tx power3638 *3739 * Revision History:3840 * 06-10-2003 Bryan YC Fan: Re-write codes to support VT3253 spec.
-5
drivers/staging/vt6656/dpc.c
···2525 * Date: May 20, 20032626 *2727 * Functions:2828- * device_receive_frame - Rcv 802.11 frame function2929- * s_bHandleRxEncryption- Rcv decrypted data via on-fly3030- * s_byGetRateIdx- get rate index3131- * s_vGetDASA- get data offset3232- * s_vProcessRxMACHeader- Rcv 802.11 and translate to 802.33328 *3429 * Revision History:3530 *
-1
drivers/staging/vt6656/usbpipe.c
···3030 * vnt_control_in - Read variable length bytes from MEM/BB/MAC/EEPROM3131 * vnt_control_out_u8 - Write one byte to MEM/BB/MAC/EEPROM3232 * vnt_control_in_u8 - Read one byte from MEM/BB/MAC/EEPROM3333- * ControlvMaskByte - Read one byte from MEM/BB/MAC/EEPROM and clear/set some bits in the same address3433 *3534 * Revision History:3635 * 04-05-2004 Jerry Chen: Initial release