summaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2
Commit message (Expand)AuthorAgeFilesLines
* staging: wlags49_h2: remove direct declarations of KERN_<LEVEL> prefixesJoe Perches2012-06-122-6/+6
* Staging: wlags49_h2: potential NULL dereferenceDan Carpenter2012-05-151-2/+1Star
* 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-191-6/+5Star
* 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-295-8/+3Star
|\
| * Remove all #inclusions of asm/system.hDavid Howells2012-03-285-8/+3Star
* | 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/+2Star
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-01-091-10/+3Star
|\
| * staging/wlags49_h2: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is...Peter Huewe2011-11-271-10/+3Star
* | misc latin1 to utf8 conversionsAl Viro2012-01-0229-59/+59
|/
* staging: Add module.h to more drivers implicitly using it.Paul Gortmaker2011-11-011-0/+1
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-10-2615-6194/+4161Star
|\
| * Staging: wlags49_h2: Makefile: remove unneeded stuffGreg Kroah-Hartman2011-10-181-25/+0Star
| * staging: wlags49_h2: Fixup SIOCSIWGENIEDavid Kilroy2011-10-181-31/+9Star
| * staging: wlags49_h2: Fixup IW_AUTH handlingDavid Kilroy2011-10-182-76/+109
| * staging: wlags49_h2: Make key setting more reliableDavid Kilroy2011-10-182-321/+340
| * staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIEDavid Kilroy2011-10-181-7/+5Star
| * staging: wlags49_h2: Remove useless IWE_STREAM_ADD_XXX definesDavid Kilroy2011-10-181-19/+14Star
| * staging: wlags49_h2: Enable WPA in the HCFDavid Kilroy2011-10-182-6/+14
| * staging: wlags49_h2: Handle sysfs_create_group return correctlyDavid Kilroy2011-10-182-9/+11
| * staging: wlags49_h2: Remove bad debug messageDavid Kilroy2011-10-041-1/+0Star
| * staging: wlags49_h2: Remove unused debug functionDavid Kilroy2011-10-041-114/+0Star
| * staging: wlags49_h2: Use C99 __func__David Kilroy2011-10-042-28/+35
| * staging: wlags49_h2: Use IW_HANDLER macroDavid Kilroy2011-09-271-58/+31Star
| * staging: wlags49_h2: Stop playing with length in GIWESSID handlerDavid Kilroy2011-09-271-10/+1Star
| * staging: wlags49_h2: Declare support for WEXT 21David Kilroy2011-09-271-1/+2
| * staging: wlags49_h2: Fixup WEXT capabilitiesDavid Kilroy2011-09-271-7/+9
| * staging: wlags49_h2: Support standard WEXT eventsDavid Kilroy2011-09-201-38/+18Star
| * staging: wlags49_h2: Remove old WIRELESS_EXT supportDavid Kilroy2011-09-204-114/+0Star
| * staging: wlags49_h2: Remove continuous tx testDavid Kilroy2011-09-161-22/+0Star
| * 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/+8Star
| * staging: wlags49_h2: Remove CKIP support from hcfDavid Kilroy2011-09-162-137/+60Star
| * staging: wlags49_h2: Remove MUL/DIV_BY_2David Kilroy2011-09-162-4/+1Star
| * staging: wlags49_h2: Remove references to SSNDavid Kilroy2011-09-163-12/+8Star
| * staging: wlags49_h2: Remove some unused definesDavid Kilroy2011-09-164-41/+3Star
| * staging: wlags49_h2: Simplify HCF_ENCAP usageDavid Kilroy2011-09-162-13/+1Star
| * staging: wlags49_h2: Remove HCF_DL_ONLYDavid Kilroy2011-09-162-34/+2Star
| * staging: wlags49_h2: Reindent hcf.cDavid Kilroy2011-09-161-3035/+3035
| * staging: wlags49_h2: Fix macro terminationDavid Kilroy2011-09-162-223/+220Star
| * staging: wlags49_h2: Reindent hcfdef.hDavid Kilroy2011-09-161-427/+390Star
| * staging: wlags49_h2: Remove non-linux configurationsDavid Kilroy2011-09-161-1524/+0Star
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
|/
* Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-262-2/+0Star
|\
| * Remove unneeded version.h includes from drivers/staging/wlags49_h2/Jesper Juhl2011-07-052-2/+0Star