summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/bssdb.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: vt6656: Reduce line length of bssdb.cSimon Schuster2014-01-081-100/+201
* Staging: vt6656: Remove explicit comparisons against NULLSebastian Rachuj2014-01-081-21/+21
* Staging: vt6656: Remove bogus parentheses in conditionsSebastian Rachuj2014-01-081-69/+69
* Staging: vt6656: Combined nested conditionsSimon Schuster2014-01-081-142/+139Star
* Staging: vt6656: Correct usage of bracesSimon Schuster2014-01-081-23/+18Star
* Staging: vt6656: Combine "else { if" to "else if"Simon Schuster2014-01-081-67/+47Star
* Staging: vt6656: Remove unnecessary spaces in format stringsSimon Schuster2014-01-081-3/+3
* Staging: vt6656: Remove line feeds before elseSimon Schuster2014-01-081-26/+13Star
* Staging: vt6656: Correct single space mistakesSimon Schuster2014-01-081-68/+68
* Staging: vt6656: Correct operator coding styleSimon Schuster2014-01-081-32/+32
* Staging: vt6656: Remove unnecessary semicolonsSimon Schuster2014-01-081-7/+7
* Staging: vt6656: Adjust comments in bssdb.cSimon Schuster2014-01-081-127/+91Star
* Staging: vt6656: Fix indentation of bssdb.cSimon Schuster2014-01-081-1011/+1016
* staging: vt6656: Remove unused scStatistic data/functions from driver.Malcolm Priestley2013-12-171-8/+0Star
* staging: vt6656: Replace pStatistic->abyTxPktInfo with struct vnt_tx_pkt_infoMalcolm Priestley2013-12-111-4/+4
* staging: vt6656: s_uCalculateLinkQual use netstats rx valuesMalcolm Priestley2013-12-111-3/+2Star
* staging: vt6656: Get wireless stats qual.qual directly from s_uCalculateLinkQualMalcolm Priestley2013-12-111-27/+32
* staging: vt6656: Fix (most) sparse warnings regarding static functions/variablesValentina Manea2013-11-101-2/+2
* staging: vt6656: Remove 10 second timer and move to BSSvSecondCallBackMalcolm Priestley2013-10-151-4/+17
* staging: vt6656: return from workqueues on fMP_DISCONNECTEDMalcolm Priestley2013-10-151-0/+3
* staging: vt6656: covert BSSvSecondCallBack to delayed_work.Malcolm Priestley2013-10-011-3/+4
* Staging: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches2013-09-171-6/+6
* staging: vt6656: remove consecutive newlinesAndres More2013-03-291-39/+0Star
* staging: vt6656: remove code placeholdersAndres More2013-03-251-6/+0Star
* staging: vt6656: removed no longer useful ttype.h fileAndres More2013-03-111-1/+0Star
* staging: vt6656: removed custom pointer definitionsAndres More2013-03-111-4/+4
* staging: vt6656: replaced custom WORD definition with u16Andres More2013-03-111-3/+3
* staging: vt6656: replaced custom BYTE definition with u8Andres More2013-03-111-9/+9
* staging: vt6656: replaced custom TRUE definition with trueAndres More2013-02-151-40/+40
* staging: vt6656: replaced custom FALSE definition with falseAndres More2013-02-151-29/+29
* staging: vt6656: replace custom BOOL definition with boolAndres More2013-02-151-3/+3
* staging: vt6656: staging: vt6656 change remaining to vnt_mgmt and remove type...Malcolm Priestley2013-01-181-1/+1
* staging: vt6656: change bssdb/rxtx/wpa2 to new structuresMalcolm Priestley2013-01-181-158/+135Star
* staging: vt6656: remove a useless call to memset().Cyril Roelandt2013-01-071-1/+0Star
* staging: vt6656: Remove QWORD from source and replace with u64.Malcolm Priestley2013-01-071-6/+5Star
* staging: vt6656: remove redundant IWEVCUSTOM events.Malcolm Priestley2012-11-271-8/+0Star
* staging: vt6656: remove wpahdr from driver.Malcolm Priestley2012-11-271-29/+0Star
* staging: vt6656: Remove WPA_SUPPLICANT_DRIVER_WEXT_SUPPORT macroMalcolm Priestley2012-11-131-6/+0Star
* staging "vt6656" Fix typos in comments, and in a printk message.Justin P. Mattock2012-09-041-9/+9
* staging: vt6656: use %pM for the BSSIDAndy Shevchenko2012-07-071-4/+5
* staging: Fix typo in bssdb.cMasanari Iida2012-02-241-2/+2
* staging: vt6656: baseband.c: Remove commented codeMarcos Paulo de Souza2011-11-301-97/+3Star
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-261-4/+4
* staging: vt6656: removed not useful commentsAndres More2010-08-311-8/+6Star
* Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen2010-08-031-2/+2
* staging: vt6656: removed Calcu_LinkQual definitionAndres More2010-07-221-7/+0Star
* staging: vt6656: removed SndEvt_ToAPI definitionAndres More2010-07-081-2/+0Star
* staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addrAndres More2010-06-241-4/+6
* Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addrAndres More2010-06-241-1/+1
* Staging: vt6656: removed '#if 0' definitionsAndres More2010-06-231-22/+0Star