summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6655: Fixed C99 // comment errors in wpactl.cEsra Altintas2014-10-021-15/+15
* staging: vt6655: Merge three lines into oneTapasweni Pathak2014-09-291-3/+1Star
* staging: vt6655: Type conversion was made.Gulsah Kose2014-09-291-1/+1
* Staging: vt6655: Add require space before that '('Aybuke Ozdemir2014-09-291-2/+2
* Staging: vt6655: Add require space after that ','Aybuke Ozdemir2014-09-291-1/+1
* staging: vt6655: device_get_options remove unused variable devnameMalcolm Priestley2014-09-241-3/+2Star
* staging: vt6655: pr_err remove string to net device nameMalcolm Priestley2014-09-241-19/+15Star
* staging: vt6655: shift open brace '{' to previous lineTapasweni Pathak2014-09-231-2/+3
* staging: vt6655: remove unnecessary else after returnTapasweni Pathak2014-09-231-2/+1Star
* Staging: vt6655: Fix C99 style commenting.Aybuke Ozdemir2014-09-231-19/+19
* Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman2014-09-221-0/+3
|\
| * staging: vt6655: buffer overflow in ioctlDan Carpenter2014-09-201-0/+3
* | Staging: vt6655: Break 80 character long line to remove checkpatch errorRajbinder Brar2014-09-201-1/+2
* | Staging: vt6655: Fix C99 style commenting.Aybuke Ozdemir2014-09-201-9/+9
* | staging: vt6655: Remove unnecessary condition around includeTobias Klauser2014-09-111-5/+0Star
* | staging: vt6655: Use net_device_stats from struct net_deviceTobias Klauser2014-09-113-12/+2Star
* | staging: vt6655: Remove unused member from struct vnt_privateTobias Klauser2014-09-111-4/+0Star
* | staging: vt6655: device_free_info() warn: variable dereferenced before checkMalcolm Priestley2014-09-081-3/+0Star
* | staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley2014-08-3110-62/+57Star
* | staging: vt6655: s_uGetRTSCTSDuration always return __le16Malcolm Priestley2014-08-311-65/+84
* | stgaing: vt6655: remove unused variable wCTSDurationMalcolm Priestley2014-08-313-8/+1Star
* | staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley2014-08-313-35/+40
* | staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley2014-08-313-31/+34
* | staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley2014-08-313-27/+34
* | staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley2014-08-313-32/+36
* | staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley2014-08-313-36/+56
* | staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley2014-08-313-29/+39
* | staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley2014-08-312-19/+21
* | staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley2014-08-312-51/+54
* | staging: vt6655: Fix *Duration s_uFillDataHead to return to __le16Malcolm Priestley2014-08-311-9/+9
* | staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Malcolm Priestley2014-08-313-30/+26Star
* | staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Malcolm Priestley2014-08-313-36/+39
* | staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Malcolm Priestley2014-08-313-35/+35
* | staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Malcolm Priestley2014-08-313-41/+42
* | staging: vt6655: rxtx.c create function to return __le16 wTimeStampOffMalcolm Priestley2014-08-311-8/+14
* | staging: vt6655: s_vGenerateTxParameter removed nested pvRrvTime NULL checkMalcolm Priestley2014-08-311-41/+28Star
* | staging: vt6655: rxtx change s_uGetRTSCTSRsvTime to always return __le16Malcolm Priestley2014-08-311-9/+9
* | staging: vt6655: create vnt_rxtx_rsvtime_le16 to return s_uGetTxRsvTime endia...Malcolm Priestley2014-08-311-8/+15
* | staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Malcolm Priestley2014-08-313-42/+43
* | staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Malcolm Priestley2014-08-313-33/+37
* | staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Malcolm Priestley2014-08-313-27/+26Star
* | staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon...Malcolm Priestley2014-08-303-24/+28
* | staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macroMalcolm Priestley2014-08-301-1/+1
* | staging: vt6655: 80211mgr.h add ieee80211.h header and fix conflictsMalcolm Priestley2014-08-301-8/+1Star
* | staging: vt6655: dead code remove device_nics variableMalcolm Priestley2014-08-302-13/+2Star
* | staging: vt6655: remove multiple instances of netdevice.Malcolm Priestley2014-08-302-4/+0Star
* | staging: vt6655: remove multiple instances of driver loading.Malcolm Priestley2014-08-302-31/+3Star
* | staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley2014-08-303-196/+0Star
* | staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2014-08-302-84/+76Star
* | staging: vt6655: rxtx.c change BBvCalculateParameter to function vnt_get_phy_...Malcolm Priestley2014-08-301-86/+65Star