aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-21staging: vt6656: rxtx move frame_len/size into vnt_usb_send_context as frame_lenMalcolm Priestley2-58/+58
2014-07-21staging: vt6656: move need_ack into into vnt_usb_send_contextMalcolm Priestley2-38/+52
2014-07-21staging: vt6656: rxtx move pkt_type into vnt_usb_send_contextMalcolm Priestley2-100/+109
2014-07-21staging: vt6656: vnt_get_duration_le fix typo piv to privMalcolm Priestley1-6/+6
2014-07-21staging: vt6656: dead code remove channel switch.Malcolm Priestley4-23/+1
2014-07-21staging: vt6656: struct vnt_private rename byBBPreEDIndex with bb_pre_ed_indexMalcolm Priestley2-4/+4
2014-07-21staging: vt6656: struct vnt_private replace byBBPreEDRSSI with bb_pre_ed_rssiMalcolm Priestley3-67/+67
2014-07-21staging: vt6656: struct vnt_private remove dead code ldBmThresholdMalcolm Priestley2-17/+4
2014-07-21staging: vt6656: struct vnt_private replace abyBBVGA with bb_vgaMalcolm Priestley4-28/+28
2014-07-21staging: vt6656: struct vnt_private replace byAutoFBCtrl with auto_fb_ctrlMalcolm Priestley3-5/+5
2014-07-21staging: vt6656: struct vnt_private replace wSeqCounter with seq_counterMalcolm Priestley2-6/+6
2014-07-21staging: vt6656: struct vnt_private remove dead variable bBarkerPreambleMdMalcolm Priestley1-1/+0
2014-07-21staging: vt6656: struct vnt_private replace bShortSlotTime with short_slot_timeMalcolm Priestley4-8/+8
2014-07-21staging: vt6656: struct vnt_private remove camel case retry limitMalcolm Priestley2-6/+6
2014-07-21staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley4-8/+8
2014-07-21staging: vt6656: struct vnt_private rf power table remove camel caseMalcolm Priestley3-29/+29
2014-07-21staging: vt6656: struct vnt_private replace byPreambleType with preamble_typeMalcolm Priestley4-25/+25
2014-07-21staging: vt6656: struct vnt_private replace abyEEPROM with eepromMalcolm Priestley3-15/+15
2014-07-21staging: vt6656: struct vnt_private replace byTopCCKBasicRate with top_cck_basic_rateMalcolm Priestley4-23/+23
2014-07-21staging: vt6656: struct vnt_private replace byTopOFDMBasicRate with top_ofdm_basic_rateMalcolm Priestley4-14/+14
2014-07-21staging: vt6656: struct vnt_private replace wBasicRate with basic_ratesMalcolm Priestley3-9/+9
2014-07-21staging: vt6656: struct vnt_private replace byPacketType with packet_typeMalcolm Priestley4-7/+7
2014-07-21staging: vt6656: struct vnt_private replace byBBType with bb_typeMalcolm Priestley5-22/+22
2014-07-21staging: vt6656: struct vnt_private remove camel case IFS namesMalcolm Priestley3-34/+34
2014-07-21staging: vt6656: struct vnt_private remove uCwMin/uCwMaxMalcolm Priestley2-10/+2
2014-07-21staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley3-30/+30
2014-07-21staging: vt6656: antenna modes remove unused variablesMalcolm Priestley2-6/+0
2014-07-21staging: vt6656: struct vnt_private rename uCurrRSSI to current_rssiMalcolm Priestley3-3/+3
2014-07-21staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley4-5/+5
2014-07-21staging: vt6656: replace bExistSWNetAddr with exist_sw_net_addrMalcolm Priestley2-3/+3
2014-07-21staging: vt6656: rename abyPermanentNetAddr to permanent_net_addrMalcolm Priestley2-5/+4
2014-07-21staging: vt6656: remame abyCurrentNetAddr to current_net_addrMalcolm Priestley3-6/+6
2014-07-21staging: vt6656: remove variable byZoneTypeMalcolm Priestley2-6/+0
2014-07-21staging: vt6656: struct vnt_private rename byBBRxConf to bb_rx_confMalcolm Priestley2-15/+15
2014-07-21staging: vt6656: struct vnt_private replace byRFType with rf_typeMalcolm Priestley6-27/+27
2014-07-21staging: vt6656: struct vnt_private rename byLocalID to local_idMalcolm Priestley4-4/+4
2014-07-21staging: vt6656: struct vnt_private rename wFirmwareVersion to firmware_versionMalcolm Priestley2-6/+6
2014-07-21staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley4-8/+8
2014-07-21staging: vt6656: struct vnt_private rename cbRD to num_rcbMalcolm Priestley2-5/+5
2014-07-18staging: vt6656: remove unused macrosMalcolm Priestley1-6/+0
2014-07-18staging: vt6656: mac.h clean up macrosMalcolm Priestley1-355/+316
2014-07-18staging: vt6656: put radio power off and on into correct state every time.Malcolm Priestley3-16/+7
2014-07-18staging: vt6656: struct vnt_private remove unused variable bRadioOffMalcolm Priestley2-6/+0
2014-07-18staging: vt6656: struct vnt_private remove unused variable bRadioControlOffMalcolm Priestley3-4/+2
2014-07-18staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley4-6/+6
2014-07-18staging: vt6656: struct vnt_private rename apRCB to rcbMalcolm Priestley2-5/+5
2014-07-18staging: vt6656: struct vnt_private pInterruptURB rename to interrupt_urbMalcolm Priestley3-11/+11
2014-07-18staging: vt6656: struct vnt_private remove dead variablesMalcolm Priestley1-9/+0
2014-07-18staging: vt6656: remove dead structure struct vnt_tx_pkt_infoMalcolm Priestley1-7/+0
2014-07-18staging: vt6656: struct vnt_rcb remove camel caseMalcolm Priestley3-15/+15