aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-25Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds8-13/+3
2011-07-24get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro1-1/+1
2011-07-08drivers:staging:rtl typo fix encryptiong to encryption.Justin P. Mattock1-1/+1
2011-07-05staging: rtl8187se: Fix big-endian warningLarry Finger1-1/+1
2011-07-05Remove unneeded version.h includes from drivers/staging/rtl*/Jesper Juhl7-7/+0
2011-07-05drivers:rtl8187se:remove the use of obsolete create_workqueue in ieee80211_softmac.cWanlong Gao1-4/+1
2011-06-19net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell4-0/+4
2011-04-07Merge branch 'staging-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds1-0/+1
2011-04-04staging/rtl81*: build as loadable modules onlyRandy Dunlap1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi6-10/+10
2011-03-14staging: rtl8187se: Remove NULL check before kfreeIlia Mirkin2-3/+1
2011-03-07staging: rtl8187se: check kmalloc return valueXiaochen Wang1-2/+3
2010-11-16staging: rtl8187se: Change panic to warn when RF switch turned offLarry Finger1-8/+22
2010-10-08Staging: rtl8187se: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-05Staging: rtl8187se: Makefile: cleaned up Makefile cflag linesTracey Dent1-7/+7
2010-09-21Staging: rtl8187se: r8185b_init: fixed a lot of checkpatch.pl issuesTracey Dent1-792/+716
2010-09-21Staging: rtl8187se: r8180_wx: fixed a lot of checkptahc.pl issuesTracey Dent1-368/+354
2010-09-21Staging: rtl8187se: r8180_rtl8225: fixed a lot of checkpatch.pl issuesTracey Dent1-10/+10
2010-09-21Staging: rtl8187se: r8180_hw: fixed a lot of checkpatch.pl issuesTracey Dent1-211/+221
2010-09-21Staging: rtl8187se: r8180.h: fixed alot of checkpatch.pl issuesTracey Dent1-6/+6
2010-09-04Staging: rtl8186se: Remove a duplicate include directive in ieee80211.hAndre Nogueira1-1/+0
2010-08-31Staging: rtl81*: Fix spelling fuction -> function in commentsStefan Weil1-2/+2
2010-08-31staging: rtl8187se: call disable_pci_device() if pci_probe() failedKulikov Vasiliy1-3/+7
2010-08-11param: remove unnecessary writable charpRusty Russell1-3/+3
2010-08-05Staging: Merge staging-next into Linus's treeGreg Kroah-Hartman1-0/+1
2010-06-30Staging: rtl8187se: Fix compile warnings in 2.6.35-rc2Larry Finger1-2/+0
2010-06-18Staging: rtl81xx: Fix build problems when CONFIG_CRYPTO=nAndreas Herrmann1-0/+1
2010-05-17Staging: Use kmemdupJulia Lawall2-4/+3
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall6-17/+8
2010-05-14Staging: rtl8187se: fixed C99 comments style issues in r8180_core.cPrashant P. Shah1-223/+233
2010-05-14Staging: rtl8187se: fixed space style issues in r8180_core.cPrashant P. Shah1-816/+806
2010-05-11Staging: Drop memory allocation castJulia Lawall1-4/+3
2010-05-11Staging: rtl8187se: fix coding style issues in r8180_core.cJohn Church1-49/+49
2010-05-11Staging: rtl8187se: Do not mess with carrier settings while scanningSamuel Ortiz1-4/+0
2010-05-11Staging: rtl8187se: Do not send NULL BSSID events when not associatedSamuel Ortiz1-2/+4
2010-05-11Staging: rtl8187se: Do not autoconnect based on probe responseSamuel Ortiz1-4/+0
2010-05-11Staging: rtl8187se: fixed checkpatch.pl warnings and errors in r8180_rtl8225z2.cOlimpiu Pascariu1-51/+78
2010-05-11Staging: rtl8187se: Hoist assign from ifJoe Perches2-3/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo3-0/+3
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman18-1645/+423
2010-03-03Staging: rtl8187se: needs semaphore.hRandy Dunlap1-0/+1
2010-03-03Staging: r8187se: Remove dead code from r8185b_init.cLarry Finger1-630/+2
2010-03-03Staging: r8187se: Remove two private variables that have a fixed valueLarry Finger5-568/+191
2010-03-03staging: r8187se: Remove write_phy routineLarry Finger1-37/+0
2010-03-03Staging: r8187se: Fix for LED not following radio switchLarry Finger1-3/+4
2010-03-03staging: r8187se: Change to use common eeprom routines in EEPROM_93CXLarry Finger6-173/+61
2010-03-03Staging: Fix continuation line formatsJoe Perches2-4/+2
2010-03-03Staging: r8187se: Fix a faulty if and do additional cleanupsLarry Finger1-183/+122
2010-03-03Staging: rtl8187se: fix if statementDan Carpenter1-1/+1