Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

staging: vt6656: remove comments of old functions nolonger present.

Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Malcolm Priestley and committed by
Greg Kroah-Hartman
a8492a0b d78551b9

-12
-6
drivers/staging/vt6656/card.c
··· 19 19 * File: card.c 20 20 * Purpose: Provide functions to setup NIC operation mode 21 21 * Functions: 22 - * s_vSafeResetTx - Rest Tx 23 22 * vnt_set_rspinf - Set RSPINF 24 23 * vnt_update_ifs - Update slotTime,SIFS,DIFS, and EIFS 25 24 * vnt_update_top_rates - Update BasicTopRate 26 25 * vnt_add_basic_rate - Add to BasicRateSet 27 - * CARDbSetBasicRate - Set Basic Tx Rate 28 26 * vnt_ofdm_min_rate - Check if any OFDM rate is in BasicRateSet 29 - * CARDvSetLoopbackMode - Set Loopback mode 30 - * CARDbSoftwareReset - Sortware reset NIC 31 27 * vnt_get_tsf_offset - Calculate TSFOffset 32 28 * vnt_get_current_tsf - Read Current NIC TSF counter 33 29 * vnt_get_next_tbtt - Calculate Next Beacon TSF counter ··· 31 35 * vnt_update_next_tbtt - Sync. NIC Beacon time 32 36 * vnt_radio_power_off - Turn Off NIC Radio Power 33 37 * vnt_radio_power_on - Turn On NIC Radio Power 34 - * CARDbSetWEPMode - Set NIC Wep mode 35 - * CARDbSetTxPower - Set NIC tx power 36 38 * 37 39 * Revision History: 38 40 * 06-10-2003 Bryan YC Fan: Re-write codes to support VT3253 spec.
-5
drivers/staging/vt6656/dpc.c
··· 25 25 * Date: May 20, 2003 26 26 * 27 27 * Functions: 28 - * device_receive_frame - Rcv 802.11 frame function 29 - * s_bHandleRxEncryption- Rcv decrypted data via on-fly 30 - * s_byGetRateIdx- get rate index 31 - * s_vGetDASA- get data offset 32 - * s_vProcessRxMACHeader- Rcv 802.11 and translate to 802.3 33 28 * 34 29 * Revision History: 35 30 *
-1
drivers/staging/vt6656/usbpipe.c
··· 30 30 * vnt_control_in - Read variable length bytes from MEM/BB/MAC/EEPROM 31 31 * vnt_control_out_u8 - Write one byte to MEM/BB/MAC/EEPROM 32 32 * vnt_control_in_u8 - Read one byte from MEM/BB/MAC/EEPROM 33 - * ControlvMaskByte - Read one byte from MEM/BB/MAC/EEPROM and clear/set some bits in the same address 34 33 * 35 34 * Revision History: 36 35 * 04-05-2004 Jerry Chen: Initial release