summaryrefslogtreecommitdiffstats
path: root/net/rfkill/input.c (unfollow)
Commit message (Expand)AuthorFilesLines
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 Berg7-13/+39
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
2012-03-05brcm80211: fmac: use counters in brcmf_bus structureArend van Spriel2-15/+4
2012-03-05brcm80211: fmac: remove brcmf_usb_attrib structureArend van Spriel2-22/+11
2012-03-05brcm80211: fmac: remove unnecessary NULL pointer checkArend van Spriel1-3/+0
2012-03-05rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cuLarry Finger1-3/+8
2012-03-05rtlwifi: Remove extraneous value returnLarry Finger1-3/+2
2012-03-05rtlwifi: Detect misread of end-point countLarry Finger1-3/+10