aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-23iwlwifi: fix possible read attempt on ucode that is not availableReinette Chatre2-0/+10
2008-01-22Fix file references in documentation and KconfigJohann Felix Soden1-1/+1
2008-01-16rt2x00: Fix ieee80211 payload alignmentIvo van Doorn2-3/+10
2008-01-16b43: fix use-after-free rfkill bugStefano Brivio1-5/+6
2008-01-16ipw2200: fix typo in kerneldocStefano Brivio1-1/+1
2008-01-16wireless/libertas support for 88w8385 sdio older revisionMarc Pignat1-0/+4
2008-01-16hostap: section mismatch warningRandy Dunlap1-3/+3
2008-01-12Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik4-7/+44
2008-01-10rt2x00: Put 802.11 data on 4 byte boundaryIvo van Doorn2-6/+31
2008-01-10rt2x00: Corectly initialize rt2500usb MACIvo van Doorn1-1/+1
2008-01-10rt2x00: Allow rt61 to catch up after a missing tx reportMattias Nissler1-0/+12
2008-01-08b43: Fix rxheader channel parsingMichael Buesch4-53/+61
2007-12-22Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik5-27/+75
2007-12-19ipw2200: prevent alloc of unspecified size on stackReinette Chatre1-1/+12
2007-12-19iwlwifi: fix possible priv->mutex deadlock during suspendZhu Yi2-26/+10
2007-12-19p54: add Kconfig descriptionMichael Wu1-0/+51
2007-12-19rtl8187: Add USB ID for Sitecom WL-168 v1 001Matthias Mueller1-0/+2
2007-12-17iwlwifi: fix rf_kill state inconsistent during suspend and resumeZhu Yi2-2/+6
2007-12-17b43: Fix rfkill radio LEDLarry Finger3-16/+47
2007-12-17bcm43xx_debugfs sscanf fixAndrew Morton1-1/+1
2007-12-17libertas: select WIRELESS_EXTDan Williams1-0/+1
2007-12-17iwlwifi3945/4965: fix rate control algo reference leakCyrill Gorcunov2-0/+2
2007-12-17wireless/ipw2200.c: add __dev{init,exit} annotationsAdrian Bunk1-3/+4
2007-12-17zd1211rw: Fix alignment problemsUlrich Kunitz1-2/+8
2007-12-01Merge branch 'fixes-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixesJeff Garzik13-21/+33
2007-11-29iwlwifi 4965 Fix race conditional panic.Joonwoo Park1-0/+1
2007-11-29iwlwifi 3945 Fix race conditional panic.Joonwoo Park1-0/+1
2007-11-29iwlwifi: fix iwl_mac_add_interface handlerTomas Winkler2-7/+12
2007-11-29libertas: let more than one MAC event throughHolger Schurig1-1/+2
2007-11-29libertas: Don't set NETIF_F_IPV6_CSUM in dev->featuresDavid Woodhouse1-4/+0
2007-11-29drivers/net/wireless: Add missing "space"Joe Perches6-6/+6
2007-11-29b43/b43legacy: fix left-over URLs and ifdefsStefano Brivio3-3/+3
2007-11-29iwlwifi: fix possible NULL dereference in iwl_set_rate()Saleem Abdulrasool2-0/+8
2007-11-18rt2x00: Request usb_maxpacket() onceIvo van Doorn4-10/+17
2007-11-14Merge branch 'fixes-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller9-83/+158
2007-11-14iwl4965: fix not correctly dealing with hotunplugOliver Neukum1-3/+5
2007-11-14rt2x00: Fix chipset revision validationIvo van Doorn4-8/+10
2007-11-14iwl3945: place CCK rates in front of OFDM for supported ratesMohamed Abbas4-72/+143
2007-11-13[IWLWIFI]: Not correctly dealing with hotunplug.Oliver Neukum1-1/+2
2007-11-10iwlwifi: select proper rate control algorithmJohannes Berg2-0/+4
2007-11-10b43: Fix kconfig dependencies for rfkill and ledsMichael Buesch1-4/+6
2007-11-10b43legacy: Fix sparse warningMichael Buesch1-1/+1
2007-11-10b43: properly request pcmcia IRQMichael Buesch1-0/+8
2007-11-10b43legacy: fix shared IRQ race conditionStefano Brivio1-8/+11
2007-11-10b43: fix shared IRQ race conditionStefano Brivio1-7/+10
2007-11-10b43legacy: fix possible buffer overrun in debugfsStefano Brivio1-1/+1
2007-11-10b43: Rewrite and fix rfkill initMichael Buesch3-80/+55
2007-11-10b43: debugfs SHM read buffer overrun fixMichael Buesch1-1/+1
2007-11-10b43: Fix rfkill callback deadlockMichael Buesch1-4/+10
2007-11-10b43: pcmcia-host initialization bugfixesMichael Buesch1-19/+25