aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656
Commit message (Expand)AuthorAgeFilesLines
* staging: vt6656: removed NTSTATUS definitionAndres More2010-08-0215-109/+38
* staging: vt6656: simplified tests involving both multi/broad-castsAndres More2010-08-021-18/+13
* Staging: vt6656: Remove PUINT from ttype.hRoel Van Nyen2010-08-024-9/+8
* staging: vt6656: code cleanup in device_netdev_ops' device_xmit()Andres More2010-07-221-24/+22
* staging: vt6656: replaced MAX_PACKET_LEN with ETH_FRAME_LENAndres More2010-07-222-14/+3
* staging: vt6656: replaced MIN_PACKET_LEN with ETH_ZLENAndres More2010-07-222-8/+2
* staging: vt6656: replaced MAX_DATA_LEN with ETH_DATA_LENAndres More2010-07-222-4/+3
* staging: vt6656: replaced U_CRC_LEN with ETH_FCS_LENAndres More2010-07-223-4/+4
* staging: vt6656: removed Calcu_LinkQual definitionAndres More2010-07-227-35/+0
* staging: vt6656: removed WPA_SM_Transtatus definitionAndres More2010-07-226-20/+0
* staging: vt6656: removed update_BssList definitionAndres More2010-07-222-7/+0
* staging: vt6656: removed Adhoc_STA definitionAndres More2010-07-224-14/+1
* staging: vt6656: removed Safe_Close definitionAndres More2010-07-223-50/+3
* staging: vt6656: code cleanup in vt6656 DMA TXAndres More2010-07-221-22/+10
* staging: vt6656: code cleanup in vt6656_probe()Andres More2010-07-221-50/+44
* staging: vt6656: removed '#if 1'/'#if 0' definitionsAndres More2010-07-225-87/+0
* staging: vt6656: removed SndEvt_ToAPI definitionAndres More2010-07-085-18/+0
* staging: vt6656: removed TxInSleep definitionAndres More2010-07-088-37/+2
* staging: vt6656: removed unused IS_NULL_ADDRESS definitionAndres More2010-07-081-6/+0
* staging: vt6656: replace IS_ETH_ADDRESS_EQUAL with compare_ether_addrAndres More2010-06-248-67/+29
* Staging: vt6656: replaced IS_BROADCAST_ADDRESS with is_broadcast_ether_addrAndres More2010-06-237-30/+17
* Staging: vt6656: code cleanup of vt6656_disconnect()Andres More2010-06-231-32/+17
* Staging: vt6656: code cleanup in vt6656_suspend()/vt6656_resume()Andres More2010-06-221-21/+20
* Staging: vt6656: removed '#if 0' definitionsAndres More2010-06-226-111/+0
* Staging: vt665*: fix typos concerning "management"Uwe Kleine-König2010-06-185-6/+6
* Staging: vt6656: fix coding style issues in 80211mgr.cTimofey Trofimov2010-06-181-263/+251
* Staging: vt6656: fix up built-in compilation together with rt2870Otavio Salvador2010-06-182-6/+4
* Staging: vt6656: code cleanup, resolved checkpatch findings in headersAndres More2010-06-1821-229/+136
* Staging: vt6656: code cleanup, fixed 'for' statementsAndres More2010-06-1815-160/+161
* Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman2010-05-2175-3879/+3529
|\
| * Staging: vt6656: use ETH_HLEN macro instead of custom oneCharles Clément2010-05-182-14/+12
| * Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefsAndres More2010-05-1848-692/+700
| * Staging: vt6656: removed custom CHAR/SHORT/INT/LONG typedefsAndres More2010-05-1810-56/+77
| * Staging: Use kcalloc or kzallocJulia Lawall2010-05-142-4/+2
| * staging: vt6656: code cleanup, removed unused I8 macroAndres More2010-05-141-7/+0
| * staging: vt6656: code cleanup, replaced U32 macro with u32Andres More2010-05-143-137/+112
| * staging: vt6656: code cleanup, replaced U16 macro with u16Andres More2010-05-142-24/+23
| * staging: vt6656: code cleanup, replaced U8 macro with u8Andres More2010-05-142-40/+32
| * staging: vt6656: card.h: code cleanup, resolved checkpatch findingsAndres More2010-05-111-15/+9
| * Staging: Drop memory allocation castJulia Lawall2010-05-113-4/+4
| * staging: vt6656: aes_ccmp.c: code cleanup, cleared checkpatch findingsAndres More2010-05-111-289/+272
| * staging: vt6656: code cleanup, removed HANDLE definition in ttype.hAndres More2010-05-1118-781/+506
| * Staging: vt6656: code cleanup, resolved sparse findingAndres More2010-05-111-37/+40
| * Staging: vt6656: code cleanup, removed OUT definitionAndres More2010-05-1121-111/+85
| * Staging: vt6656: removed SUCCESS define as it is not usedAndres More2010-05-111-5/+0
| * Staging: vt6656: code cleanup, fixed comments style at the end of headersAndres More2010-05-1138-106/+38
| * Staging: vt6656: removed VOID/PVOID definitionsAndres More2010-05-1145-427/+409
| * Staging: vt6656: Removed IN definitionAndres More2010-05-1139-965/+960
| * Staging: vt6656: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond2010-05-114-9/+9
| * Staging: vt6656: incorporated ETH_ALEN macro instead of custom oneAndres More2010-05-1118-227/+310