summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/wmgr.c
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: dead code remove wmgr.cMalcolm Priestley2014-06-271-4343/+0Star
* staging: vt6656: rxtx remove dead codeMalcolm Priestley2014-06-271-19/+0Star
* staging: vt6656: rename MACvWriteBeaconInterval to vnt_mac_set_beacon_intervalMalcolm Priestley2014-06-201-3/+3
* staging: vt6656: rename MACvDisableBarkerPreambleMd to vnt_mac_disable_barker...Malcolm Priestley2014-06-201-4/+4
* staging: vt6656: rename MACvEnableBarkerPreambleMd to vnt_mac_enable_barker_p...Malcolm Priestley2014-06-201-2/+2
* staging: vt6656: rename MACvDisableProtectMD to vnt_mac_disable_protect_modeMalcolm Priestley2014-06-201-4/+4
* staging: vt6656: rename MACvEnableProtectMD to vnt_mac_enable_protect_modeMalcolm Priestley2014-06-201-2/+2
* staging: vt6656: rename MACvWriteBSSIDAddress to vnt_mac_set_bssid_addrMalcolm Priestley2014-06-201-3/+3
* staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_offMalcolm Priestley2014-06-201-8/+8
* staging: vt6656: rename MACvRegBitsOff to vnt_mac_reg_bits_offMalcolm Priestley2014-06-201-3/+2Star
* staging: vt6656: rename CARDvSetBSSMode to vnt_set_bss_modeMalcolm Priestley2014-06-201-5/+5
* staging: vt6656: rename CARDvUpdateNextTBTT to vnt_update_next_tbttMalcolm Priestley2014-06-201-2/+2
* staging: vt6656: rename CARDvSetFirstNextTBTT to vnt_reset_next_tbttMalcolm Priestley2014-06-201-2/+2
* staging: vt6656: rename CARDbClearCurrentTSF to vnt_clear_current_tsfMalcolm Priestley2014-06-201-1/+1
* staging: vt6656: rename CARDbGetCurrentTSF to vnt_get_current_tsfMalcolm Priestley2014-06-201-3/+3
* staging: vt6656: rename CARDvAdjustTSF to vnt_adjust_tsfMalcolm Priestley2014-06-201-3/+3
* staging: vt6656: rename CARDqGetTSFOffset to vnt_get_tsf_offsetMalcolm Priestley2014-06-201-2/+2
* staging: vt6656: rename CARDbAddBasicRate to vnt_add_basic_rateMalcolm Priestley2014-06-201-1/+1
* staging: vt6656: rename CARDvSetRSPINF to vnt_set_rspinfMalcolm Priestley2014-06-201-4/+4
* staging: vt6656: rename vUpdateIFS to vnt_update_ifsMalcolm Priestley2014-06-201-6/+7
* staging: vt6656: rename CARDbSetMediaChannel to vnt_set_channelMalcolm Priestley2014-06-201-2/+2
* staging: vt6656: dead code remove control.c/hMalcolm Priestley2014-05-261-1/+1
* staging: vt6656: Create new function to set led state.Malcolm Priestley2014-05-261-4/+10
* staging: vt6656: Remove hostapd functions.Malcolm Priestley2014-05-201-40/+5Star
* staging: vt6656: Remove always true bUpdateBBVGAMalcolm Priestley2014-05-181-2/+1Star
* staging: vt6656: Remove dead variable bCCK.Malcolm Priestley2014-05-181-1/+0Star
* staging: vt6656: rndis.h move all to device.hMalcolm Priestley2014-05-181-1/+0Star
* staging: vt6656: lock changes: bMgrPrepareBeaconToSend add lock.Malcolm Priestley2014-05-161-2/+8
* staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley2014-02-181-4/+4
* staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea2013-11-101-5/+5
* staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBackMalcolm Priestley2013-10-151-8/+0Star
* Staging: vt6656: adding spaces around '='Ashvini Varatharaj2013-10-151-1/+1
* staging: vt6656: covert BSSvSecondCallBack to delayed_work.Malcolm Priestley2013-10-011-5/+0Star
* staging: vt6656: device.h convert sTimerCommand to delayed_workMalcolm Priestley2013-10-011-9/+4Star
* staging: vt6655: vt6656: Fix typo in commentsMasanari Iida2013-09-261-1/+1
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-2/+2
* staging: vt6656: remove dead code DBG_PORT80/VIAWET_DEBUGMalcolm Priestley2013-07-251-2/+0Star
* staging: vt6656: remove consecutive newlinesAndres More2013-03-291-104/+0Star
* staging: vt6656: remove code placeholdersAndres More2013-03-251-6/+0Star
* staging: vt6656: replaced custom WORD definition with u16Andres More2013-03-111-16/+16
* staging: vt6656: replaced custom BYTE definition with u8Andres More2013-03-111-43/+43
* staging: vt6656: replaced custom TRUE definition with trueAndres More2013-02-151-107/+107
* staging: vt6656: replaced custom FALSE definition with falseAndres More2013-02-151-70/+70
* staging: vt6656: replace custom BOOL definition with boolAndres More2013-02-151-4/+4
* staging: vt6656: change wmgr to new structuresMalcolm Priestley2013-01-071-651/+386Star
* staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley2013-01-071-35/+18Star
* staging: vt6656: remove wpahdr from driver.Malcolm Priestley2012-11-271-56/+0Star
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-131-10/+0Star
* staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-041-10/+10
* staging: vt6656: Fix typo in vt6656Masanari Iida2012-08-141-3/+3