aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8187se/ieee80211 (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-17Staging: Use kmemdupJulia Lawall2-4/+3
2010-05-14Staging: Use kcalloc or kzallocJulia Lawall6-17/+8
2010-05-11Staging: Drop memory allocation castJulia Lawall1-4/+3
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: Hoist assign from ifJoe Perches1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2010-03-04Staging: merge staging patches into Linus's main branchGreg Kroah-Hartman8-59/+52
2010-03-03Staging: rtl8187se: needs semaphore.hRandy Dunlap1-0/+1
2010-03-03Staging: Fix continuation line formatsJoe Perches1-2/+1
2010-03-03staging: fix typos "enalbe" -> "enable"Uwe Kleine-König1-1/+1
2010-03-03Staging: rtl8187x: Use %pM for mac address outputJoe Perches7-56/+49
2010-01-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller2-21/+12
2010-01-14Staging: r8187se: Fix compile error from wireless-testing commit 7044cc56Larry Finger2-21/+12
2009-12-23Staging: fix rtl8187se compilation errors with mac80211George Kadianakis4-14/+14
2009-12-11Staging: fix assorted typos all over the placeAndré Goddard Rosa1-3/+3
2009-12-11Staging: rtl8187se: remove unused #include <linux/version.h>Huang Weiyi3-3/+0
2009-10-30Staging: rtl8187se/rtl8192e/rtl8192su: allow module unloadHerton Ronaldo Krzesinski4-26/+11
2009-09-15Staging: rtl8187se/ieee80211: convert MMIE_TYPE_* defines to enumsBartlomiej Zolnierkiewicz1-13/+15
2009-09-15Staging: rtl8187se/ieee80211: ieee80211.h reorderingsBartlomiej Zolnierkiewicz1-198/+193
2009-09-15Staging: rtl8187se/ieee80211: switch to use <linux/ieee80211.h>Bartlomiej Zolnierkiewicz1-121/+1
2009-09-15Staging: rtl8187se: rename struct ieee80211_hdr_QOS to struct ieee80211_hdr_4addrqosBartlomiej Zolnierkiewicz2-11/+11
2009-09-15Staging: rtl8187se: rename struct ieee80211_hdr_3addr_qos to struct ieee80211_hdr_3addrqosBartlomiej Zolnierkiewicz3-23/+22
2009-09-15Staging: rtl8187se: rename struct ieee80211_hdr to struct ieee80211_hdr_4addrBartlomiej Zolnierkiewicz5-46/+44
2009-09-15Staging: rtl8187se: remove ENABLE_IPS ifdefsBartlomiej Zolnierkiewicz1-38/+0
2009-09-15Staging: rtl8187se/ieee80211: remove NOT_YET ifdefsBartlomiej Zolnierkiewicz1-190/+0
2009-09-15Staging: rtl8187se/ieee80211: remove FEDORACORE_9 ifdefBartlomiej Zolnierkiewicz1-6/+0
2009-09-15Staging: rtl8187se/ieee80211: remove OPENSUSE_SLED ifdefsBartlomiej Zolnierkiewicz3-15/+0
2009-09-15Staging: rtl8187se: remove dead codeBartlomiej Zolnierkiewicz11-565/+8
2009-09-15Staging: rtl8187se: remove THOMAS_TURBO ifdefsBartlomiej Zolnierkiewicz3-23/+0
2009-09-15Staging: rtl8187se: remove ENABLE_DOT11D ifdefsBartlomiej Zolnierkiewicz4-86/+0
2009-09-15Staging: rtl8187se/ieee80211: remove superfluous JOHN_* ifdefsBartlomiej Zolnierkiewicz4-60/+10
2009-09-15Staging: rtl8187se/ieee80211: remove unused dump_chnl_map()Bartlomiej Zolnierkiewicz3-13/+0
2009-09-15Staging: rtl8187se/ieee80211: remove superfluous ieee80211_* definesBartlomiej Zolnierkiewicz1-51/+0
2009-09-15Staging: rtl8187se/ieee80211: remove dead _RTL8187_EXT_PATCH_ codeBartlomiej Zolnierkiewicz3-926/+0
2009-09-15Staging: rtl8187se: remove support for older wireless extensionsBartlomiej Zolnierkiewicz3-39/+1
2009-09-15Staging: rtl8187se: remove kernel version compatibility wrappersBartlomiej Zolnierkiewicz10-568/+48
2009-09-15Staging: rtl8187se/ieee80211: remove unused filesBartlomiej Zolnierkiewicz2-514/+0
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-6/+6
2009-07-12Staging: prevent rtl8187se from crashing dev_ioctl() in SIOCGIWNAMEDan Aloni1-6/+6
2009-07-05net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy1-2/+2
2009-06-19Staging: rtl8187se: wmm_param[1].ac_aci_acm_aifsn tested twiceRoel Kluin1-1/+1
2009-06-19Staging: rtl8187se: convert to net_device_opsAlexander Beregalov1-1/+0
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-03Staging: rtl8187se: fix \r\n line endsGreg Kroah-Hartman2-348/+348
2009-04-03Staging: rtl8187se: fix printk format warningsRandy Dunlap1-2/+2
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-9/+10
2009-01-07staging: __FUNCTION__ is gcc-specific, use __func__Harvey Harrison8-14/+14