aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-13staging: vt6656: sparse fixes: iwctl_giwgenie use memcpy.Malcolm Priestley1-6/+4
2014-01-13staging: vt6656: sparse fixes: iwctl_siwgenie use memcpy.Malcolm Priestley1-4/+2
2014-01-13staging: vt6656: sparse fixes ethtool_ioctl Use struct ifreq *Malcolm Priestley1-5/+5
2014-01-13staging: vt6656: sparse fixes: dpc.c missing dpc.hMalcolm Priestley1-0/+1
2014-01-09staging: vt6656: rxtx.c Camel case and clean up s_uGetRTSCTSRsvTimeMalcolm Priestley1-29/+39
2014-01-09staging: vt6656: rxtx.c Camel case and clean up s_uGetTxRsvTimeMalcolm Priestley1-15/+16
2014-01-08staging: vt6656: remove an unneeded NULL checkDan Carpenter1-1/+1
2014-01-08staging: vt6656: CARDqGetNextTBTT replace code using do_div.Malcolm Priestley1-19/+11
2014-01-08staging: vt6656: CARDqGetNextTBTT correct uLowNextTBTTMalcolm Priestley1-1/+1
2014-01-07Staging: vt6656: Reduce line length of bssdb.cSimon Schuster1-100/+201
2014-01-07Staging: vt6656: Remove explicit comparisons against NULLSebastian Rachuj1-21/+21
2014-01-07Staging: vt6656: Remove bogus parentheses in conditionsSebastian Rachuj1-69/+69
2014-01-07Staging: vt6656: Combined nested conditionsSimon Schuster1-142/+139
2014-01-07Staging: vt6656: Correct usage of bracesSimon Schuster1-23/+18
2014-01-07Staging: vt6656: Combine "else { if" to "else if"Simon Schuster1-67/+47
2014-01-07Staging: vt6656: Remove unnecessary spaces in format stringsSimon Schuster1-3/+3
2014-01-07Staging: vt6656: Remove line feeds before elseSimon Schuster1-26/+13
2014-01-07Staging: vt6656: Correct single space mistakesSimon Schuster1-68/+68
2014-01-07Staging: vt6656: Correct operator coding styleSimon Schuster1-32/+32
2014-01-07Staging: vt6656: Remove unnecessary semicolonsSimon Schuster1-7/+7
2014-01-07Staging: vt6656: Adjust comments in bssdb.cSimon Schuster1-127/+91
2014-01-07Staging: vt6656: Fix indentation of bssdb.cSimon Schuster1-1011/+1016
2013-12-17staging: vt6656: clean up CARDbSetMediaChannel.Malcolm Priestley1-39/+35
2013-12-17staging: vt6656: Remove unused scStatistic data/functions from driver.Malcolm Priestley5-76/+0
2013-12-17staging: vt6656: dead code remove mib.c mic.h from driver.Malcolm Priestley6-778/+0
2013-12-17staging: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-10staging: vt6656: Move double definition of MAX_RATE to device_cfg.hMalcolm Priestley3-2/+2
2013-12-10staging: vt6656: [BUG] BBvUpdatePreEDThreshold Always set sensitivity on bScanningMalcolm Priestley1-3/+0
2013-12-10staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_infoMalcolm Priestley5-24/+16
2013-12-10staging: vt6656: s_uCalculateLinkQual use netstats rx valuesMalcolm Priestley2-3/+5
2013-12-10staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQualMalcolm Priestley2-30/+32
2013-12-10staging: vt6656: Remove STAvUpdateTDStatCounter and apply directly to statsMalcolm Priestley5-115/+26
2013-12-08staging: vt6656: baseband.c clean up BBbVT3184InitMalcolm Priestley1-169/+155
2013-12-03staging: vt6656: clean up s_vGetFreeContextMalcolm Priestley1-18/+19
2013-12-03staging: vt6656: s_vGetFreeContext remove pReturnContextMalcolm Priestley1-4/+2
2013-12-03staging: vt6656: remove void pointer from s_vGetFreeContextMalcolm Priestley1-8/+11
2013-12-02Merge v3.13-rc2 into staging-nextGreg Kroah-Hartman3-1/+15
2013-11-25staging: vt6656: Remove unused variable bAES.Malcolm Priestley2-6/+0
2013-11-25staging: vt6656: Remove unused variable bLongHeaderMalcolm Priestley2-21/+4
2013-11-25staging: vt6656: vnt_beacon_buffer attach mac header.Malcolm Priestley2-10/+10
2013-11-25staging: vt6656: csBeacon_xmit merge structures.Malcolm Priestley3-41/+39
2013-11-25staging: vt6656: Remove always 0 variable dwDiagRefCountMalcolm Priestley5-44/+21
2013-11-25staging: vt6656: [BUG] Fix for TX USB resets from vendors driver.Malcolm Priestley2-0/+13
2013-11-25Staging: vt6655-6: potential NULL dereference in hostap_disable_hostapd()Dan Carpenter1-1/+2
2013-11-19staging: vt6656: removed the trailing statement should be on next line errorNandini Hanumanthagowda1-2/+4
2013-11-19staging: vt6656: added space after coma operator in funtion callNandini Hanumanthagowda1-1/+1
2013-11-19staging: vt6656: removed all whitespace errorsNandini Hanumanthagowda1-4/+4
2013-11-19staging: vt6656: removed parenthesis from return statementNandini Hanumanthagowda1-2/+2
2013-11-19staging: vt6656: indented the code under all function blocksNandini Hanumanthagowda1-151/+151
2013-11-19staging: vt6656: indented all if-else statement blocksNandini Hanumanthagowda1-641/+633