aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/cpu.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-01-31wl12xx: fix warning due to missing arg in ampdu_actionLuciano Coelho1-2/+3
2011-01-31mac80211: disable power save if an infra AP vif existsRajkumar Manoharan1-0/+8
2011-01-31iwlwifi: correct frequency settingsStanislaw Gruszka1-6/+2
2011-01-31rt2x00: Move TX/RX work into dedicated workqueueIvo van Doorn4-7/+25
2011-01-31rt2x00: Kill all tasklets during device removalIvo van Doorn1-0/+4
2011-01-31rt2x00: Fix FIXME comments in rt61pci and rt73usb on Michael MIC.Gertjan van Wingerde2-6/+4
2011-01-31rt2x00: Copy the MAC address to the WCID entry properly.Gertjan van Wingerde1-1/+1
2011-01-31rt2x00: Fix WPA TKIP Michael MIC failures.Gertjan van Wingerde2-0/+12
2011-01-31rt2x00: trivial: add \n to WARNING messageJohannes Stezenbach1-1/+1
2011-01-31Trivial typo fix in commentMark Einon1-1/+1
2011-01-31rt2x00: Update MAINTAINERSHelmut Schaa1-0/+1
2011-01-31rt2x00: Correct initial value of US_CYC_CNT register for pcie interfaceRA-Jay Hung2-0/+8
2011-01-31rt2x00: Remove STATE_RADIO_IRQ_OFF_ISR and STATE_RADIO_IRQ_ON_ISRHelmut Schaa8-24/+4
2011-01-31rt2x00: Remove interrupt thread registrationHelmut Schaa2-15/+3
2011-01-31rt2x00: Convert rt2400pci interrupt handling to use taskletsHelmut Schaa1-39/+115
2011-01-31rt2x00: Convert rt2500pci interrupt handling to use taskletsHelmut Schaa1-39/+111
2011-01-31rt2x00: Convert rt61pci to use taskletsHelmut Schaa1-45/+130
2011-01-31rt2x00: Convert rt2800pci to use taskletsHelmut Schaa1-59/+114
2011-01-31rt2x00: Disable txstatus tasklet by defaultHelmut Schaa2-8/+5
2011-01-31rt2x00: Introduce tasklets for interrupt handlingHelmut Schaa2-0/+34
2011-01-31rt2x00: Make periodic beacon updates for PCI devices atomicHelmut Schaa1-10/+16
2011-01-31rt2x00: Limit beacon updates in bss_info_changed to USB devicesHelmut Schaa1-2/+3
2011-01-31rt2x00: Introduce beacon_update_locked that requires caller lockingHelmut Schaa2-9/+27
2011-01-31rt2x00: Refactor beacon code to make use of start- and stop_queueHelmut Schaa14-85/+185
2011-01-31iwl3945: do not use agn specific IWL_RATE_COUNTStanislaw Gruszka3-4/+4
2011-01-31wl12xx: fix use after freeMathias Krause1-2/+1
2011-01-28ath9k: fix compile error in non-debug ath_debug_stat_tx() stubFelix Fietkau1-1/+2
2011-01-28iwlwifi: introduce iwl_bt_statisticsStanislaw Gruszka6-27/+19
2011-01-28iwlwifi: remove unneeded disable_hw_scan checkStanislaw Gruszka1-3/+2
2011-01-28iwlwifi: introduce iwl_advanced_bt_coexist()Stanislaw Gruszka4-7/+10
2011-01-28iwlwifi: remove unneeded __packedStanislaw Gruszka1-1/+1
2011-01-28iwl3945: set STATUS_READY before commit_rxonStanislaw Gruszka1-1/+2
2011-01-28iwlwifi: do not set tx power when channel is changingStanislaw Gruszka4-8/+14
2011-01-28net/wireless/nl80211.c: Avoid call to genlmsg_cancelJulia Lawall1-2/+4
2011-01-28ath5k: Fix short and long retry configurationBruno Randolf6-51/+44
2011-01-28mac80211: Add sdata state and flags to debugfs.Ben Greear1-0/+14
2011-01-28ath9k: use common API to avoid code duplicationRajkumar Manoharan2-71/+3
2011-01-28mac80211: add MCS information to radiotapJohannes Berg2-0/+42
2011-01-28ath9k_hw: Update PMU setting to improve ripple issue for AR9485.Vivek Natarajan1-1/+1
2011-01-28ath9k: Fix a locking related issue.Vivek Natarajan1-1/+4
2011-01-28ath9k_hw: DDR_PLL and BB_PLL need correct setting.Vivek Natarajan2-1/+36
2011-01-28ath9k: Fix a PLL hang issue observed with AR9485.Vivek Natarajan3-0/+27
2011-01-28ath9k_hw: Add a function to read sqsum_dvc.Vivek Natarajan3-0/+20
2011-01-28ath9k_hw: Add RX filtersSujith Manoharan1-0/+2
2011-01-28ath9k: use split rx buffers to get rid of order-1 skb allocationsFelix Fietkau3-24/+71
2011-01-28ath9k_hw: Fix INI fixupSujith Manoharan1-3/+3
2011-01-28ath9k_hw: Fix opmode initializationSujith Manoharan1-2/+2
2011-01-28cfg80211: Allow non-zero indexes for device specific pair-wise ciphersJuuso Oikarinen1-4/+7
2011-01-28ath5k: remove debug_dump_skb() functionsBob Copeland2-30/+0
2011-01-28ath5k: use tracing for packet tx/rx dumpBob Copeland3-6/+128