summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi
AgeCommit message (Expand)Author
2012-03-08iwlwifi: remove unused argument from rs_initialize_lqJohannes Berg
2012-03-08iwlwifi: remove unused arguments from iwlagn_gain_computationJohannes Berg
2012-03-07iwlwifi: make iwl_fill_probe_req staticJohannes Berg
2012-03-07iwlwifi: clean up iwl-commands.hJohannes Berg
2012-03-07iwlwifi: don't include iwl-prph.h everywhereJohannes Berg
2012-03-07iwlwifi: remove PA type configurationJohannes Berg
2012-03-07iwlwifi: remove priv from sharedJohannes Berg
2012-03-07iwlwifi: virtualize nic_configJohannes Berg
2012-03-07iwlwifi: move packet to transportJohannes Berg
2012-03-07iwlwifi: move irq to PCIeJohannes Berg
2012-03-07iwlwifi: move all uCode load variablesJohannes Berg
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg
2012-03-07iwlwifi: abstract out notification wait supportJohannes Berg
2012-03-07iwlwifi: fix notification wait bugJohannes Berg
2012-03-07iwlwifi: constify remaining config dataJohannes Berg
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg
2012-03-07iwlwifi: use watchdog timeout from hw_paramsJohannes Berg
2012-03-07iwlwifi: keep plcp_delta_threshold in privJohannes Berg
2012-03-07iwlwifi: remove max_txq_num from hw_paramsJohannes Berg
2012-03-07iwlwifi: remove num_of_queues module parameterJohannes Berg
2012-03-07iwlwifi: clean up iwl-core.h inclusionsJohannes Berg
2012-03-07iwlwifi: virtualize command queue full behaviourJohannes Berg
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg
2012-03-07iwlwifi: move status check functions out of sharedJohannes Berg
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg
2012-03-07iwlwifi: remove AMT check from transportJohannes Berg
2012-03-07iwlwifi: rename ucode.h to fw-file.hJohannes Berg
2012-03-07iwlwifi: move rfkill status handling out of transportJohannes Berg
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg
2012-03-07iwlwifi: move lockdep assertion into DVMJohannes Berg
2012-03-07iwlwifi: move RF/CT kill check to command wrapperJohannes Berg
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg
2012-03-07iwlwifi: split out firmware storeJohannes Berg
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg
2012-03-06iwlwifi: move firmware completion waitJohannes Berg
2012-03-06iwlwifi: move firmware request into drvJohannes Berg
2012-03-06iwlwifi: move iwl_base_params to shared headerJohannes Berg
2012-03-06iwlwifi: move uCode deallocation to drvJohannes Berg
2012-03-06iwlwifi: fix station HT parametersJohannes Berg
2012-03-06iwlwifi: move traffic log definitionsJohannes Berg
2012-03-06iwlwifi: move IWL_MASK into file using itJohannes Berg
2012-03-06iwlwifi: move tid_to_ac to PCI-EJohannes Berg
2012-03-06iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg
2012-03-06iwlwifi: move queue functions to PCI-EJohannes Berg
2012-03-06iwlwifi: transport's tx_agg_alloc must not sleepJohannes Berg
2012-03-06iwlwifi: refactor PCI-E RX pathJohannes Berg
2012-03-06iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg
2012-03-06iwlwifi: pass response packet directlyJohannes Berg
2012-03-06iwlwifi: use ieee80211_tx_statusJohannes Berg