aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller34-2173/+208
2010-07-23wireless: use newly introduced hex_to_bin()Andy Shevchenko1-21/+2
2010-07-21b43: silence phy_n sparse warningsLarry Finger1-7/+9
2010-07-21b43: silence most sparse warningsJohn W. Linville4-10/+10
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-5/+6
2010-07-20rtl8180: improve signal reporting for rtl8185 hardwareJohn W. Linville1-3/+8
2010-07-20mwl8k: correct/silence sparse warningsJohn W. Linville1-10/+12
2010-07-20rt2x00: correct sparse warning in rt2x00debug.cJohn W. Linville1-1/+1
2010-07-20libipw: correct sparse warnings and mark some variables staticJohn W. Linville2-6/+2
2010-07-20ipw2100: mark ipw2100_pm_qos_req staticJohn W. Linville1-1/+1
2010-07-20ath9k: correct sparse identified endian bug in ath_paprd_calibrateJohn W. Linville1-1/+1
2010-07-20mac80211: move QoS-enable to BSS infoJohannes Berg1-9/+9
2010-07-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-5/+6
2010-07-17iwlwifi: "recover_from_tx_stall" function for 4965Wey-Yi Guy1-0/+1
2010-07-17iwlwifi: more statistics counter for agn in debugfsWey-Yi Guy1-0/+7
2010-07-17iwlwifi: additional statistic debug counterWey-Yi Guy1-1/+2
2010-07-16orinoco_usb: potential null dereferenceDan Carpenter1-5/+5
2010-07-16ath9k_hw: Fix AR9003 MPDU delimeter CRC check for middle subframesLuis R. Rodriguez1-2/+29
2010-07-16ath9k_htc: make ath9k_htc_tx_aggr_oper() staticLuis R. Rodriguez1-4/+5
2010-07-16rt2x00: Fix lockdep warning in rt2x00lib_probe_dev()Stephen Boyd1-5/+5
2010-07-14iwlwifi: convert new uses of __attribute__ ((packed)) to __packedJohn W. Linville1-2/+2
2010-07-14libertas: convert new uses of __attribute__ ((packed)) to __packedJohn W. Linville2-6/+6
2010-07-14ath5k: clean up rxlink handlingBruno Randolf2-5/+3
2010-07-14ath5k: disable tasklets during resetBob Copeland1-6/+14
2010-07-14ath5k: move reset to mac80211 workqueueBob Copeland3-19/+24
2010-07-14ath9k_hw: remove initvals for hardware which was never soldFelix Fietkau2-2027/+0
2010-07-14wireless: airo: delete netdev from list after it is freedKulikov Vasiliy1-1/+1
2010-07-14ath9k: another fix for the A-MPDU buffer leakFelix Fietkau1-4/+15
2010-07-14drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches4-24/+21
2010-07-14ath9k: fix panic while cleaning up virtaul wifisRajkumar Manoharan2-2/+8
2010-07-14ath9k: remove unneeded calculation of minimal calibration powerPavel Roskin3-14/+4
2010-07-14ath9k: Fix the LED behaviour in idle unassociated state.Vivek Natarajan1-3/+8
2010-07-14hostap_pci: set dev->base_addr during probeJohn W. Linville1-0/+1
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville95-8483/+9680
2010-07-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2-2/+17
2010-07-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller2-2/+17
2010-07-12ath9k: merge noisefloor load implementationsFelix Fietkau6-181/+114
2010-07-12ath9k: validate the TID in the tx status informationFelix Fietkau1-0/+8
2010-07-12ath9k_hw: report the TID in the tx status on AR5008-AR9002Felix Fietkau3-3/+4
2010-07-12ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau1-1/+3
2010-07-12ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-07-12ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-07-12rt2x00: Move driver callback functions into the ops structureIvo van Doorn4-48/+36
2010-07-12rt2x00: Move common firmware loading into rt2800libIvo van Doorn4-211/+179
2010-07-12rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa3-4/+8
2010-07-12rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa1-1/+1
2010-07-12rt2x00: Remove set_tim callback from PCI driversHelmut Schaa4-4/+0
2010-07-12rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa4-37/+69
2010-07-12rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa5-10/+70