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