aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/device_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-02Staging: vt6655: replace BOOL with in kernel boolCharles Clément1-21/+21
2010-08-02Staging: vt6655: replace FALSE with in kernel falseCharles Clément1-66/+66
2010-08-02Staging: vt6655: replace TRUE with in kernel trueCharles Clément1-62/+62
2010-07-08Staging: vt6655: use for_each_pci_dev()Kulikov Vasiliy1-1/+1
2010-06-24Staging: vt6655: remove BYTE typedefCharles Clément1-34/+34
2010-06-24Staging: vt6655: remove WORD typedefCharles Clément1-9/+9
2010-06-24Staging: vt6655: remove DWORD typedefCharles Clément1-9/+9
2010-06-22Staging: vt6655: move channel mapping code from card.c to channel.cCharles Clément1-5/+6
2010-06-18Staging: vt6655: struct pci_driver cleanupCharles Clément1-19/+19
2010-06-18Staging: vt6655: remove PWORD typedefCharles Clément1-1/+1
2010-06-18Staging: vt6655: remove PBYTE typedefCharles Clément1-11/+11
2010-06-18Staging: vt6655: remove custom ULONG typedefCharles Clément1-6/+7
2010-06-18Staging: vt6655: remove custom UINT typedefCharles Clément1-20/+20
2010-06-18Staging: vt6655: remove custom UCHAR typedefCharles Clément1-6/+8
2010-06-18Staging: vt6655: remove custom LONG typedefCharles Clément1-1/+1
2010-06-18Staging: vt6655: remove custom INT typedefCharles Clément1-19/+19
2010-06-18Staging: vt6655: remove U32 custom macroCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove U16 custom macroCharles Clément1-2/+2
2010-06-18Staging: vt6655: remove U8 custom macroCharles Clément1-1/+1
2010-06-18Staging: vt6655: use is_multicast_ether_addr instead of custom macroCharles Clément1-1/+1
2010-05-21Merge staging-next tree into Linus's latest versionGreg Kroah-Hartman1-45/+48
2010-05-18Staging: vt6655: use ETH_DATA_LEN macro instead of custom oneCharles Clément1-2/+2
2010-05-17Staging: vt6655: use ETH_HLEN macro instead of custom oneCharles Clément1-8/+8
2010-05-17Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément1-7/+7
2010-05-14Staging: vt6655: remove IN definitionCharles Clément1-1/+1
2010-05-14Staging: vt6655: remove HANDLE definition and useCharles Clément1-12/+12
2010-05-11Staging: Drop memory allocation castJulia Lawall1-1/+1
2010-05-11staging: vt6655: Fix kernel BUG on driver wpa initializationLarry Finger1-0/+2
2010-05-11Staging: vt6655: remove PVOID definition and useCharles Clément1-7/+7
2010-05-11Staging: vt6655: remove VOID definition and useCharles Clément1-3/+3
2010-05-11Staging: vt6655: Rename hostap_set_hostapd, hostap_iotctl.Forest Bond1-2/+2
2010-05-11Staging: vt6655: Hoist assign from ifJoe Perches1-1/+2
2010-05-11Staging: vt6655: CGI/CSI confusion in device_ioctl()Roel Kluin1-2/+2
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-03net: convert multicast list to list_headJiri Pirko1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman1-4/+1
2010-03-03Staging: vt6655/device_main.c: use %pM to shown MAC addressH Hartley Sweeten1-4/+1
2010-02-18staging: convert to use netdev_for_each_mc_addrJiri Pirko1-4/+2
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko1-2/+2
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-09-15Staging: vt6655: fix possible Read buffer overflowRoel Kluin1-4/+8
2009-09-15Staging: vt665x: remove tbit.h part 2Jim Lieb1-12/+11
2009-09-15Staging: vt665x: remove tpci.h fileJim Lieb1-6/+6
2009-09-15Staging: vt665x: Clean up include files, Part 2Jim Lieb1-48/+0
2009-09-15Staging: vt665x: Typedef and macro cleanup Part 2Jim Lieb1-2/+2
2009-09-15Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb1-112/+112
2009-09-15Staging: vt665x: 64bit compile fixes Part 1Jim Lieb1-9/+12
2009-09-15Staging: vt6655: remove PRIVATE_OBJ ifdefsBartlomiej Zolnierkiewicz1-268/+0
2009-09-15Staging: vt665x: depend on WIRELESS_EXTAlexander Beregalov1-8/+0