summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2008-11-01mac80211: kill hw.conf.antenna_sel_{rx,tx}Johannes Berg5-60/+12
2008-11-01802.11: clean up/fix HT supportJohannes Berg13-114/+110
2008-11-01p54: honour bss_info_changed's short slot time settingsChristian Lamparter2-7/+17
2008-11-01mac80211: use HWSIM_STA_MAGIC in hwsim_check_sta_magic() and hwsim_set_sta_ma...Rami Rosen1-2/+2
2008-11-01iwlwifi: refactor rxon time commandTomas Winkler3-55/+29
2008-11-01iwlwifi: take a valid antenna upon rate scale initTomas Winkler3-5/+20
2008-11-01iwlwifi: make initial calibration set configurableTomas Winkler5-35/+49
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller10-115/+97
2008-10-31pci: use pci_ioremap_bar() in drivers/netArjan van de Ven3-4/+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-28net: convert more to %pMJohannes Berg1-7/+1
2008-10-28net: convert print_mac to %pMJohannes Berg56-754/+437
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
2008-10-10ath9k: Fix return code when ath9k_hw_setpower() fails on resetLuis R. Rodriguez1-2/+4
2008-10-10ath9k: remove nasty FAIL macro from ath9k_hw_reset()Luis R. Rodriguez1-12/+21
2008-10-07iwlwifi: remove STATUS_CONF_PENDING in scanningTomas Winkler3-32/+22
2008-10-07iwlwifi: scan fix commentTomas Winkler1-1/+2
2008-10-07iwlwifi: scan correct setting of valid rx_chainsTomas Winkler1-1/+1
2008-10-07ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau3-26/+95
2008-10-07mac80211: add multi-rate retry supportFelix Fietkau5-4/+7
2008-10-07mac80211: free up 2 bytes in skb->cbFelix Fietkau6-10/+13