aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se/ieee80211
Commit message (Expand)AuthorAgeFilesLines
* Staging: Use kmemdupJulia Lawall2010-05-172-4/+3
* Staging: Use kcalloc or kzallocJulia Lawall2010-05-146-17/+8
* Staging: Drop memory allocation castJulia Lawall2010-05-111-4/+3
* Staging: rtl8187se: Do not mess with carrier settings while scanningSamuel Ortiz2010-05-111-4/+0
* Staging: rtl8187se: Do not send NULL BSSID events when not associatedSamuel Ortiz2010-05-111-2/+4
* Staging: rtl8187se: Do not autoconnect based on probe responseSamuel Ortiz2010-05-111-4/+0
* Staging: rtl8187se: Hoist assign from ifJoe Perches2010-05-111-1/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-302-0/+2
* Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman2010-03-048-59/+52
|\
| * Staging: rtl8187se: needs semaphore.hRandy Dunlap2010-03-031-0/+1
| * Staging: Fix continuation line formatsJoe Perches2010-03-031-2/+1
| * staging: fix typos "enalbe" -> "enable"Uwe Kleine-König2010-03-031-1/+1
| * Staging: rtl8187x: Use %pM for mac address outputJoe Perches2010-03-037-56/+49
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-192-21/+12
|\ \ | |/ |/|
| * Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56Larry Finger2010-01-142-21/+12
* | Staging: fix rtl8187se compilation errors with mac80211George Kadianakis2009-12-234-14/+14
* | Staging: fix assorted typos all over the placeAndré Goddard Rosa2009-12-111-3/+3
* | Staging: rtl8187se: remove unused #include <linux/version.h>Huang Weiyi2009-12-113-3/+0
|/
* Staging: rtl8187se/rtl8192e/rtl8192su: allow module unloadHerton Ronaldo Krzesinski2009-10-304-26/+11
* Staging: rtl8187se/ieee80211: convert MMIE_TYPE_* defines to enumsBartlomiej Zolnierkiewicz2009-09-151-13/+15
* Staging: rtl8187se/ieee80211: ieee80211.h reorderingsBartlomiej Zolnierkiewicz2009-09-151-198/+193
* Staging: rtl8187se/ieee80211: switch to use <linux/ieee80211.h>Bartlomiej Zolnierkiewicz2009-09-151-121/+1
* Staging: rtl8187se: rename struct ieee80211_hdr_QOS to struct ieee80211_hdr_4...Bartlomiej Zolnierkiewicz2009-09-152-11/+11
* Staging: rtl8187se: rename struct ieee80211_hdr_3addr_qos to struct ieee80211...Bartlomiej Zolnierkiewicz2009-09-153-23/+22
* Staging: rtl8187se: rename struct ieee80211_hdr to struct ieee80211_hdr_4addrBartlomiej Zolnierkiewicz2009-09-155-46/+44
* Staging: rtl8187se: remove ENABLE_IPS ifdefsBartlomiej Zolnierkiewicz2009-09-151-38/+0
* Staging: rtl8187se/ieee80211: remove NOT_YET ifdefsBartlomiej Zolnierkiewicz2009-09-151-190/+0
* Staging: rtl8187se/ieee80211: remove FEDORACORE_9 ifdefBartlomiej Zolnierkiewicz2009-09-151-6/+0
* Staging: rtl8187se/ieee80211: remove OPENSUSE_SLED ifdefsBartlomiej Zolnierkiewicz2009-09-153-15/+0
* Staging: rtl8187se: remove dead codeBartlomiej Zolnierkiewicz2009-09-1511-565/+8
* Staging: rtl8187se: remove THOMAS_TURBO ifdefsBartlomiej Zolnierkiewicz2009-09-153-23/+0
* Staging: rtl8187se: remove ENABLE_DOT11D ifdefsBartlomiej Zolnierkiewicz2009-09-154-86/+0
* Staging: rtl8187se/ieee80211: remove superfluous JOHN_* ifdefsBartlomiej Zolnierkiewicz2009-09-154-60/+10
* Staging: rtl8187se/ieee80211: remove unused dump_chnl_map()Bartlomiej Zolnierkiewicz2009-09-153-13/+0
* Staging: rtl8187se/ieee80211: remove superfluous ieee80211_* definesBartlomiej Zolnierkiewicz2009-09-151-51/+0
* Staging: rtl8187se/ieee80211: remove dead _RTL8187_EXT_PATCH_ codeBartlomiej Zolnierkiewicz2009-09-153-926/+0
* Staging: rtl8187se: remove support for older wireless extensionsBartlomiej Zolnierkiewicz2009-09-153-39/+1
* Staging: rtl8187se: remove kernel version compatibility wrappersBartlomiej Zolnierkiewicz2009-09-1510-568/+48
* Staging: rtl8187se/ieee80211: remove unused filesBartlomiej Zolnierkiewicz2009-09-152-514/+0
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-08-121-6/+6
|\
| * Staging: prevent rtl8187se from crashing dev_ioctl() in SIOCGIWNAMEDan Aloni2009-07-121-6/+6
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-051-2/+2
|/
* Staging: rtl8187se: wmm_param[1].ac_aci_acm_aifsn tested twiceRoel Kluin2009-06-191-1/+1
* Staging: rtl8187se: convert to net_device_opsAlexander Beregalov2009-06-191-1/+0
* net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy2009-06-131-1/+1
* Staging: rtl8187se: fix \r\n line endsGreg Kroah-Hartman2009-04-032-348/+348
* Staging: rtl8187se: fix printk format warningsRandy Dunlap2009-04-031-2/+2
* workqueue: add to_delayed_work() helper functionJean Delvare2009-04-021-4/+4
* Staging: rtl8187se: Fix oops and memory poison caused by builtin ieee80211.leandro Costantino2009-02-271-9/+10
* staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison2009-01-078-14/+14