summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-04-08brcmfmac: add hexadecimal trace of message payloadArend van Spriel6-0/+19
2013-04-08brcmfmac: firmware shared data version fixPiotr Haber1-2/+2
2013-04-08brcmfmac: read firmware console without trap indicationPiotr Haber1-16/+14
2013-04-08brcmfmac: handle firmware signals requesting for packetsArend van Spriel2-2/+29
2013-04-08brcmfmac: handle firmware signalling destination entry stateArend van Spriel3-7/+79
2013-04-08brcmfmac: fix unaligned access in TXSTATUS signal handlingArend van Spriel1-1/+3
2013-04-08mwifiex: hold proper locks when accessing ra_list / bss_prio listsAndreas Fenkart1-26/+29
2013-04-08mwifiex: fix infinite loop by removing NO_PKT_PRIO_TIDAndreas Fenkart2-8/+6
2013-04-08mwifiex: remove unused tid_tbl_lock from mwifiex_tid_tblAndreas Fenkart3-9/+5
2013-04-08mwifiex: correct wrong list in list_empty checkAndreas Fenkart1-2/+1
2013-04-08rtlwifi: rtl8188ee: Fix allyesconfig build failuresLarry Finger5-32/+22
2013-04-08rtlwifi: rtl8188ee: Fix linker warningsLarry Finger1-1/+1
2013-04-08ath9k: add support for DFS master modeZefir Kurtisi5-7/+36
2013-04-08ath9k: add debugfs based DFS radar simulationZefir Kurtisi1-0/+20
2013-04-08ath9k: add interface combinations for DFS masterZefir Kurtisi1-8/+24
2013-04-08ath: Let user know which keycache method is complaining.Ben Greear1-3/+6
2013-04-08mwifiex: fix negative cmd_pending countBing Zhao6-16/+29
2013-04-08iwlwifi: dvm: handle FLUSH ampdu actions from mac80211Emmanuel Grumbach4-5/+58
2013-04-08iwlwifi: mvm: remove users of nvm_data->valid_tx_antEmmanuel Grumbach2-19/+19
2013-04-08iwlwifi: print warning on request_module failureJohannes Berg1-2/+7
2013-04-08mac80211_hwsim: advertise VHT support also when channels == 1Karl Beldan1-3/+0
2013-04-04iwlwifi: mvm: rename iwl_mvm_new_bt_coex_notifEmmanuel Grumbach1-8/+7
2013-04-04iwlwifi: mvm: clean up invalid station handlingEmmanuel Grumbach7-10/+11
2013-04-04iwlwifi: add new pci id for 6x35 seriesShuduo Sang1-0/+1
2013-04-04iwlwifi: mvm: beautify code in BT CoexEmmanuel Grumbach1-22/+10
2013-04-04iwlwifi: mvm: Sync FW API time event notification changeIlan Peer2-11/+32
2013-04-04iwlwifi: sleep for at least 10 secondsJohannes Berg2-2/+16
2013-04-04iwlwifi: print opmode when firmware is loadedJohannes Berg1-2/+3
2013-04-04iwlwifi: mvm: remove redundant iwl_power_get_params()Alexander Bondar2-13/+4
2013-04-04iwlwifi: mvm: change active-to-powersave transition time for BPSAlexander Bondar1-2/+2
2013-04-04iwlwifi: mvm: encapsulate power table command log messageAlexander Bondar1-18/+21
2013-04-04iwlwifi: mvm: set keepalive period regardless of PM stateAlexander Bondar2-3/+11
2013-04-04iwlwifi: mvm: always send power table commandAlexander Bondar1-14/+12
2013-04-04iwlwifi: mvm: Fix active-to-powersave transition time unitsAlexander Bondar1-4/+4
2013-04-04iwlwifi: mvm: don't disable power management due to P2P deviceAlexander Bondar2-5/+17
2013-04-04iwlwifi: mvm: Rename some power management definitions and methodsAlexander Bondar2-7/+8
2013-04-04iwlwifi: mvm: downgrade to old power management APIAlexander Bondar2-67/+27
2013-04-04iwlwifi: mvm: remove BT Coex constraints upon roaming to A bandEmmanuel Grumbach3-17/+52
2013-04-04iwlwifi: mvm: implement reduced Tx powerEmmanuel Grumbach5-38/+283
2013-04-04iwlwifi: mvm: add per-interface debugfs with mac_params fileJohannes Berg3-2/+124
2013-04-03brcmfmac: enable sk_buff queueing when credits depleteArend van Spriel3-60/+627
2013-04-03brcmfmac: no flow-control tlv signals when fcmode is NONEArend van Spriel1-6/+6
2013-04-03brcmfmac: only allocate firmware-signalling resources if requiredArend van Spriel2-7/+10
2013-04-03brcmfmac: move brcmf_fws_{de,}init() functionsArend van Spriel1-68/+68
2013-04-03brcmfmac: correct specified length from FIFOCREDITBACK signalArend van Spriel1-1/+1
2013-04-03brcmfmac: initialize struct brcmf_fws_info fields before iovarArend van Spriel1-4/+4
2013-04-03brcmfmac: add dedicated log level for low-level sdio debuggingArend van Spriel4-62/+63
2013-04-03brcmfmac: avoid error output on header only packetPiotr Haber1-2/+2
2013-04-03brcmfmac: avoid error output in receive pathArend van Spriel1-3/+3
2013-04-03brcmfmac: fix handling sk_buff cleanup upon bus tx failureArend van Spriel3-14/+33