summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-03-06bcma: add support for on-chip OTP memory used for SPROM storageArend van Spriel1-20/+106
2012-03-06bcma: return error in bcma_sprom_get() when fallback failsArend van Spriel1-10/+17
2012-03-06ath5k: do not re-run AGC calibration periodicallyFelix Fietkau1-25/+9
2012-03-06ath5k: do not stop queues for full calibrationFelix Fietkau1-12/+2
2012-03-06mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona1-0/+18
2012-03-06mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header.Javier Cardona1-1/+26
2012-03-06iwlwifi: move firmware completion waitJohannes Berg2-2/+2
2012-03-06iwlwifi: move firmware request into drvJohannes Berg3-627/+625
2012-03-06iwlwifi: move iwl_base_params to shared headerJohannes Berg2-42/+43
2012-03-06iwlwifi: move uCode deallocation to drvJohannes Berg2-2/+2
2012-03-06iwlwifi: fix station HT parametersJohannes Berg3-26/+75
2012-03-06iwlwifi: move traffic log definitionsJohannes Berg2-3/+4
2012-03-06iwlwifi: move IWL_MASK into file using itJohannes Berg2-1/+2
2012-03-06iwlwifi: move tid_to_ac to PCI-EJohannes Berg2-46/+46
2012-03-06iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg2-17/+17
2012-03-06iwlwifi: move queue functions to PCI-EJohannes Berg2-20/+20
2012-03-06iwlwifi: transport's tx_agg_alloc must not sleepJohannes Berg1-3/+1
2012-03-06iwlwifi: refactor PCI-E RX pathJohannes Berg1-106/+110
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg14-57/+80
2012-03-06iwlwifi: pass response packet directlyJohannes Berg6-20/+28
2012-03-06iwlwifi: use ieee80211_tx_statusJohannes Berg1-10/+18
2012-03-06iwlwifi: move wowlan bool into privJohannes Berg8-9/+10
2012-03-06iwlwifi: clean up (wowlan) suspend flowJohannes Berg3-22/+26
2012-03-06iwlwifi: reduce IDI code ifdefJohannes Berg1-10/+1
2012-03-06iwlwifi: make config constJohannes Berg11-89/+90
2012-03-06iwlwifi: use valid TX/RX antenna from hw_paramsJohannes Berg8-44/+46
2012-03-06iwlwifi: remove SKU from configJohannes Berg7-24/+19
2012-03-06iwlwifi: remove per-device debug levelJohannes Berg6-96/+22
2012-03-06iwlwifi: simplify auth/assoc flowJohannes Berg5-173/+90
2012-03-06iwlwifi: make EXIT_PENDING depend on mac80211Johannes Berg5-25/+1
2012-03-06iwlwifi: remove shared lockJohannes Berg9-44/+3
2012-03-06iwlwifi: introduce statistics lockJohannes Berg6-9/+40
2012-03-06iwlwifi: make sta lock private & BH lockJohannes Berg5-115/+88
2012-03-06iwlwifi: introduce per-queue locksJohannes Berg4-22/+33
2012-03-06iwlwifi: build some station commands directlyJohannes Berg2-21/+15
2012-03-06iwlwifi: simplify code in iwlagn_key_sta_idJohannes Berg1-17/+4
2012-03-06iwlwifi: reduce sta_lock hold time in TXJohannes Berg1-4/+4
2012-03-06iwlwifi: remove an unused argumentJohannes Berg1-5/+4
2012-03-06iwlwifi: move iwl_clear_driver_stations to userJohannes Berg2-35/+35
2012-03-06airo: fix test for FLAG_RADIO_DOWNDan Carpenter1-1/+1
2012-03-06iwlwifi: always monitor for stuck queuesJohannes Berg1-14/+4
2012-03-06p54pci: use new driver.pm interface for suspend/resumeChristian Lamparter1-24/+24
2012-03-06p54: pass interface setup errors back to mac80211Christian Lamparter1-2/+3
2012-03-06rtlwifi: rtl8192ce: Fix loss of receive performanceJingjun Wu1-0/+4
2012-03-06ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh3-2/+9
2012-03-06cfg80211/mac80211: report signal strength for mgmt framesJohannes Berg1-2/+4
2012-03-05brcm80211: smac: cleanup couple of debug output statementsArend van Spriel1-11/+9
2012-03-05brcm80211: smac: remove firmware requests from init_module syscallArend van Spriel1-12/+19
2012-03-05brcm80211: fmac: remove firmware requests from init_module syscallArend van Spriel1-4/+14
2012-03-05brcm80211: fmac: initialize host interface drivers regardless resultArend van Spriel4-18/+8