aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/rxtx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-07staging: vt6655: move setting of PSTxDesc->buff_addr to vnt_tx_packetMalcolm Priestley1-1/+0
2015-01-19Merge 3.19-rc5 into staging-nextGreg Kroah-Hartman1-4/+1
2015-01-12staging: vt6655: vnt_tx_packet Fix corrupted tx packets.Malcolm Priestley1-4/+1
2015-01-12Staging: vt6655: fix a space coding style issuePiotr Kubus1-1/+1
2014-12-02staging: vt6655: s_cbFillTxBufHead remove parameter cbFrameBodySizeMalcolm Priestley1-5/+5
2014-12-02staging: vt6655: s_cbFillTxBufHead remove parameter *pPacketMalcolm Priestley1-5/+4
2014-12-02staging: vt6655: s_cbFillTxBufHead remove unused parameter *puMACfragNumMalcolm Priestley1-8/+3
2014-11-26staging: vt6655: card.c move __iomem into functions.Malcolm Priestley1-1/+1
2014-10-29staging: vt6655: dead code remove tether.hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: dead code remove bssdb.h headerMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: dead code remove wctl.c/hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: dead code remove tcrc.c/hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: dead code remove michael.c/hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: deadcode remove aes_ccmp/rc4/tkipMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: deadcode remove wroute.c/hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: s_cbFillTxBufHead remove unused parametersMalcolm Priestley1-8/+6
2014-10-29staging: vt6655: rxtx remove dead functionsMalcolm Priestley1-1185/+0
2014-10-29staging: vt6655: dead code remove legacy hostap.c/hMalcolm Priestley1-1/+0
2014-10-29staging: vt6655: s_vGenerateTxParameter remove unused cbMACHdLenMalcolm Priestley1-4/+0
2014-10-29staging: vt6655: mac80211 conversion: s_uFillDataHead add power saving pollMalcolm Priestley1-18/+46
2014-10-29staging: vt6655: mac80211 conversion: s_vFillRTSHead convert to using struct ieee80211_hdrMalcolm Priestley1-79/+12
2014-10-29staging: vt6655: dead code remove s_vFillFragParameter.Malcolm Priestley1-47/+0
2014-10-29staging: vt6655: mac80211 conversion: s_cbFillTxBufHeadMalcolm Priestley1-537/+46
2014-10-29staging: vt6655: mac8021 conversion: add new tx functionsMalcolm Priestley1-0/+311
2014-10-20staging: vt6655: replace memcpy() by ether_addr_copy() using coccinelle and pack variablesAya Mahfouz1-40/+73
2014-08-30staging: vt6655: Replace typedef enum _CARD_OP_MODE eOPMode with enum nl80211_iftype op_mode.Malcolm Priestley1-25/+25
2014-08-30staging: vt6655: s_uGetRTSCTSDuration always return __le16Malcolm Priestley1-65/+84
2014-08-30stgaing: vt6655: remove unused variable wCTSDurationMalcolm Priestley1-6/+1
2014-08-30staging: vt6655: replace typedef struct tagSCTS_FB with struct vnt_cts_fbMalcolm Priestley1-20/+30
2014-08-30staging: vt6655: replace typedef struct tagSCTS with struct vnt_ctsMalcolm Priestley1-21/+25
2014-08-30staging: vt6655: replace typedef struct tagSRTS_a_FB with struct vnt_rts_a_fbMalcolm Priestley1-16/+25
2014-08-30staging: vt6655: replace typedef struct tagSRTS_ab with struct vnt_rts_abMalcolm Priestley1-23/+29
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g_FB with struct vnt_rts_g_fbMalcolm Priestley1-20/+42
2014-08-30staging: vt6655: replace typedef struct tagSRTS_g with struct vnt_rts_gMalcolm Priestley1-17/+28
2014-08-30staging: vt6655: Replace typedef struct tagSCTSData with ieee80211_cts dataMalcolm Priestley1-9/+17
2014-08-30staging: vt6655: Replace typedef struct tagSRTSData with ieee80211_rts dataMalcolm Priestley1-35/+49
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 Priestley1-17/+18
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_ab with struct vnt_tx_datahead_abMalcolm Priestley1-28/+33
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g_FB with struct vnt_tx_datahead_g_fbMalcolm Priestley1-22/+24
2014-08-30staging: vt6655: replace typedef struct tagSTxDataHead_g with struct vnt_tx_datahead_gMalcolm Priestley1-30/+32
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 Priestley1-35/+38
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gCTS with struct vnt_rrv_time_ctsMalcolm Priestley1-24/+30
2014-08-30staging: vt6655: rxtx replace typedef struct tagSRrvTime_gRTS with struct vnt_rrv_time_rtsMalcolm Priestley1-16/+16
2014-08-30staging: vt6655: rxtx create new structure vnt_tx_short_buf_head for csBeacon_xmitMalcolm Priestley1-17/+20
2014-08-30staging: vt6655: rxtx.c change BBvCalculateParameter to function vnt_get_phy_fieldMalcolm Priestley1-86/+65