aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.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-01-07Staging: vt6656: Align lines to match open parenthesisBaruch Nissenbaum1-1/+1
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-1/+1
2015-11-19staging: vt6656: remove address from GPL textOthmar Pasteka1-4/+0
2015-09-29staging: vt6656: implement power saving code.Malcolm Priestley1-3/+11
2014-07-21staging: vt6656: dead code remove channel switch.Malcolm Priestley1-8/+0
2014-07-21staging: vt6656: struct vnt_private rename qwCurrTSF to current_tsfMalcolm Priestley1-1/+1
2014-07-21staging: vt6656: struct vnt_private rename cdTD to num_tx_contextMalcolm Priestley1-1/+1
2014-07-18staging: vt6656: struct vnt_private rename apTD to tx_contextMalcolm Priestley1-1/+1
2014-07-15staging: vt6656: usbpipe rename PIPEnsInterruptRead to vnt_start_interrupt_urbMalcolm Priestley1-1/+1
2014-07-15staging: vt6656: int.c remove irrelevant function descriptionMalcolm Priestley1-22/+0
2014-07-15staging: vt6656: rename INTvWorkItem to vnt_int_start_interruptMalcolm Priestley1-1/+1
2014-07-15staging: vt6656: int rename INTnsProcessData to vnt_int_process_dataMalcolm Priestley1-1/+1
2014-07-15staging: vt6656: int.c Replace DBG_PRT debug messagesMalcolm Priestley1-4/+2
2014-07-15staging: vt6656: INTvWorkItem remove camel caseMalcolm Priestley1-5/+5
2014-07-15staging: vt6656: device.h remove old wireless statsMalcolm Priestley1-4/+0
2014-07-13staging: vt6656: Drop u8 pointer and rename bScheduleCommand.Malcolm Priestley1-7/+5
2014-07-12staging: vt6656: wcmd Remove command WLAN_CMD_RADIOMalcolm Priestley1-6/+0
2014-07-08stagingL vt6656: implement fall back rates reporting.Malcolm Priestley1-24/+80
2014-07-08staging: vt6656: implement get_stats ieee80211_low_level_statsMalcolm Priestley1-0/+6
2014-06-26staging: vt6656: dead codead remove bssdb.h headerMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: dead code remove tmacro.hMalcolm Priestley1-1/+0
2014-06-26staging: vt6656: mac80211 conversion: int.c changesMalcolm Priestley1-43/+6
2014-05-25staging: vt6656: Convert remaining locks to spin_lock_irqsave.Malcolm Priestley1-2/+3
2014-02-24staging: vt6656: Replace typedef struct INT_BUFFER, *PINT_BUFFERMalcolm Priestley1-3/+3
2014-02-18staging: vt6656: Remove variable fKillEventPollingThreadMalcolm Priestley1-2/+3
2014-02-18staging: vt6656: Clean up and remove camel case INTnsProcessData.Malcolm Priestley1-71/+70
2014-02-18staging: vt6656: int : Replace typedef struct tagSINTData.Malcolm Priestley1-25/+23
2014-02-18staging: vt6656: int.h correct endian typeMalcolm Priestley1-1/+1
2014-02-18staging: vt6656: Replace typedef enum _CARD_OP_MODEMalcolm Priestley1-2/+2
2013-12-17staging: vt6656: Remove unused scStatistic data/functions from driver.Malcolm Priestley1-10/+0
2013-12-17staging: vt6656: dead code remove mib.c mic.h from driver.Malcolm Priestley1-1/+0
2013-12-10staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_infoMalcolm Priestley1-4/+0
2013-12-10staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley1-22/+23
2013-03-28staging: vt6656: remove consecutive newlinesAndres More1-5/+0
2013-03-25staging: vt6656: remove code placeholdersAndres More1-6/+0
2013-03-11staging: vt6656: replaced custom BYTE definition with u8Andres More1-8/+8
2013-02-15staging: vt6656: replaced custom TRUE definition with trueAndres More1-3/+3
2013-02-15staging: vt6656: replaced custom FALSE definition with falseAndres More1-3/+3
2013-01-07staging: vt6656: channel/control/firmware/int/usbpipe to new structuresMalcolm Priestley1-4/+3
2013-01-07staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley1-2/+1
2012-09-04staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock1-1/+1
2012-07-06staging: vt6656: int.c: correct indentation to use tabs rather than spacesJesper Juhl1-7/+7
2012-07-06staging: vt6656: int.c: We don't use spaces between a cast and the variable being convertedJesper Juhl1-8/+8
2012-07-06staging: vt6656: int.c: Use one space between variable type and nameJesper Juhl1-2/+2
2012-07-06staging: vt6656: int.c: Remove unneeded castJesper Juhl1-1/+1
2012-07-06staging: vt6656: int.c: Put comment about DEBUG print define on same line as codeJesper Juhl1-2/+1
2012-07-06staging: vt6656: int: Redundant blank line removalJesper Juhl1-4/+0
2011-12-22staging: vt6656: int.c, int.h: Change return of function to voidMarcos Paulo de Souza1-4/+1