summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se/r8180_core.c
Commit message (Expand)AuthorAgeFilesLines
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* get rid of create_proc_entry() abuses - proc_mkdir() is there for purposeAl Viro2011-07-241-1/+1
* net/staging: add needed interrupt.h and hardirq.h includesStephen Rothwell2011-06-201-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-2/+2
* staging: rtl8187se: call disable_pci_device() if pci_probe() failedKulikov Vasiliy2010-08-311-3/+7
* param: remove unnecessary writable charpRusty Russell2010-08-111-3/+3
* Staging: rtl8187se: Fix compile warnings in 2.6.35-rc2Larry Finger2010-06-301-2/+0Star
* Staging: rtl8187se: fixed C99 comments style issues in r8180_core.cPrashant P. Shah2010-05-141-223/+233
* Staging: rtl8187se: fixed space style issues in r8180_core.cPrashant P. Shah2010-05-141-816/+806Star
* Staging: rtl8187se: fix coding style issues in r8180_core.cJohn Church2010-05-111-49/+49
* Staging: rtl8187se: Hoist assign from ifJoe Perches2010-05-111-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman2010-03-041-326/+176Star
|\
| * Staging: r8187se: Remove two private variables that have a fixed valueLarry Finger2010-03-041-90/+0Star
| * staging: r8187se: Remove write_phy routineLarry Finger2010-03-041-37/+0Star
| * Staging: r8187se: Fix for LED not following radio switchLarry Finger2010-03-041-3/+4
| * staging: r8187se: Change to use common eeprom routines in EEPROM_93CXLarry Finger2010-03-041-15/+53
| * Staging: Fix continuation line formatsJoe Perches2010-03-041-2/+1Star
| * Staging: r8187se: Fix a faulty if and do additional cleanupsLarry Finger2010-03-041-183/+122Star
| * Staging: rtl8187se: fix if statementDan Carpenter2010-03-041-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-2/+2
|\ \ | |/ |/|
| * Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56Larry Finger2010-01-151-2/+2
* | Staging: fix rtl8187se compilation errors with mac80211George Kadianakis2009-12-231-5/+5
* | Staging: rtl8187se: Remove card_typeLarry Finger2009-12-111-9/+0Star
* | Staging: rtl8187se: Remove card8185 variable to simplify flowLarry Finger2009-12-111-198/+41Star
* | Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-5/+5
|/
* Staging: rtl8187se: Fix comment-out-typoMichael Buesch2009-09-151-1/+1
* Staging: rtl8187se: rename struct ieee80211_hdr to struct ieee80211_hdr_4addrBartlomiej Zolnierkiewicz2009-09-151-2/+2
* Staging: rtl8187se: remove ENABLE_IPS ifdefsBartlomiej Zolnierkiewicz2009-09-151-4/+0Star
* Staging: rtl8187se: cleanup r8180_core.cBartlomiej Zolnierkiewicz2009-09-151-1167/+245Star
* Staging: rtl8187se: merge r8180_pm.c with r8180_core.cBartlomiej Zolnierkiewicz2009-09-151-2/+61
* Staging: rtl8187se: remove unused rtl8225_rf_* functionsBartlomiej Zolnierkiewicz2009-09-151-4/+0Star
* Staging: rtl8187se: remove debugging code from r8180_core.cBartlomiej Zolnierkiewicz2009-09-151-381/+3Star
* Staging: rtl8187se: remove unused radio frontendsBartlomiej Zolnierkiewicz2009-09-151-4/+0Star
* Staging: rtl8187se: remove dead codeBartlomiej Zolnierkiewicz2009-09-151-520/+2Star
* Staging: rtl8187se: remove CONFIG_RTL8180_IO_MAP ifdefsBartlomiej Zolnierkiewicz2009-09-151-83/+0Star
* Staging: rtl8187se: remove CONFIG_RTL8185B ifdefsBartlomiej Zolnierkiewicz2009-09-151-289/+0Star
* Staging: rtl8187se: remove CONFIG_RTL818x_S ifdefsBartlomiej Zolnierkiewicz2009-09-151-40/+0Star
* Staging: rtl8187se: remove CONFIG_RTL8180_PM ifdefsBartlomiej Zolnierkiewicz2009-09-151-7/+0Star
* Staging: rtl8187se: remove ENABLE_DOT11D ifdefsBartlomiej Zolnierkiewicz2009-09-151-20/+0Star
* Staging: rtl8187se: remove support for older wireless extensionsBartlomiej Zolnierkiewicz2009-09-151-16/+0Star
* Staging: rtl8187se: remove kernel version compatibility wrappersBartlomiej Zolnierkiewicz2009-09-151-115/+5Star
* Staging: rtl8187se: remove duplicate dot11d.h and ieee80211.h includesBartlomiej Zolnierkiewicz2009-09-151-1/+1
* net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-061-2/+2
* Staging: rtl8187se: convert to net_device_opsAlexander Beregalov2009-06-191-10/+15
* Staging: rtl8187se: Fix compilation warnings and procfs directory leakLarry Finger2009-05-091-38/+8Star
* Staging: rtl8187se: ! x & y problem in inactive codeRoel Kluin2009-04-031-1/+1
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-031-4/+4
* Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211.leandro Costantino2009-02-271-1/+1
* staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2009-01-081-6/+6