summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-07-21wireless: mark cfg80211_is_all_idle as staticJohn W. Linville1-1/+1
2010-07-21wireless: correct sparse warning in generated regdb.cJohn W. Linville1-0/+1
2010-07-21wireless: correct sparse warning in wext-compat.cJohn W. Linville2-0/+5
2010-07-21wireless: correct sparse warning in lib80211_crypt_tkip.cJohn W. Linville1-1/+1
2010-07-21wireless: only use alpha2 regulatory information from country IEJohn W. Linville2-614/+12
2010-07-21mac80211: set carrier on for monitor interfaces on ieee80211_openDavid Gnedt1-0/+2
2010-07-21mac80211: move QoS-enable to BSS infoJohannes Berg5-27/+24
2010-07-21mac80211: fix aggregation action frame handling with AP VLANsFelix Fietkau1-2/+2
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-16mac80211: improve error checking if WEP fails to initJohn W. Linville1-1/+4
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-16mac80211: skip HT parsing if HW does not support HTChristian Lamparter1-1/+1
2010-07-16ath9k_htc: make ath9k_htc_tx_aggr_oper() staticLuis R. Rodriguez1-4/+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-14cfg80211: don't get expired BSSesJohannes Berg1-0/+5
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-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-2/+17
2010-07-13p54: update MAINTAINERSChristian Lamparter1-3/+2
2010-07-13ath9k: merge noisefloor load implementationsFelix Fietkau6-181/+114
2010-07-13ath9k: validate the TID in the tx status informationFelix Fietkau1-0/+8
2010-07-13ath9k_hw: report the TID in the tx status on AR5008-AR9002Felix Fietkau3-3/+4
2010-07-13ath9k_hw: prevent a fast channel change after a rx DMA stuck issueFelix Fietkau1-1/+3
2010-07-13ath9k_hw: fix an off-by-one error in the PDADC boundaries calculationFelix Fietkau1-1/+1
2010-07-13ath9k_hw: fix a sign error in the IQ calibration codeFelix Fietkau1-1/+1
2010-07-13ath9k_hw: fix antenna diversity on AR9285Felix Fietkau5-8/+8
2010-07-13rt2x00: Move driver callback functions into the ops structureIvo van Doorn4-48/+36
2010-07-13rt2x00: Move common firmware loading into rt2800libIvo van Doorn4-211/+179
2010-07-13rt2x00: Add missing TSF sync mode for AP operationHelmut Schaa3-4/+8
2010-07-13rt2x00: Don't initialize beacon interval to 0 on rt2800 devicesHelmut Schaa1-1/+1
2010-07-13rt2x00: Remove set_tim callback from PCI driversHelmut Schaa4-4/+0
2010-07-13rt2x00: Use separate mac80211_ops for rt2800pci and rt2800usbHelmut Schaa4-37/+69
2010-07-13rt2x00: Use pretbtt irq for fetching beacons on rt2800pciHelmut Schaa5-10/+70
2010-07-13rt2x00: Implement broad- and multicast bufferingHelmut Schaa1-2/+30
2010-07-13rt2x00: Allow beacon update without scheduling a workHelmut Schaa2-9/+30
2010-07-13rt2x00: Convert rt2x00 to use threaded interruptsHelmut Schaa11-70/+201
2010-07-13rt2x00: Make rt2800_write_beacon only export to GPLIvo van Doorn1-1/+1
2010-07-13rt2x00: Implement watchdog monitoringIvo van Doorn11-3/+159