aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se/r8180_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-11param: remove unnecessary writable charpRusty Russell1-3/+3
2010-06-30Staging: rtl8187se: Fix compile warnings in 2.6.35-rc2Larry Finger1-2/+0
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: rtl8187se: fix coding style issues in r8180_core.cJohn Church1-49/+49
2010-05-11Staging: rtl8187se: Hoist assign from ifJoe Perches1-2/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman1-326/+176
2010-03-03Staging: r8187se: Remove two private variables that have a fixed valueLarry Finger1-90/+0
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 Finger1-15/+53
2010-03-03Staging: Fix continuation line formatsJoe Perches1-2/+1
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
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-2/+2
2010-01-14Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56Larry Finger1-2/+2
2009-12-23Staging: fix rtl8187se compilation errors with mac80211George Kadianakis1-5/+5
2009-12-11Staging: rtl8187se: Remove card_typeLarry Finger1-9/+0
2009-12-11Staging: rtl8187se: Remove card8185 variable to simplify flowLarry Finger1-198/+41
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-5/+5
2009-09-15Staging: rtl8187se: Fix comment-out-typoMichael Buesch1-1/+1
2009-09-15Staging: rtl8187se: rename struct ieee80211_hdr to struct ieee80211_hdr_4addrBartlomiej Zolnierkiewicz1-2/+2
2009-09-15Staging: rtl8187se: remove ENABLE_IPS ifdefsBartlomiej Zolnierkiewicz1-4/+0
2009-09-15Staging: rtl8187se: cleanup r8180_core.cBartlomiej Zolnierkiewicz1-1167/+245
2009-09-15Staging: rtl8187se: merge r8180_pm.c with r8180_core.cBartlomiej Zolnierkiewicz1-2/+61
2009-09-15Staging: rtl8187se: remove unused rtl8225_rf_* functionsBartlomiej Zolnierkiewicz1-4/+0
2009-09-15Staging: rtl8187se: remove debugging code from r8180_core.cBartlomiej Zolnierkiewicz1-381/+3
2009-09-15Staging: rtl8187se: remove unused radio frontendsBartlomiej Zolnierkiewicz1-4/+0
2009-09-15Staging: rtl8187se: remove dead codeBartlomiej Zolnierkiewicz1-520/+2
2009-09-15Staging: rtl8187se: remove CONFIG_RTL8180_IO_MAP ifdefsBartlomiej Zolnierkiewicz1-83/+0
2009-09-15Staging: rtl8187se: remove CONFIG_RTL8185B ifdefsBartlomiej Zolnierkiewicz1-289/+0
2009-09-15Staging: rtl8187se: remove CONFIG_RTL818x_S ifdefsBartlomiej Zolnierkiewicz1-40/+0
2009-09-15Staging: rtl8187se: remove CONFIG_RTL8180_PM ifdefsBartlomiej Zolnierkiewicz1-7/+0
2009-09-15Staging: rtl8187se: remove ENABLE_DOT11D ifdefsBartlomiej Zolnierkiewicz1-20/+0
2009-09-15Staging: rtl8187se: remove support for older wireless extensionsBartlomiej Zolnierkiewicz1-16/+0
2009-09-15Staging: rtl8187se: remove kernel version compatibility wrappersBartlomiej Zolnierkiewicz1-115/+5
2009-09-15Staging: rtl8187se: remove duplicate dot11d.h and ieee80211.h includesBartlomiej Zolnierkiewicz1-1/+1
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-19Staging: rtl8187se: convert to net_device_opsAlexander Beregalov1-10/+15
2009-05-08Staging: rtl8187se: Fix compilation warnings and procfs directory leakLarry Finger1-38/+8
2009-04-03Staging: rtl8187se: ! x & y problem in inactive codeRoel Kluin1-1/+1
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare1-4/+4
2009-02-27Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211.leandro Costantino1-1/+1
2009-01-07staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison1-6/+6
2009-01-06Staging: rtl8187se: remove duplicate pci idsGreg Kroah-Hartman1-0/+2
2009-01-06Staging: add rtl8187se driverGreg Kroah-Hartman1-0/+6826