summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-testmode.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-261-14/+13Star
|\
| * iwlwifi: remove TX/RX frame statisticsJohannes Berg2012-04-231-1/+0Star
| * iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach2012-04-181-4/+4
| * iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach2012-04-181-9/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-04-181-2/+2
|\|
| * iwlwifi: move eeprom into privJohannes Berg2012-04-121-2/+2
* | Merge branch 'master' into for-davemJohn W. Linville2012-04-121-3/+6
|\|
| * iwlwifi: move ucode_type from shared to op_modeMeenakshi Venkataraman2012-04-091-2/+2
| * iwlwifi: extend notification waitJohannes Berg2012-04-091-1/+4
* | iwlwifi: Stop using NLA_PUT*().David S. Miller2012-04-021-30/+41
|/
* iwlwifi: change struct iwl_fwDavid Spinadel2012-03-121-17/+4Star
* iwlwifi: avoid some operations if no uCode loadedDavid Spinadel2012-03-121-18/+22
* iwlwifi: fixed testmode notifications lengthAmit Beka2012-03-081-1/+2
* iwlwifi: add testmode command for rx forwardingAmit Beka2012-03-081-3/+29
* iwlwifi: remove two unused arguments in testmodeJohannes Berg2012-03-081-6/+6
* iwlwifi: don't include iwl-prph.h everywhereJohannes Berg2012-03-071-0/+1
* iwlwifi: move ucode_owner to privJohannes Berg2012-03-071-1/+1
* iwlwifi: abstract out notification wait supportJohannes Berg2012-03-071-5/+5
* iwlwifi: move mutex out of sharedJohannes Berg2012-03-071-4/+4
* iwlwifi: add wrappers for command sendingJohannes Berg2012-03-071-1/+1
* iwlwifi: remove iwl-wifi.hJohannes Berg2012-03-071-1/+0Star
* iwlwifi: split out firmware storeJohannes Berg2012-03-071-8/+8
* iwlwifi: move ucode loading to op_modeJohannes Berg2012-03-071-4/+4
* iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg2012-03-061-2/+2
* iwlwifi: pass response packet directlyJohannes Berg2012-03-061-2/+2
* iwlwifi: kill iwl_bus.hEmmanuel Grumbach2012-02-271-1/+0Star
* iwlwifi: virtualize the op_modeEmmanuel Grumbach2012-02-271-10/+10
* iwlwifi: send testmode hcmd reply with rx headerAmit Beka2012-02-171-1/+1
* iwlwifi: fixes to testmode indirect accessAmit Beka2012-02-171-4/+6
* iwlwifi: Move ucode pointers to iwl_fwDon Fry2012-02-171-6/+6
* iwlwifi: move ucode_ver to iwl_nicDon Fry2012-02-171-2/+4
* iwlwifi: added reply data to testmode HCMD sendAmit Beka2012-02-171-6/+53
* iwlwifi: testmode new indirect RW APIAmit Beka2012-02-171-95/+131
* iwlwifi: log as error when error detectedWey-Yi Guy2012-02-171-71/+51Star
* iwlwifi: range check to testmode direct reg accessAmit Beka2012-02-021-2/+16
* iwlwifi: kill bus_get_hw_idEmmanuel Grumbach2012-02-021-1/+1
* iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach2012-02-021-8/+8
* iwlwifi: update CopyrightWey-Yi Guy2012-01-061-2/+2
* iwlwifi: add testmode cmd IWL_TM_CMD_APP2DEV_GET_FW_INFOKenny Hsu2012-01-061-1/+40
* iwlwifi: update error dump in testmode command sram_readKenny Hsu2012-01-061-4/+4
* iwlwifi: enhance testmode command sram_readKenny Hsu2012-01-061-4/+3Star
* iwlwifi: update testmode command of direct register accessKenny Hsu2012-01-061-2/+2
* iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_IDWey-Yi Guy2011-12-191-10/+3Star
* iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy2011-12-191-1/+1
* iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry2011-12-161-6/+8
* iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry2011-12-161-4/+4
* iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry2011-12-091-2/+2
* iwlwifi: add device ID information support by testmodeHsu, Kenny2011-12-091-0/+27
* iwlwifi: add uCode version information support by testmodeHsu, Kenny2011-12-091-0/+18
* iwlwifi: move ucode notification from iwl_priv to iwl_sharedDon Fry2011-12-021-3/+3