aboutsummaryrefslogtreecommitdiff
path: root/drivers/staging/wlags49_h2
AgeCommit message (Expand)Author
2013-01-07staging: wlags49_h2: wl_netdev.h: sorts out spacing issuesJohan Meiring
2013-01-07staging: wlags49_h2: wl_netdev.h: converts C99 // commentsJohan Meiring
2013-01-07staging: wlags49_h2: wl_priv.h: fixes instances of 80+ char linesJohan Meiring
2013-01-07staging: wlags49_h2: wl_priv.h: converts C99 // commentsJohan Meiring
2013-01-07staging: wlags49_h2: wl_priv.h: fixes spacing around parenthesesJohan Meiring
2013-01-07staging: wlags49_h2: wl_enc: fixes incorrect use of returnJohan Meiring
2013-01-07staging: wlags49_h2: wl_enc: corrects spacing around colonsJohan Meiring
2013-01-07staging: wlags49_h2: wl_enc: corrects spacing around parenthesesJohan Meiring
2013-01-07staging: wlags49_h2: wl_enc: converts indentation spaces to tabsJohan Meiring
2013-01-07staging: wlags49_h2: ap_h25: corrects incorrect use of // commentsJohan Meiring
2013-01-07staging: wlags49_h2: ap_h25: corrects casting styling issueJohan Meiring
2013-01-07staging: wlags49_h2: ap_h25: corrects malformed #include warningJohan Meiring
2013-01-07staging: wlags49_h2: ap_h25: corrects parentheses styling issueJohan Meiring
2013-01-07staging: wlags49_h2: ap_h25: corrects tabs/spaces syling issuesJohan Meiring
2013-01-07staging: wlags49_h2: ap_h2: corrects a pointer styling issueJohan Meiring
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-11-21staging: wlags49_h2: remove use of __devexitBill Pemberton
2012-11-21staging: wlags49_h2: remove use of __devinitdataBill Pemberton
2012-11-21staging: wlags49_h2: remove use of __devinitBill Pemberton
2012-11-21staging: wlags49_h2: remove use of __devexit_pBill Pemberton
2012-11-21staging: wlags49_h2: ap_h2.c: fixes spaces-before-tabs problemsJohan Meiring
2012-11-21staging: wlags49_h2: wl_if.h: gets rid of C99 // commentsJohan Meiring
2012-11-21staging: wlags49_h2: wl_if.h: fixes brace placementJohan Meiring
2012-11-21staging: wlags49_h2: wl_if.h: fixes 80 char line length issuesJohan Meiring
2012-11-21staging: wlags49_h2: wl_if.h: fixes spaces-before-tabs issueJohan Meiring
2012-11-21staging: wlags49_h2: wl_if.h: fixes tab indentationJohan Meiring
2012-11-21staging: wlags49_h2: wl_if.h: fixes macro styling issuesJohan Meiring
2012-10-23drivers/staging/wlags49_h2/man: remove CONFIG_EXPERIMENTALKees Cook
2012-09-10staging: "wlags49_h2" Fix typos.Justin P. Mattock
2012-09-06staging: wlags49_h2: use list_move instead of list_del/list_addWei Yongjun
2012-09-04staging: wlags49_h2: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun
2012-09-04staging: wlags49_h2: Fix typo in staging/wlags49_h2 driverMasanari Iida
2012-09-04staging: wlagn49_h2: move open brace of if from below to beside of if statementDevendra Naga
2012-09-04staging: wlags49_h2: remove return statements at the end of all void functionsDevendra Naga
2012-09-04staging: wlagn49_h2: fix the checkpatch warning about the space after the ope...Devendra Naga
2012-09-04staging: wlags49_h2: style fix in w1_wds_netif_carrier_offDevendra Naga
2012-09-04staging: wlags49_h2: remove unneded return in wl_wds_netif_carrier_offDevendra Naga
2012-09-04staging: wlags49_h2: coding style fix at wl_wds_netif_carrier_offDevendra Naga
2012-07-16staging: wlags49_h2: remove vi modelinesPaul Bolle
2012-06-12staging: wlags49_h2: remove direct declarations of KERN_<LEVEL> prefixesJoe Perches
2012-05-14Staging: wlags49_h2: potential NULL dereferenceDan Carpenter
2012-05-09staging: wlags49_h2: Fix spelling Endianess to Endianness in wlags49_h2Masanari Iida
2012-04-20drivers/staging/wlags49_h2/wl_pci.c: add missing wl_device_dealloc and wl_removeJulia Lawall
2012-04-18Staging: wlags49_h2: reading past the end of arrayDan Carpenter
2012-04-10staging: Fix typo in wlags49_h2Masanari Iida
2012-04-10staging: wlags49_h2: Replace kmalloc+memset by kzalloc and add error handling.Santosh Nayak
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds
2012-02-29bug.h: add include of it to various implicit C usersPaul Gortmaker