index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
vt6656
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-26
staging: vt6656: mac80211 conversion: Create tx functions
Malcolm Priestley
4
-43
/
+432
2014-06-26
staging: vt6656: mac80211 conversion: create rx function.
Malcolm Priestley
6
-5
/
+149
2014-06-19
staging: vt6656: rename BBuGetFrameTime to vnt_get_frame_time
Malcolm Priestley
3
-24
/
+24
2014-06-19
staging: vt6656: rename BBvCalculateParameter to vnt_get_phy_field
Malcolm Priestley
4
-23
/
+23
2014-06-19
staging: vt6656: rename FIRMWAREbCheckVersion to vnt_check_firmware_version
Malcolm Priestley
3
-3
/
+3
2014-06-19
staging: vt6656: rename FIRMWAREbBrach2Sram to vnt_firmware_branch_to_sram
Malcolm Priestley
3
-5
/
+5
2014-06-19
staging: vt6656: rename FIRMWAREbDownload to vnt_download_firmware
Malcolm Priestley
3
-3
/
+3
2014-06-19
staging: vt6656: firmware.c replace DBG_PRT debug messages
Malcolm Priestley
1
-11
/
+11
2014-06-19
staging: vt6656: FIRMWAREbCheckVersion remove camel case
Malcolm Priestley
1
-10
/
+10
2014-06-19
staging: vt6656: FIRMWAREbBrach2Sram remove camel case
Malcolm Priestley
1
-4
/
+4
2014-06-19
staging: vt6656: FIRMWAREbDownload remove camel case
Malcolm Priestley
1
-14
/
+14
2014-06-19
staging: vt6656: rename PSbIsNextTBTTWakeUp to vnt_next_tbtt_wakeup
Malcolm Priestley
3
-4
/
+4
2014-06-19
staging: vt6656: rename PSvDisablePowerSaving to vnt_disable_power_saving
Malcolm Priestley
4
-4
/
+4
2014-06-19
staging: vt6656: rename PSvEnablePowerSaving to vnt_enable_power_saving
Malcolm Priestley
4
-6
/
+6
2014-06-19
staging: vt6656: PSbIsNextTBTTWakeUp remove camel case
Malcolm Priestley
1
-14
/
+14
2014-06-19
staging: vt6656: PSvDisablePowerSaving remove camel case
Malcolm Priestley
1
-8
/
+8
2014-06-19
staging: vt6656: PSvEnablePowerSaving remove camel case
Malcolm Priestley
1
-19
/
+19
2014-06-19
staging: vt6656: rxtx replace adwTxKey[4]
Malcolm Priestley
2
-3
/
+3
2014-06-19
staging: vt6656: rxtx s_vFillTxKey use vnt_usb_send_context
Malcolm Priestley
1
-11
/
+10
2014-06-19
staging: vt6656: rxtx add mac header to vnt_tx_datahead_* structures
Malcolm Priestley
3
-73
/
+55
2014-06-19
staging: vt6656: rxtx move vnt_usb_send_context into tx structure.
Malcolm Priestley
1
-44
/
+64
2014-06-19
staging: vt6656: rename MACvWriteBeaconInterval to vnt_mac_set_beacon_interval
Malcolm Priestley
3
-5
/
+5
2014-06-19
staging: vt6656: rename MACvDisableBarkerPreambleMd to vnt_mac_disable_barker_preamble_mode
Malcolm Priestley
4
-7
/
+7
2014-06-19
staging: vt6656: rename MACvEnableBarkerPreambleMd to vnt_mac_enable_barker_preamble_mode
Malcolm Priestley
4
-5
/
+5
2014-06-19
staging: vt6656: rename MACvDisableProtectMD to vnt_mac_disable_protect_mode
Malcolm Priestley
4
-7
/
+7
2014-06-19
staging: vt6656: rename MACvEnableProtectMD to vnt_mac_enable_protect_mode
Malcolm Priestley
4
-5
/
+5
2014-06-19
staging: vt6656: rename MACvWriteBSSIDAddress to vnt_mac_set_bssid_addr
Malcolm Priestley
3
-5
/
+5
2014-06-19
staging: vt6656: rename MACvWriteWord to vnt_mac_write_word
Malcolm Priestley
3
-4
/
+4
2014-06-19
staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_off
Malcolm Priestley
8
-33
/
+34
2014-06-19
staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_off
Malcolm Priestley
7
-15
/
+15
2014-06-19
staging: vt6656: rename MACvSetKeyEntry to vnt_mac_set_keyentry
Malcolm Priestley
3
-8
/
+8
2014-06-19
staging: vt6656: rename MACvDisableKeyEntry to vnt_mac_disable_keyentry
Malcolm Priestley
6
-6
/
+5
2014-06-19
staging: vt6656: rename MACvSetBBType to vnt_mac_set_bb_type
Malcolm Priestley
3
-4
/
+4
2014-06-19
staging: vt6656: rename MACbShutdown to vnt_mac_shutdown
Malcolm Priestley
3
-5
/
+5
2014-06-19
staging: vt6656: rename MACvWriteMultiAddr to vnt_mac_set_filter
Malcolm Priestley
3
-4
/
+4
2014-06-19
staging: vt6656: rename CARDvSetBSSMode to vnt_set_bss_mode
Malcolm Priestley
5
-11
/
+11
2014-06-19
staging: vt6656: rename CARDbRadioPowerOn to vnt_radio_power_on
Malcolm Priestley
4
-5
/
+5
2014-06-19
staging: vt6656: rename CARDbRadioPowerOff to vnt_radio_power_off
Malcolm Priestley
4
-6
/
+6
2014-06-19
staging: vt6656: rename CARDvUpdateNextTBTT to vnt_update_next_tbtt
Malcolm Priestley
3
-6
/
+5
2014-06-19
staging: vt6656: rename CARDvSetFirstNextTBTT to vnt_reset_next_tbtt
Malcolm Priestley
3
-5
/
+5
2014-06-19
staging: vt6656: rename CARDqGetNextTBTT to vnt_get_next_tbtt
Malcolm Priestley
2
-5
/
+5
2014-06-19
staging: vt6656: rename CARDbClearCurrentTSF to vnt_clear_current_tsf
Malcolm Priestley
3
-4
/
+4
2014-06-19
staging: vt6656: rename CARDbGetCurrentTSF to vnt_get_current_tsf
Malcolm Priestley
3
-6
/
+6
2014-06-19
staging: vt6656: rename CARDvAdjustTSF to vnt_adjust_tsf
Malcolm Priestley
3
-6
/
+5
2014-06-19
staging: vt6656: rename CARDqGetTSFOffset to vnt_get_tsf_offset
Malcolm Priestley
3
-6
/
+6
2014-06-19
staging: vt6656: rename CARDbyGetPktType to vnt_get_pkt_type
Malcolm Priestley
2
-3
/
+3
2014-06-19
staging: vt6656: rename CARDbIsOFDMinBasicRate to vnt_ofdm_min_rate
Malcolm Priestley
3
-6
/
+6
2014-06-19
staging: vt6656: rename CARDbAddBasicRate to vnt_add_basic_rate
Malcolm Priestley
5
-8
/
+8
2014-06-19
staging: vt6656: rename CARDvSetRSPINF to vnt_set_rspinf
Malcolm Priestley
4
-9
/
+9
2014-06-19
staging: vt6656: rename CARDvUpdateBasicTopRate to vnt_update_top_rates
Malcolm Priestley
2
-4
/
+4
[prev]
[next]