aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/wcmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28staging: vt6656: Remove redundant license textGreg Kroah-Hartman1-11/+0
2017-11-28staging: vt6656: add SPDX identifiers to all vt6656 driver filesGreg Kroah-Hartman1-0/+1
2017-03-06staging: vt6656: remove blank lines at opening and closing bracesKatie Dunne1-3/+0
2017-02-16staging: vt6656: Alignment should match open parenthesisArushi Singhal1-1/+1
2016-03-28staging: vt6656: Fixed multiple logical comparisions warningsParth Sane1-4/+4
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-3/+0
2014-07-27staging: vt6656: remove return from all void functionsMalcolm Priestley1-2/+0
2014-07-24staging: vt6656: use test_bit to check flags statusMalcolm Priestley1-1/+1
2014-07-24staging: vt6656: struct vnt_private merge flag and macrosMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: dead code remove channel switch.Malcolm Priestley1-8/+0
2014-07-21staging: vt6656: struct vnt_private replace wCurrentRate with current_rateMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private remove camel case antenna variablesMalcolm Priestley1-6/+6
2014-07-17staging: vt6656: rename BBvSetAntennaMode to vnt_set_antenna_modeMalcolm Priestley1-4/+4
2014-07-13staging: vt6656: wcnd.c clean up commentsMalcolm Priestley1-7/+2
2014-07-13staging: vt6656: wcmd remove unneeded headersMalcolm Priestley1-3/+0
2014-07-13staging: vt6656: rename vResetCommandTimer to vnt_reset_command_timerMalcolm Priestley1-1/+1
2014-07-13staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley1-2/+2
2014-07-13staging: vt6656: rename vRunCommand to vnt_run_commandMalcolm Priestley1-1/+1
2014-07-13staging: vt6656: rename vCommandTimerWait to vnt_cmd_timer_waitMalcolm Priestley1-3/+3
2014-07-13staging: vt6656: Move and rename s_bCommandComplete to vnt_cmd_completeMalcolm Priestley1-55/+53
2014-07-13staging: vt6656: replace camel case from command variablesMalcolm Priestley1-16/+16
2014-07-13staging: vt6656: remove unused variables bCmdClear and bNeedRadioOFFMalcolm Priestley1-1/+0
2014-07-13staging: vt6656: remove typedef struct tagCMD_ITEMMalcolm Priestley1-2/+2
2014-07-13staging: vt6656: replace typedef enum tagCMD_STATE with enum vnt_cmd_stateMalcolm Priestley1-9/+9
2014-07-13staging: vt6656: replace typedef enum tagCMD_CODE with enum vnt_cmdMalcolm Priestley1-4/+4
2014-07-12staging: vt6656: wcmd replace debug message with dev_dbgMalcolm Priestley1-5/+2
2014-07-12staging: vt6656: vResetCommandTimer remove camel caseMalcolm Priestley1-7/+7
2014-07-12staging: vt6656: bScheduleCommand remove camel caseMalcolm Priestley1-8/+8
2014-07-12staging: vt6656: s_bCommandComplete clean up and remove camel caseMalcolm Priestley1-17/+17
2014-07-12staging: vt6656: s_bCommandComplete remove else from ifMalcolm Priestley1-29/+31
2014-07-12staging: vt6656: remove unused variables from struct tagCMD_ITEMMalcolm Priestley1-5/+1
2014-07-12staging: vt6656: vRunCommand remove camel case.Malcolm Priestley1-27/+29
2014-07-12staging: vt6656: wcmd remove unused commandsMalcolm Priestley1-34/+0
2014-07-12staging: vt6656: wcmd Remove command WLAN_CMD_RADIOMalcolm Priestley1-14/+0
2014-07-12staging: vt6656: vCommandTimerWait remove camel case.Malcolm Priestley1-4/+2
2014-06-26staging: vt6656: dead code remove 80211hdr.hMalcolm Priestley1-2/+0
2014-06-26staging: vt6656: dead code remove wmgr.hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove tmacro.hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove old key functionsMalcolm Priestley1-4/+0
2014-06-26staging: vt6656: dead code remove iowpa.hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove wctlMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: wcmd remove dead codeMalcolm Priestley1-833/+0
2014-06-26staging: vt6656: main_usb removed dead codeMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: mac80211 conversion: vRunCommand channel changesMalcolm Priestley1-5/+2
2014-06-26staging: vt6656: mac80211 conversion: vRunCommand change beaconMalcolm Priestley1-1/+7
2014-06-26staging: vt6656: mac80211 conversion: add vnt_init to bScheduleCommandMalcolm Priestley1-2/+17
2014-06-19staging: vt6656: rename PSbIsNextTBTTWakeUp to vnt_next_tbtt_wakeupMalcolm Priestley1-1/+1
2014-06-19staging: vt6656: rename PSvDisablePowerSaving to vnt_disable_power_savingMalcolm Priestley1-1/+1
2014-06-19staging: vt6656: rename PSvEnablePowerSaving to vnt_enable_power_savingMalcolm Priestley1-1/+1
2014-06-19staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_offMalcolm Priestley1-3/+3