summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655
Commit message (Expand)AuthorAgeFilesLines
* Staging: vt6655: Break 80 character long line to remove checkpatch errorRajbinder Brar2014-09-191-1/+2
* Staging: vt6655: Fix C99 style commenting.Aybuke Ozdemir2014-09-191-9/+9
* staging: vt6655: Remove unnecessary condition around includeTobias Klauser2014-09-111-5/+0
* staging: vt6655: Use net_device_stats from struct net_deviceTobias Klauser2014-09-113-12/+2
* staging: vt6655: Remove unused member from struct vnt_privateTobias Klauser2014-09-111-4/+0
* staging: vt6655: device_free_info() warn: variable dereferenced before checkMalcolm Priestley2014-09-081-3/+0
* staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211...Malcolm Priestley2014-08-3010-62/+57
* staging: vt6655: s_uGetRTSCTSDuration always return __le16Malcolm Priestley2014-08-301-65/+84
* stgaing: vt6655: remove unused variable wCTSDurationMalcolm Priestley2014-08-303-8/+1
* staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley2014-08-303-35/+40
* staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley2014-08-303-31/+34
* staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley2014-08-303-27/+34
* staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley2014-08-303-32/+36
* staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley2014-08-303-36/+56
* staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley2014-08-303-29/+39
* staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley2014-08-302-19/+21
* staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley2014-08-302-51/+54
* staging: vt6655: Fix *Duration s_uFillDataHead to return to __le16Malcolm Priestley2014-08-301-9/+9
* staging: vt6655: replace -typedef struct tagSTxDataHead_a_FB with struct vnt_...Malcolm Priestley2014-08-303-30/+26
* staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_...Malcolm Priestley2014-08-303-36/+39
* staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_t...Malcolm Priestley2014-08-303-35/+35
* staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_d...Malcolm Priestley2014-08-303-41/+42
* staging: vt6655: rxtx.c create function to return __le16 wTimeStampOffMalcolm Priestley2014-08-301-8/+14
* staging: vt6655: s_vGenerateTxParameter removed nested pvRrvTime NULL checkMalcolm Priestley2014-08-301-41/+28
* staging: vt6655: rxtx change s_uGetRTSCTSRsvTime to always return __le16Malcolm Priestley2014-08-301-9/+9
* staging: vt6655: create vnt_rxtx_rsvtime_le16 to return s_uGetTxRsvTime endia...Malcolm Priestley2014-08-301-8/+15
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_ab with struct vnt_r...Malcolm Priestley2014-08-303-42/+43
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt...Malcolm Priestley2014-08-303-33/+37
* staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt...Malcolm Priestley2014-08-303-27/+26
* 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/+1
* staging: vt6655: dead code remove device_nics variableMalcolm Priestley2014-08-302-13/+2
* staging: vt6655: remove multiple instances of netdevice.Malcolm Priestley2014-08-302-4/+0
* staging: vt6655: remove multiple instances of driver loading.Malcolm Priestley2014-08-302-31/+3
* staging: vt6655: Remove BBvCalculateParameter and its data membersMalcolm Priestley2014-08-303-196/+0
* staging: vt6655: card.c change BBvCalculateParameter to vnt_get_phy_fieldMalcolm Priestley2014-08-302-84/+76
* staging: vt6655: rxtx.c change BBvCalculateParameter to function vnt_get_phy_...Malcolm Priestley2014-08-301-86/+65
* staging: vt6655: baseband add new function vnt_get_phy_fieldMalcolm Priestley2014-08-302-6/+142
* staging: vt6655: add new stucture struct vnt_phy_field for rts/cts/data struc...Malcolm Priestley2014-08-301-0/+21
* staging: vt6655: device.h dead code remove bCCKMalcolm Priestley2014-08-304-10/+0
* staging: vt6655: remove remaining comments of PLICE_DEBUGMalcolm Priestley2014-08-302-8/+3
* staging: vt6655: vntwifi.c remove unused directive PLICE_DEBUGMalcolm Priestley2014-08-301-4/+0
* staging: vt6655: remove PLICE_DEBUG where it is definedMalcolm Priestley2014-08-302-11/+5
* staging: vt6655: main_usb.c remove undefined PLICE_DEBUG code.Malcolm Priestley2014-08-301-40/+0
* staging: vt6655: Use ether_crc in kernel.Malcolm Priestley2014-08-302-17/+1
* staging: vt6655: Convert DBG_PRT to pr_<level>Joe Perches2014-08-1723-773/+840
* staging: vt6655: remove typedef from struct vnt_privateMalcolm Priestley2014-08-161-3/+2
* staging: vt6655: device_main Replace DEVICE_INFO with size of pointerMalcolm Priestley2014-08-161-2/+2
* staging: vt6655: rf/wpactl/wroute use struct vnt_privateMalcolm Priestley2014-08-166-27/+28
OpenPOWER on IntegriCloud