aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)Author
2008-10-27p54: fix build warningsChristian Lamparter
2008-10-27ath5k: Reset key cache on interface up, thus fixing resumeElias Oltmanns
2008-10-27p54: fix misbehavings when firmware can't be foundChristian Lamparter
2008-10-26libertas: free sk_buff with kfree_skbSergio Luis
2008-10-22p54: enable 2.4/5GHz spectrum by eeprom bits.Christian Lamparter
2008-10-22orinoco: reduce stack usage in firmware download pathAndrey Borzenkov
2008-10-22ath5k: fix suspend-related oops on rmmodBob Copeland
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds
2008-10-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-16device create: net: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-10-14rt2x00: fix regression introduced by "mac80211: free up 2 bytes in skb->cb"Felix Fietkau
2008-10-14rtl8187: Add USB ID for Belkin F5D7050 with RTL8187B chipFlorent Fourcot
2008-10-14p54usb: Device ID updatesChristian Lamparter
2008-10-14ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg
2008-10-14libertas : Remove unused variable warning for "old_channel" from cmd.cManish Katiyar
2008-10-14orinoco: fix unsafe locking in spectrum_cs_suspendDavid Kilroy
2008-10-14orinoco: fix unsafe locking in orinoco_cs_resumeAndrey Borzenkov
2008-10-14iwlwifi: fix ct kill configuration for 5350Tomas Winkler
2008-10-14p54: Fix compilation problem on PPCLarry Finger
2008-10-14iwlwifi: fix compilation warning when CONFIG_IWLWIFI_DEBUG is not set.Rami Rosen
2008-10-14rtl8187: add device ID 0bda:8198John W. Linville
2008-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds
2008-10-10ath9k: Fix return code when ath9k_hw_setpower() fails on resetLuis R. Rodriguez
2008-10-10ath9k: remove nasty FAIL macro from ath9k_hw_reset()Luis R. Rodriguez
2008-10-06iwlwifi: remove STATUS_CONF_PENDING in scanningTomas Winkler
2008-10-06iwlwifi: scan fix commentTomas Winkler
2008-10-06iwlwifi: scan correct setting of valid rx_chainsTomas Winkler
2008-10-06ath5k: implement multi-rate retry support, fix tx status reportingFelix Fietkau
2008-10-06mac80211: add multi-rate retry supportFelix Fietkau
2008-10-06mac80211: free up 2 bytes in skb->cbFelix Fietkau
2008-10-06rt2x00: Fix rfkill structure initialization to prevent rfkill WARN_ON.Gertjan van Wingerde
2008-10-06p54: report appropriate rate and band values for 802.11aChristian Lamparter
2008-10-06ath9k: enable ANI to help with noisy environmentsLuis R. Rodriguez
2008-10-06ath9k: fix oops on trying to hold the wrong spinlockLuis R. Rodriguez
2008-10-06ath9k: kill ath9k's memzero() and use memset() insteadLuis R. Rodriguez
2008-10-06ath9k: fixup some merge damageJohn W. Linville
2008-10-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-09-30ath5k: Add support for AR2417 v2Nick Kossifidis
2008-09-30ath5k: Fix SREV reporting after SREV updatesNick Kossifidis
2008-09-30ath5k: Use QUIET mechanism on tx dma stopNick Kossifidis
2008-09-30ath5k: Use new srevs to properly attach radio chipsNick Kossifidis
2008-09-30b43: Increase loop tries in do_dummy_txLarry Finger
2008-09-30ath5k: Update registers and SREV ids v2Nick Kossifidis
2008-09-30ath5k: write beacon control register twice when resetting tsfBob Copeland
2008-09-30rt2x00: Fix build errors due to modularized rfkill or leds and built-in rt2x00.Gertjan van Wingerde
2008-09-30libertas: Improvements on automatic tx power control via SIOCSIWTXPOW (fixups)Anna Neal
2008-09-30b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of...Larry Finger
2008-09-30iwlwifi: use correct DMA_MASKWinkler, Tomas