summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2
Commit message (Expand)AuthorAgeFilesLines
* Staging: wlags49_h2: potential NULL dereferenceDan Carpenter2012-05-141-2/+1
* staging: wlags49_h2: Fix spelling Endianess to Endianness in wlags49_h2Masanari Iida2012-05-093-17/+17
* drivers/staging/wlags49_h2/wl_pci.c: add missing wl_device_dealloc and wl_removeJulia Lawall2012-04-201-0/+4
* Staging: wlags49_h2: reading past the end of arrayDan Carpenter2012-04-181-6/+5
* staging: Fix typo in wlags49_h2Masanari Iida2012-04-103-6/+6
* staging: wlags49_h2: Replace kmalloc+memset by kzalloc and add error handling.Santosh Nayak2012-04-101-2/+5
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-285-8/+3
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-285-8/+3
* | Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\ \ | |/ |/|
| * bug.h: add include of it to various implicit C usersPaul Gortmaker2012-02-291-0/+1
* | Staging: wlags49_h2: print MAC via printk format specifierDanny Kukawka2012-02-241-5/+2
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-10/+3
|\
| * staging/wlags49_h2: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is...Peter Huewe2011-11-281-10/+3
* | misc latin1 to utf8 conversionsAl Viro2012-01-0229-59/+59
|/
* staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-10-311-0/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-2615-6194/+4161
|\
| * Staging: wlags49_h2: Makefile: remove unneeded stuffGreg Kroah-Hartman2011-10-181-25/+0
| * staging: wlags49_h2: Fixup SIOCSIWGENIEDavid Kilroy2011-10-171-31/+9
| * staging: wlags49_h2: Fixup IW_AUTH handlingDavid Kilroy2011-10-172-76/+109
| * staging: wlags49_h2: Make key setting more reliableDavid Kilroy2011-10-172-321/+340
| * staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIEDavid Kilroy2011-10-171-7/+5
| * staging: wlags49_h2: Remove useless IWE_STREAM_ADD_XXX definesDavid Kilroy2011-10-171-19/+14
| * staging: wlags49_h2: Enable WPA in the HCFDavid Kilroy2011-10-172-6/+14
| * staging: wlags49_h2: Handle sysfs_create_group return correctlyDavid Kilroy2011-10-172-9/+11
| * staging: wlags49_h2: Remove bad debug messageDavid Kilroy2011-10-041-1/+0
| * staging: wlags49_h2: Remove unused debug functionDavid Kilroy2011-10-041-114/+0
| * staging: wlags49_h2: Use C99 __func__David Kilroy2011-10-042-28/+35
| * staging: wlags49_h2: Use IW_HANDLER macroDavid Kilroy2011-09-261-58/+31
| * staging: wlags49_h2: Stop playing with length in GIWESSID handlerDavid Kilroy2011-09-261-10/+1
| * staging: wlags49_h2: Declare support for WEXT 21David Kilroy2011-09-261-1/+2
| * staging: wlags49_h2: Fixup WEXT capabilitiesDavid Kilroy2011-09-261-7/+9
| * staging: wlags49_h2: Support standard WEXT eventsDavid Kilroy2011-09-201-38/+18
| * staging: wlags49_h2: Remove old WIRELESS_EXT supportDavid Kilroy2011-09-204-114/+0
| * staging: wlags49_h2: Remove continuous tx testDavid Kilroy2011-09-161-22/+0
| * staging: wlags49_h2: Reformat TX_CNTL commentDavid Kilroy2011-09-161-14/+14
| * staging: wlags49_h2: Remove HCF_EXT_MB from code.David Kilroy2011-09-162-22/+8
| * staging: wlags49_h2: Remove CKIP support from hcfDavid Kilroy2011-09-162-137/+60
| * staging: wlags49_h2: Remove MUL/DIV_BY_2David Kilroy2011-09-162-4/+1
| * staging: wlags49_h2: Remove references to SSNDavid Kilroy2011-09-163-12/+8
| * staging: wlags49_h2: Remove some unused definesDavid Kilroy2011-09-164-41/+3
| * staging: wlags49_h2: Simplify HCF_ENCAP usageDavid Kilroy2011-09-162-13/+1
| * staging: wlags49_h2: Remove HCF_DL_ONLYDavid Kilroy2011-09-162-34/+2
| * staging: wlags49_h2: Reindent hcf.cDavid Kilroy2011-09-161-3035/+3035
| * staging: wlags49_h2: Fix macro terminationDavid Kilroy2011-09-162-223/+220
| * staging: wlags49_h2: Reindent hcfdef.hDavid Kilroy2011-09-161-427/+390
| * staging: wlags49_h2: Remove non-linux configurationsDavid Kilroy2011-09-161-1524/+0
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-1/+1
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-252-2/+0
|\
| * Remove unneeded version.h includes from drivers/staging/wlags49_h2/Jesper Juhl2011-07-052-2/+0
* | netdevice: Kill 'feature' test macros.David S. Miller2011-07-121-7/+0
|/