aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-31drivers/net: Remove alloc_etherdev error messagesJoe Perches2-6/+4
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches11-47/+19
2012-01-18b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville2-0/+8
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka1-1/+9
2012-01-17mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar1-1/+1
2012-01-17mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter1-1/+1
2012-01-17brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva1-1/+1
2012-01-17brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds1-35/+3
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds1-1/+1
2012-01-16wireless: iwlwifi: iwl-scan.c: Fix build warningFabio Estevam1-1/+1
2012-01-16ath9k_hw: fix interpretation of the rx KeyMiss flagFelix Fietkau2-4/+6
2012-01-13rt2800pci: fix spurious interrupts generationStanislaw Gruszka1-20/+8
2012-01-13ipw2x00: signedness bug handling frame lengthDan Carpenter1-2/+2
2012-01-13wireless: b43: fix Oops on card eject during transferGuennadi Liakhovetski1-1/+4
2012-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds7-10/+11
2012-01-12brcmsmac: fix reading of PCI sprom contentsLinus Torvalds1-11/+20
2012-01-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller7-10/+11
2012-01-10ath9k: Fix regression in channelwidth switch at the same channelRajkumar Manoharan2-6/+3
2012-01-10brcm80211: Don't leak 'vbuffer' in brcmf_sdbrcm_write_vars()Jesper Juhl1-1/+3
2012-01-10ath9k_hw: fix a commentMohammed Shafi Shajakhan3-3/+1
2012-01-10rtl8192se: Fix BUG caused by failure to check skb allocationLarry Finger1-0/+4
2012-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+2
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds12-177/+12
2012-01-06Merge branch 'driver-core-next' into Linux 3.2Greg Kroah-Hartman12-177/+12
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville46-1981/+999
2012-01-05ath6kl: revert USB supportJohn W. Linville8-501/+20
2012-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+22
2012-01-04mwl8k: Changing the driver version to 0.13Yogesh Ashok Powar1-1/+1
2012-01-04mwl8k: Recover from firmware crashYogesh Ashok Powar1-7/+129
2012-01-04ath9k: tx queue enable is read only for EDMA chipsetsMohammed Shafi Shajakhan1-2/+5
2012-01-04rt2x00: Change RF3853 to RF3053.Gertjan van Wingerde1-2/+2
2012-01-04rt2x00: RT3593 is also applicable to USB.Gertjan van Wingerde1-1/+1
2012-01-04rt2x00usb: Zero USB padding before sending URBJakub Kiciński1-3/+13
2012-01-04rt2800usb: Let rt2x00usb handle USB paddingJakub Kiciński1-27/+10
2012-01-04rt2x00: Convert big if-statements to switch-statements.Gertjan van Wingerde1-18/+26
2012-01-04rt2x00: Whitespace cleanup.Gertjan van Wingerde1-1/+1
2012-01-04rt2x00: Identify rt2800usb chipsets.Gertjan van Wingerde1-14/+12
2012-01-04carl9170: move checksum and txseq into subfunctionsChristian Lamparter1-37/+60
2012-01-04rt2800usb: Move ID out of unknownLarry Finger1-1/+1
2012-01-04ipw2x00: remove reset_port functionalityStanislav Yakovlev2-29/+0
2012-01-04ath9k_hw: increase tx status ring buffer sizeRajkumar Manoharan4-4/+4
2012-01-04iwlegacy: 3945: fix hw passive scan on radar channelsStanislaw Gruszka1-4/+4
2012-01-04iwlegacy: 3945: simplify calculations of retry limitStanislaw Gruszka3-15/+6
2012-01-04iwlegacy: random 3945-rs.c cleanupsStanislaw Gruszka1-20/+11
2012-01-04iwlegacy: 4965: remove one il4965_hdl_beaconStanislaw Gruszka2-21/+1
2012-01-04iwlegacy: 3945: get rid of hw_{set,get}_rateStanislaw Gruszka2-20/+1
2012-01-04iwlegacy: 4965: small tx_cmd build cleanupStanislaw Gruszka2-30/+9
2012-01-04iwlegacy: 4965: toggle tx antenna inlineStanislaw Gruszka2-25/+18
2012-01-04iwlegacy: move some i/o helpers out of inlineStanislaw Gruszka2-192/+175