summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] libertas: fix size of SSID comparison in stop_adhoc checkDan Williams2007-05-111-1/+1
* [PATCH] libertas: use <net/ieee80211.h> for MAX_WPA_IE_LENDan Williams2007-05-111-2/+1
* [PATCH] libertas: remove WPA_SUPPLICANT structureDan Williams2007-05-112-72/+49
* [S390] Kconfig: no wireless on s390.Martin Schwidefsky2007-05-101-0/+1
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2007-05-095-118/+8
|\
| * [PATCH] bcm43xx: Remove dead configuration variable CONFIG_947XXLarry Finger2007-05-084-118/+4
| * [PATCH] zd1211rw: Add ID for ZyXEL AG-225H v2Daniel Drake2007-05-081-0/+1
| * [PATCH] zd1211rw: Add ID for Sitecom WL-117Matthew Davidson2007-05-081-0/+2
| * [PATCH] zd1211rw: Added new USB id for Planex GW-US54ZGLUlrich Kunitz2007-05-081-0/+1
* | Fix occurrences of "the the "Michael Opdenacker2007-05-091-1/+1
* | Fix "deprecated" typoes.Robert P. J. Day2007-05-091-1/+1
* | Fix misspellings collected by members of KJ list.Robert P. J. Day2007-05-093-4/+4
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-081-1/+1
|\ \
| * | libertas: fix for wireless Kconfig changesJohn W. Linville2007-05-081-1/+1
| |/
* / header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-082-2/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2007-05-061-6/+6
|\
| * kconfig: fix path to modules.txt in Kconfig helpAlexander E. Patrakov2007-05-021-6/+6
* | [NET]: Rework dev_base via list_head (v3)Pavel Emelianov2007-05-031-3/+1
|/
* [PATCH] zd1211rw: Add ID for ZyXEL AG-220Daniel Drake2007-04-281-0/+1
* [PATCH] zd1211rw: Add AL7230B RF support for ZD1211BDaniel Drake2007-04-281-50/+267
* [PATCH] zd1211rw: rework band edge patchingDaniel Drake2007-04-286-11/+33
* [PATCH] zd1211rw: Remove invalid CR write during ZD1211 phy resetDaniel Drake2007-04-281-11/+11
* [PATCH] hostap_cs: support ADLINK 345 CFMarcin Juszkiewicz2007-04-281-0/+2
* [PATCH] bcm43xx: Change initialization for 2050 radiosLarry Finger2007-04-283-31/+184
* [PATCH] zd1211rw: Add another ID for Linksys WUSBF54GDaniel Drake2007-04-281-0/+1
* [PATCH] zd1211rw: Don't handle broken frames in monitor modeDaniel Drake2007-04-281-11/+2
* [PATCH] zd1211rw: Mark some data constDaniel Drake2007-04-283-5/+5
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-287-11/+11
* [PATCH] libertas: use standard kernel macrosTony Breeds2007-04-281-37/+4
* [PATCH] airo: Make /sys/bus/pci/drivers/airo/{,un}bind workMichal Schmidt2007-04-281-39/+29
* [PATCH] airo: Don't check for NULL before kfree()Michal Schmidt2007-04-281-2/+0
* [PATCH] bcm43xx:Eliminate some 'G Mode Enable' magic numbersLarry Finger2007-04-283-6/+9
* [PATCH] zd1211rw: More device IDsDaniel Drake2007-04-281-0/+2
* [PATCH] zd1211rw: Add AL2230S RF supportDaniel Drake2007-04-284-20/+78
* [PATCH] zd1211rw: Use compare_ether_addr()Daniel Drake2007-04-281-5/+5
* [PATCH] bcm43xx: do not rebuild when kernel version changesSam Ravnborg2007-04-281-2/+2
* [PATCH] hostap: Add D-Link DWL-650 Rev. P1 product idJouni Malinen2007-04-281-0/+5
* [PATCH] ipw2200: fix ieee80211_get_geo typoAndrew Morton2007-04-281-1/+1
* [PATCH] libertas: fix build breakage from netdev class_device -> deviceJohn W. Linville2007-04-281-8/+8
* [PATCH] wireless: remove obsolete text filesJohn W. Linville2007-04-282-40/+0
* [PATCH] hostap: use offsetof() instead of own equivalentPavel Roskin2007-04-281-2/+2
* [PATCH] Marvell Libertas 8388 802.11b/g USB driverMarcelo Tosatti2007-04-2839-0/+22321
* [PATCH] zd1211rw: changed GFP_NOFS to GFP_KERNELUlrich Kunitz2007-04-282-12/+12
* [PATCH] ipw2200: add channels sysfs entryZhu Yi2007-04-281-0/+47
* [WIRELESS] drivers/net/wireless/Kconfig: correct minor typoJohn W. Linville2007-04-251-2/+2
* [WIRELESS]: Refactor wireless Kconfig.Johannes Berg2007-04-254-73/+56
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-2512-32/+49
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1