summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-trans.h
Commit message (Expand)AuthorAgeFilesLines
* iwlwifi: remove testmodeJohannes Berg2013-06-181-2/+0
* iwlwifi: mvm: implement D3 testingJohannes Berg2013-05-291-6/+8
* iwlwifi: fix initialisation while RF-kill is assertedEran Harary2013-05-161-1/+2
* iwlwifi: constify the source buffer of iwl_trans_write_memEmmanuel Grumbach2013-05-161-2/+2
* iwlwifi: mvm: clean up invalid station handlingEmmanuel Grumbach2013-04-031-2/+1
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-03-081-12/+10
|\
| * iwlwifi: a few fixes in licenseEmmanuel Grumbach2013-03-061-1/+1
| * iwlwifi: use coherent DMA memory for command headerJohannes Berg2013-02-281-7/+1
| * iwlwifi: rename IWL_MAX_CMD_TFDS to IWL_MAX_CMD_TBS_PER_TFDJohannes Berg2013-02-281-4/+8
* | wireless: move sequence number arithmetic to ieee80211.hJohannes Berg2013-03-061-3/+0
|/
* iwlwifi: use threaded interrupt handlerJohannes Berg2013-02-051-2/+27
* iwlwifi: move register access lock into transportLilach Edelstein2013-02-011-10/+13
* iwlwifi: add iwl_set_bits_mask to transport APILilach Edelstein2013-02-011-0/+9
* iwlwifi: clean up CMD_MODE enumJohannes Berg2013-01-301-5/+5
* iwlwifi: provide RX page orderEmmanuel Grumbach2013-01-241-0/+6
* iwlwifi: update copyrightJohannes Berg2013-01-241-2/+2
* iwlwifi: enable communication with WoWLAN firmwareJohannes Berg2013-01-161-4/+25
* iwlwifi: allow to zero SRAMEmmanuel Grumbach2013-01-161-1/+2
* iwlwifi: always check that grab_nic_access succeedsEmmanuel Grumbach2013-01-031-6/+6
* iwlwifi: virtualize SRAM accessEmmanuel Grumbach2013-01-031-1/+42
* iwlwifi: virtualize iwl_{grab,release}_nic_accessEmmanuel Grumbach2013-01-031-0/+15
* iwlwifi: let the op_mode run a FW while in RFKILLEmmanuel Grumbach2013-01-031-3/+5
* iwlwifi: make the BC table layout configurableEmmanuel Grumbach2013-01-031-0/+3
* iwlwifi: move prph handling into the transportEmmanuel Grumbach2012-12-061-0/+15
* iwlwifi: clear trans->op_mode pointer when it is leavingEmmanuel Grumbach2012-11-281-4/+3
* iwlwifi: check the SCD conf from ALIVE responseEmmanuel Grumbach2012-11-051-4/+5
* iwlwifi: handle RFKILL logic in the transport layerEmmanuel Grumbach2012-10-311-4/+3
* iwlwifi: clarify NOCOPY/DUP documentationJohannes Berg2012-10-291-1/+4
* iwlwifi: support host command with copied dataJohannes Berg2012-10-291-1/+5
* iwlwifi: make data frame tracing optionalJohannes Berg2012-10-161-0/+8
* iwlwifi: get the correct HCMD in the response handlerEmmanuel Grumbach2012-07-261-2/+8
* iwlwifi: rework the iwlwifi debugfs structureMeenakshi Venkataraman2012-07-261-0/+2
* iwlwifi: don't use stack memory for kmem cache nameJohannes Berg2012-07-121-0/+1
* iwlwifi: configure the queues from the op_modeEmmanuel Grumbach2012-06-251-10/+17
* iwlwifi: allocate Tx cmd pool per deviceEmmanuel Grumbach2012-06-061-0/+29
* iwlwifi: s/txq_setup/txq_enableEmmanuel Grumbach2012-06-061-7/+7
* iwlwifi: s/txq_agg_disable/txq_disableEmmanuel Grumbach2012-06-061-4/+4
* iwlwifi: move IWL_CMD_FAILED_MSKJohannes Berg2012-06-051-0/+3
* iwlwifi: Move IWL_MASK macro to transport.Gregory Greenman2012-06-051-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-05-071-0/+1
|\
| * iwlwifi: fix skb truesize underestimationEric Dumazet2012-05-031-0/+1
* | iwlwifi: use direct calls for transport freeJohannes Berg2012-04-231-22/+1
* | iwlwifi: clean up iwl-shared.h includesJohannes Berg2012-04-231-7/+2
* | iwlwifi: provide proper API to disable all interruptsEmmanuel Grumbach2012-04-231-4/+6
* | iwlwifi: remove unneeded includesEmmanuel Grumbach2012-04-181-1/+0
* | iwlwifi: remove the shared areaEmmanuel Grumbach2012-04-181-6/+4
* | iwlwifi: transport holds its pointer to the configEmmanuel Grumbach2012-04-181-2/+6
* | iwlwifi: remove get_cmd_stringJohannes Berg2012-04-161-0/+3
* | iwlwifi: move eeprom into privJohannes Berg2012-04-121-2/+0
* | iwlwifi: move queue watchdog into transportJohannes Berg2012-04-121-9/+3