summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2012-03-07iwlwifi: fix notification wait bugJohannes Berg1-3/+3
2012-03-07iwlwifi: constify remaining config dataJohannes Berg5-16/+19
2012-03-07iwlwifi: put use_rts_for_aggregation into hw_paramsJohannes Berg6-9/+13
2012-03-07iwlwifi: use watchdog timeout from hw_paramsJohannes Berg2-3/+3
2012-03-07iwlwifi: keep plcp_delta_threshold in privJohannes Berg4-4/+9
2012-03-07iwlwifi: remove max_txq_num from hw_paramsJohannes Berg1-1/+1
2012-03-07iwlwifi: remove num_of_queues module parameterJohannes Berg6-29/+0
2012-03-07iwlwifi: clean up iwl-core.h inclusionsJohannes Berg2-3/+1
2012-03-07iwlwifi: virtualize command queue full behaviourJohannes Berg5-8/+21
2012-03-07iwlwifi: make tracing use device as identifierJohannes Berg6-86/+90
2012-03-07iwlwifi: move status check functions out of sharedJohannes Berg4-58/+65
2012-03-07iwlwifi: remove shadow_reg_enable from hw_paramsJohannes Berg6-8/+5
2012-03-07iwlwifi: remove AMT check from transportJohannes Berg1-2/+2
2012-03-07iwlwifi: rename ucode.h to fw-file.hJohannes Berg2-4/+4
2012-03-07iwlwifi: move rfkill status handling out of transportJohannes Berg3-46/+22
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg14-124/+122
2012-03-07iwlwifi: move lockdep assertion into DVMJohannes Berg2-3/+16
2012-03-07iwlwifi: move RF/CT kill check to command wrapperJohannes Berg2-15/+10
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg17-128/+70
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg12-223/+148
2012-03-07iwlwifi: split out firmware storeJohannes Berg19-163/+236
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg13-160/+150
2012-03-07ath9k: fix signal strength reporting issuesFelix Fietkau1-5/+7
2012-03-07ath9k: get rid of double queueing of rx frames on EDMAFelix Fietkau3-36/+28
2012-03-07ath9k: remove rssi/antenna information from recv debug statsFelix Fietkau2-38/+0
2012-03-07ath9k: make MAC sample statistics optionalFelix Fietkau4-6/+36
2012-03-07ath9k_hw: use cold instead of warm reset on AR9280Felix Fietkau1-4/+10
2012-03-07ath5k: do not re-run AGC calibration periodicallyFelix Fietkau1-25/+9
2012-03-07ath5k: do not stop queues for full calibrationFelix Fietkau1-12/+2
2012-03-07mac80211: Modify tsf via debugfs in mesh interfacesJavier Cardona1-0/+18
2012-03-07mac80211_hwsim: Add tsf to beacons, probe responses and radiotap header.Javier Cardona1-1/+26
2012-03-07iwlwifi: move firmware completion waitJohannes Berg2-2/+2
2012-03-07iwlwifi: move firmware request into drvJohannes Berg3-627/+625
2012-03-07iwlwifi: move iwl_base_params to shared headerJohannes Berg2-42/+43
2012-03-07iwlwifi: move uCode deallocation to drvJohannes Berg2-2/+2
2012-03-07iwlwifi: fix station HT parametersJohannes Berg3-26/+75
2012-03-07iwlwifi: move traffic log definitionsJohannes Berg2-3/+4
2012-03-07iwlwifi: move IWL_MASK into file using itJohannes Berg2-1/+2
2012-03-07iwlwifi: move tid_to_ac to PCI-EJohannes Berg2-46/+46
2012-03-07iwlwifi: iwl_rx_cmd_buffer belongs to transport APIJohannes Berg2-17/+17
2012-03-07iwlwifi: move queue functions to PCI-EJohannes Berg2-20/+20
2012-03-07iwlwifi: transport's tx_agg_alloc must not sleepJohannes Berg1-3/+1
2012-03-07iwlwifi: refactor PCI-E RX pathJohannes Berg1-106/+110
2012-03-07iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg14-57/+80
2012-03-07iwlwifi: pass response packet directlyJohannes Berg6-20/+28
2012-03-07iwlwifi: use ieee80211_tx_statusJohannes Berg1-10/+18
2012-03-07iwlwifi: move wowlan bool into privJohannes Berg8-9/+10
2012-03-07iwlwifi: clean up (wowlan) suspend flowJohannes Berg3-22/+26
2012-03-07iwlwifi: reduce IDI code ifdefJohannes Berg1-10/+1
2012-03-07iwlwifi: make config constJohannes Berg11-89/+90