aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-02staging: vt6655: Fixed C99 // comment errors in wpactl.cEsra Altintas1-15/+15
2014-09-28staging: vt6655: Merge three lines into oneTapasweni Pathak1-3/+1
2014-09-28staging: vt6655: Type conversion was made.Gulsah Kose1-1/+1
2014-09-28Staging: vt6655: Add require space before that '('Aybuke Ozdemir1-2/+2
2014-09-28Staging: vt6655: Add require space after that ','Aybuke Ozdemir1-1/+1
2014-09-23staging: vt6655: device_get_options remove unused variable devnameMalcolm Priestley1-3/+2
2014-09-23staging: vt6655: pr_err remove string to net device nameMalcolm Priestley1-19/+15
2014-09-23staging: vt6655: shift open brace '{' to previous lineTapasweni Pathak1-2/+3
2014-09-23staging: vt6655: remove unnecessary else after returnTapasweni Pathak1-2/+1
2014-09-23Staging: vt6655: Fix C99 style commenting.Aybuke Ozdemir1-19/+19
2014-09-22Merge 3.17-rc6 into staging-next.Greg Kroah-Hartman1-0/+3
2014-09-19Staging: vt6655: Break 80 character long line to remove checkpatch errorRajbinder Brar1-1/+2
2014-09-19Staging: vt6655: Fix C99 style commenting.Aybuke Ozdemir1-9/+9
2014-09-19staging: vt6655: buffer overflow in ioctlDan Carpenter1-0/+3
2014-09-11staging: vt6655: Remove unnecessary condition around includeTobias Klauser1-5/+0
2014-09-11staging: vt6655: Use net_device_stats from struct net_deviceTobias Klauser3-12/+2
2014-09-11staging: vt6655: Remove unused member from struct vnt_privateTobias Klauser1-4/+0
2014-09-08staging: vt6655: device_free_info() warn: variable dereferenced before checkMalcolm Priestley1-3/+0
2014-08-30staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode.Malcolm Priestley10-62/+57
2014-08-30staging: vt6655: s_uGetRTSCTSDuration always return __le16Malcolm Priestley1-65/+84
2014-08-30stgaing: vt6655: remove unused variable wCTSDurationMalcolm Priestley3-8/+1
2014-08-30staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley3-35/+40
2014-08-30staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley3-31/+34
2014-08-30staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley3-27/+34
2014-08-30staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley3-32/+36
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley3-36/+56
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley3-29/+39
2014-08-30staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley2-19/+21
2014-08-30staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley2-51/+54
2014-08-30staging: vt6655: Fix *Duration s_uFillDataHead to return to __le16Malcolm Priestley1-9/+9
2014-08-30staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_tx_datahead_a_fbMalcolm Priestley3-30/+26
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_datahead_abMalcolm Priestley3-36/+39
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_tx_datahead_g_fbMalcolm Priestley3-35/+35
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_datahead_gMalcolm Priestley3-41/+42
2014-08-30staging: vt6655: rxtx.c create function to return __le16 wTimeStampOffMalcolm Priestley1-8/+14
2014-08-30staging: vt6655: s_vGenerateTxParameter removed nested pvRrvTime NULL checkMalcolm Priestley1-41/+28
2014-08-30staging: vt6655: rxtx change s_uGetRTSCTSRsvTime to always return __le16Malcolm Priestley1-9/+9
2014-08-30staging: vt6655: create vnt_rxtx_rsvtime_le16 to return s_uGetTxRsvTime endian corrected.Malcolm Priestley1-8/+15
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_rrv_time_abMalcolm Priestley3-42/+43
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt_rrv_time_ctsMalcolm Priestley3-33/+37
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt_rrv_time_rtsMalcolm Priestley3-27/+26
2014-08-30staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon_xmitMalcolm Priestley3-24/+28
2014-08-30staging: vt6655: rxtx.h structure vnt_mic_hdr add IEEE80211_CCMP_PN_LEN macroMalcolm Priestley1-1/+1
2014-08-30staging: vt6655: 80211mgr.h add ieee80211.h header and fix conflictsMalcolm Priestley1-8/+1
2014-08-30staging: vt6655: dead code remove device_nics variableMalcolm Priestley2-13/+2
2014-08-30staging: vt6655: remove multiple instances of netdevice.Malcolm Priestley2-4/+0
2014-08-30staging: vt6655: remove multiple instances of driver loading.Malcolm Priestley2-31/+3
2014-08-30staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley3-196/+0
2014-08-30staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2-84/+76
2014-08-30staging: vt6655: rxtx.c change BBvCalculateParameter to function vnt_get_phy_fieldMalcolm Priestley1-86/+65