aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656 (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-09staging: Remove test of is_broadcast with is_multicastJoe Perches1-1/+1
2012-05-02Merge 3.4-rc5 into staging-nextGreg Kroah-Hartman3-17/+15
2012-04-24staging: vt6656: trivial whitespace cleanups to ioctl.cJesper Juhl1-1/+3
2012-04-24staging: vt6656: Remove redundant casts from ioctl.cJesper Juhl1-11/+9
2012-04-18staging: vt6656: Don't needlessly test for NULL before release_firmware()Jesper Juhl1-3/+1
2012-04-12staging: vt6656: Don't leak memory in drivers/staging/vt6656/ioctl.c::private_ioctl()Jesper Juhl1-1/+2
2012-04-10staging: replace open-coded ARRAY_SIZEsJim Cromie1-2/+2
2012-04-10Staging: vt6655-6: check keysize before memcpy()Dan Carpenter1-0/+3
2012-02-24staging: Fix typo in bssdb.cMasanari Iida1-2/+2
2012-02-09staging, vt6656/wpactl.c: Fix mem leak in wpa_ioctl()Jesper Juhl1-0/+1
2012-02-09staging, vt6656/wpactl.c: A basic style cleanupJesper Juhl1-518/+418
2012-02-09staging: vt6656: iwctl.c: Rewrite siwrts funcitonMarcos Paulo de Souza3-22/+11
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwrateMarcos Paulo de Souza3-8/+3
2012-02-09staging: vt6656: iwctl.c: Remove return statement of iwctl_giwessidMarcos Paulo de Souza3-7/+4
2012-02-09staging: vt6656: Remove return statement of iwctl_giwrangeMarcos Paulo de Souza3-6/+3
2012-02-09staging: vt6656: Remove return statement of iwctl_giwmodeMarcos Paulo de Souza3-5/+3
2012-02-09staging: vt6656: iwctl.c: Remove useless functionMarcos Paulo de Souza1-11/+1
2012-02-09staging: vt6656: iwctl.c: Remove commented codeMarcos Paulo de Souza1-172/+0
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds13-226/+38
2011-12-22staging: vt6656: int.c, int.h: Change return of function to voidMarcos Paulo de Souza2-5/+2
2011-12-22drivers: staging: vt6656: card.c: Remove useless return statementMarcos Paulo de Souza2-9/+3
2011-12-22drivers: staging: vt6656: Remove not used returned data of functionMarcos Paulo de Souza2-4/+2
2011-11-30staging: vt6656: integer overflows in private_ioctl()Xi Wang1-0/+8
2011-11-30staging: vt6656: card.c: Change return of CARDbAddBasicRate to voidMarcos Paulo de Souza2-4/+2
2011-11-30staging: vt6656: baseband.c: Remove commented codeMarcos Paulo de Souza2-99/+3
2011-11-30staging: vt6656: baseband.c: Removed dead code, and fix coding standardsMarcos Paulo de Souza1-45/+14
2011-11-30staging: vt6656: 80211mgr.c: Code cleanup, removed return of void funcs.Marcos Paulo de Souza1-33/+2
2011-11-30staging: vt6656: main_usb.c: Use kzalloc instead kmallocMarcos Paulo de Souza1-2/+1
2011-11-30staging:vt6656: iwctl.c: Removed unneeded functionMarcos Paulo de Souza3-25/+1
2011-11-18USB: convert drivers/staging/* to use module_usb_driver()Greg Kroah-Hartman1-13/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds5-626/+522
2011-10-23Staging: vt6656: add some range checks before memcpy()Dan Carpenter1-0/+6
2011-10-23Staging: vt6656: whitespace cleanups in ioctl.cDan Carpenter1-552/+483
2011-09-29Staging: vt6656: potential memory corruptionDan Carpenter1-3/+15
2011-09-26Staging: vt6655-6: potential info leak in private_ioctl()Dan Carpenter1-0/+1
2011-08-23staging: vt6656: use %pM for printing MACsAndy Shevchenko3-72/+18
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-05-17drivers/staging/vt6656/main_usb.c: Delete unnecessary call to usb_kill_urbJulia Lawall1-3/+0
2011-04-25staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches1-1/+1
2011-04-25staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches3-6/+6
2011-04-25staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches8-61/+61
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-1/+1
2011-04-04Staging: vt665?: prevent modules from being built into the kernel.Greg Kroah-Hartman1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi3-5/+5
2011-03-14staging: vt6656: Remove NULL check before kfreeIlia Mirkin4-14/+7
2011-03-02Staging: vt6656: Clean up switching to power saving mode.Philip Worrall1-7/+1
2011-03-02Staging: vt6656: Ensure power.c uses proper tabbing.Philip Worrall1-15/+10
2011-03-02Staging: vt6656: Clean up spaces around parenthesized expressionsPhilip Worrall1-6/+6
2011-03-02Staging: vt6656: Clean up return from sending power state notificationsPhilip Worrall1-12/+4
2011-03-02Staging: vt6656: Clean up unneccessary braces in power.cPhilip Worrall1-9/+5