summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/wpactl.c
Commit message (Expand)AuthorAgeFilesLines
* Staging: vt6655: memory corruption in check in wpa_set_wpadev()Dan Carpenter2011-10-191-1/+3
* staging: Remove unnecessary semicolons when switch (foo) {...};Joe Perches2011-04-251-1/+1
* staging: Remove unnecessary semicolons when for (foo) {...};Joe Perches2011-04-251-2/+2
* staging: Remove unnecessary semicolons when if (foo) {...};Joe Perches2011-04-251-2/+2
* staging: vt6655: Remove NULL check before kfreeIlia Mirkin2011-03-141-2/+1
* Staging: vt6655: fix buffer overflowDan Carpenter2010-09-201-3/+8
* Staging: vt6655: replace BOOL with in kernel boolCharles Clément2010-08-021-2/+2
* Staging: vt6655: replace FALSE with in kernel falseCharles Clément2010-08-021-9/+9
* Staging: vt6655: replace TRUE with in kernel trueCharles Clément2010-08-021-12/+12
* Staging: vt6655: remove BYTE typedefCharles Clément2010-06-241-7/+7
* Staging: vt6655: remove DWORD typedefCharles Clément2010-06-241-2/+2
* Staging: vt6655: remove PBYTE typedefCharles Clément2010-06-181-6/+6
* Staging: vt6655: use compare_ether_addr instead of custom macroCharles Clément2010-06-181-1/+1
* Staging: vt6655: use is_broadcast_ether_addr instead of custom macroCharles Clément2010-06-181-2/+2
* Staging: vt6655: use ETH_ALEN macro instead of custom oneCharles Clément2010-05-171-1/+1
* Staging: Use kcalloc or kzallocJulia Lawall2010-05-141-2/+1
* Staging: vt6655: remove HANDLE definition and useCharles Clément2010-05-141-6/+6
* Staging: Drop memory allocation castJulia Lawall2010-05-111-1/+1
* Staging: vt665x: Clean up include files, Part 2Jim Lieb2009-09-151-18/+0
* Staging: vt665x: Text janitor in prep for driver merge, part 2Jim Lieb2009-09-151-16/+8
* Staging: vt6655 textual cleanup in prep for driver mergeJim Lieb2009-09-151-30/+30
* Staging: vt6655: Replace net_device->priv accesses with netdev_priv calls.Forest Bond2009-06-191-2/+5
* Staging: Add pristine upstream vt6655 driver sourcesForest Bond2009-06-191-0/+1014