aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/wlags49_h2 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-7/+7
2012-11-21staging: wlags49_h2: remove use of __devexitBill Pemberton1-2/+2
2012-11-21staging: wlags49_h2: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-21staging: wlags49_h2: remove use of __devinitBill Pemberton1-2/+2
2012-11-21staging: wlags49_h2: remove use of __devexit_pBill Pemberton1-8/+7
2012-11-21staging: wlags49_h2: ap_h2.c: fixes spaces-before-tabs problemsJohan Meiring1-8/+8
2012-11-21staging: wlags49_h2: wl_if.h: gets rid of C99 // commentsJohan Meiring1-23/+16
2012-11-21staging: wlags49_h2: wl_if.h: fixes brace placementJohan Meiring1-14/+7
2012-11-21staging: wlags49_h2: wl_if.h: fixes 80 char line length issuesJohan Meiring1-4/+5
2012-11-21staging: wlags49_h2: wl_if.h: fixes spaces-before-tabs issueJohan Meiring1-1/+1
2012-11-21staging: wlags49_h2: wl_if.h: fixes tab indentationJohan Meiring1-35/+35
2012-11-21staging: wlags49_h2: wl_if.h: fixes macro styling issuesJohan Meiring1-8/+8
2012-10-23drivers/staging/wlags49_h2/man: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2012-09-10staging: "wlags49_h2" Fix typos.Justin P. Mattock12-51/+51
2012-09-06staging: wlags49_h2: use list_move instead of list_del/list_addWei Yongjun1-2/+1
2012-09-04staging: wlags49_h2: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-1/+2
2012-09-04staging: wlags49_h2: Fix typo in staging/wlags49_h2 driverMasanari Iida13-18/+18
2012-09-04staging: wlagn49_h2: move open brace of if from below to beside of if statementDevendra Naga1-10/+5
2012-09-04staging: wlags49_h2: remove return statements at the end of all void functionsDevendra Naga1-12/+0
2012-09-04staging: wlagn49_h2: fix the checkpatch warning about the space after the open paranthesisDevendra Naga1-4/+4
2012-09-04staging: wlags49_h2: style fix in w1_wds_netif_carrier_offDevendra Naga1-8/+7
2012-09-04staging: wlags49_h2: remove unneded return in wl_wds_netif_carrier_offDevendra Naga1-1/+0
2012-09-04staging: wlags49_h2: coding style fix at wl_wds_netif_carrier_offDevendra Naga1-2/+1
2012-07-16staging: wlags49_h2: remove vi modelinesPaul Bolle7-7/+0
2012-06-12staging: wlags49_h2: remove direct declarations of KERN_<LEVEL> prefixesJoe Perches2-6/+6
2012-05-14Staging: wlags49_h2: potential NULL dereferenceDan Carpenter1-2/+1
2012-05-09staging: wlags49_h2: Fix spelling Endianess to Endianness in wlags49_h2Masanari Iida3-17/+17
2012-04-20drivers/staging/wlags49_h2/wl_pci.c: add missing wl_device_dealloc and wl_removeJulia Lawall1-0/+4
2012-04-18Staging: wlags49_h2: reading past the end of arrayDan Carpenter1-6/+5
2012-04-10staging: Fix typo in wlags49_h2Masanari Iida3-6/+6
2012-04-10staging: wlags49_h2: Replace kmalloc+memset by kzalloc and add error handling.Santosh Nayak1-2/+5
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds5-8/+3
2012-03-28Remove all #inclusions of asm/system.hDavid Howells5-8/+3
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker1-0/+1
2012-02-24Staging: wlags49_h2: print MAC via printk format specifierDanny Kukawka1-5/+2
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-10/+3
2012-01-02misc latin1 to utf8 conversionsAl Viro29-59/+59
2011-11-28staging/wlags49_h2: Convert pci_table entries to PCI_DEVICE (if PCI_ANY_ID is used)Peter Huewe1-10/+3
2011-10-31staging: Add module.h to more drivers implicitly using it.Paul Gortmaker1-0/+1
2011-10-26Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds15-6194/+4161
2011-10-18Staging: wlags49_h2: Makefile: remove unneeded stuffGreg Kroah-Hartman1-25/+0
2011-10-17staging: wlags49_h2: Fixup SIOCSIWGENIEDavid Kilroy1-31/+9
2011-10-17staging: wlags49_h2: Fixup IW_AUTH handlingDavid Kilroy2-76/+109
2011-10-17staging: wlags49_h2: Make key setting more reliableDavid Kilroy2-321/+340
2011-10-17staging: wlags49_h2: Report WPA IE in scan results with IWEVGENIEDavid Kilroy1-7/+5
2011-10-17staging: wlags49_h2: Remove useless IWE_STREAM_ADD_XXX definesDavid Kilroy1-19/+14
2011-10-17staging: wlags49_h2: Enable WPA in the HCFDavid Kilroy2-6/+14
2011-10-17staging: wlags49_h2: Handle sysfs_create_group return correctlyDavid Kilroy2-9/+11
2011-10-04staging: wlags49_h2: Remove bad debug messageDavid Kilroy1-1/+0