summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-11-26ath5k: disable beacon filter when station is not associatedMartin Xu2-1/+35
2008-11-26ath5k: fix Security issue in DebugFS part of ath5kCheng Renquan1-5/+5
2008-11-26ath9k: correct expected max RX buffer sizeLuis R. Rodriguez1-2/+11
2008-11-26ath9k: Fix SW-IOMMU bounce buffer starvationLuis R. Rodriguez2-8/+8
2008-11-26iwlagn: fix DMA syncJohannes Berg1-3/+5
2008-11-19iwlagn: fix RX skb alignmentJohannes Berg3-13/+22
2008-11-19mac80211: remove ieee80211_notify_macJohannes Berg2-2/+0
2008-11-19libertas_tf: fix skb tail pointerJohannes Berg1-1/+1
2008-11-13hostap: pad the skb->cb usage in lieu of a proper fixJohannes Berg1-1/+4
2008-11-13rtl8187 : support for Sitecom WL-168 0001 v4Bob Jolliffe1-0/+1
2008-11-13rtl8187: Add Abocom USB IDIvan Kuten1-0/+2
2008-11-07iwl3945: fix deadlock on suspendZhu, Yi1-1/+1
2008-11-07iwl3945: do not send scan command if channel count zeroReinette Chatre1-0/+5
2008-11-07iwl3945: clear scanning bits upon failureMohamed Abbas1-0/+8
2008-11-07ath5k: correct handling of rx status fieldsBob Copeland1-8/+8
2008-11-07zd1211rw: Add 2 device IDsDaniel Drake1-0/+2
2008-11-07iwlagn: avoid sleep in softirq contextJohn W. Linville1-1/+5
2008-11-07iwlwifi: clear scanning bits upon failureMohamed Abbas1-0/+7
2008-11-07Revert "ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA mode"John W. Linville1-1/+3
2008-10-30ath5k: honor FIF_BCN_PRBRESP_PROMISC in STA modeBob Copeland1-3/+1
2008-10-30ath5k: Fix reset sequence for AR5212 in general and RF5111 in particularElias Oltmanns2-15/+9
2008-10-30rt2x00: Fix build error when mac80211=M rt2x00=YIvo van Doorn1-1/+1
2008-10-30ath5k: correct misspelling in debug helpBob Copeland1-1/+1
2008-10-30libertas: fix buffer overrunJohannes Berg1-2/+2
2008-10-30libertas: remove two libertas sparse warningHolger Schurig1-2/+2
2008-10-30iwlwifi: fix suspend to RAM in iwlwifiTomas Winkler1-1/+1
2008-10-28p54: fix build warningsChristian Lamparter1-2/+3
2008-10-28ath5k: Reset key cache on interface up, thus fixing resumeElias Oltmanns1-22/+11
2008-10-28p54: fix misbehavings when firmware can't be foundChristian Lamparter1-66/+66
2008-10-27libertas: free sk_buff with kfree_skbSergio Luis1-1/+1
2008-10-23p54: enable 2.4/5GHz spectrum by eeprom bits.Christian Lamparter1-18/+10
2008-10-23orinoco: reduce stack usage in firmware download pathAndrey Borzenkov1-13/+29
2008-10-23ath5k: fix suspend-related oops on rmmodBob Copeland2-9/+21
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds1-3/+3
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds10-15/+29
2008-10-16device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-10-15rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"Felix Fietkau1-4/+5
2008-10-15rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chipFlorent Fourcot1-0/+2
2008-10-15p54usb: Device ID updatesChristian Lamparter1-1/+2
2008-10-15ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg1-1/+7
2008-10-15libertas : Remove unused variable warning for "old_channel" from cmd.cManish Katiyar1-0/+2
2008-10-15orinoco: fix unsafe locking in spectrum_cs_suspendDavid Kilroy1-2/+3
2008-10-15orinoco: fix unsafe locking in orinoco_cs_resumeAndrey Borzenkov1-2/+3
2008-10-15iwlwifi: fix ct kill configuration for 5350Tomas Winkler1-3/+3
2008-10-15p54: Fix compilation problem on PPCLarry Finger1-1/+0
2008-10-15iwlwifi: fix compilation warning when CONFIG_IWLWIFI_DEBUG is not set.Rami Rosen1-1/+1
2008-10-15rtl8187: add device ID 0bda:8198John W. Linville1-0/+1
2008-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-2/+2
2008-10-14net: Rationalise email address: Network Specific PartsAlan Cox2-2/+2
2008-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds11-523/+429