summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/iwlwifi/iwl-testmode.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-06iwlwifi: move DVM code into subdirectoryJohannes Berg1-1114/+0
2012-04-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-14/+13
2012-04-24iwlwifi: remove TX/RX frame statisticsJohannes Berg1-1/+0
2012-04-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-2/+2
2012-04-18iwlwifi: op_mode holds its pointer to the configEmmanuel Grumbach1-4/+4
2012-04-18iwlwifi: op_mode holds its pointer to the transportEmmanuel Grumbach1-9/+9
2012-04-12iwlwifi: move eeprom into privJohannes Berg1-2/+2
2012-04-12Merge branch 'master' into for-davemJohn W. Linville1-3/+6
2012-04-10iwlwifi: move ucode_type from shared to op_modeMeenakshi Venkataraman1-2/+2
2012-04-10iwlwifi: extend notification waitJohannes Berg1-1/+4
2012-04-02iwlwifi: Stop using NLA_PUT*().David S. Miller1-30/+41
2012-03-12iwlwifi: change struct iwl_fwDavid Spinadel1-17/+4
2012-03-12iwlwifi: avoid some operations if no uCode loadedDavid Spinadel1-18/+22
2012-03-08iwlwifi: fixed testmode notifications lengthAmit Beka1-1/+2
2012-03-08iwlwifi: add testmode command for rx forwardingAmit Beka1-3/+29
2012-03-08iwlwifi: remove two unused arguments in testmodeJohannes Berg1-6/+6
2012-03-07iwlwifi: don't include iwl-prph.h everywhereJohannes Berg1-0/+1
2012-03-07iwlwifi: move ucode_owner to privJohannes Berg1-1/+1
2012-03-07iwlwifi: abstract out notification wait supportJohannes Berg1-5/+5
2012-03-07iwlwifi: move mutex out of sharedJohannes Berg1-4/+4
2012-03-07iwlwifi: add wrappers for command sendingJohannes Berg1-1/+1
2012-03-07iwlwifi: remove iwl-wifi.hJohannes Berg1-1/+0
2012-03-07iwlwifi: split out firmware storeJohannes Berg1-8/+8
2012-03-07iwlwifi: move ucode loading to op_modeJohannes Berg1-4/+4
2012-03-07iwlwifi: don't pass iwl_rx_mem_buffer to upper layersJohannes Berg1-2/+2
2012-03-07iwlwifi: pass response packet directlyJohannes Berg1-2/+2
2012-02-28iwlwifi: kill iwl_bus.hEmmanuel Grumbach1-1/+0
2012-02-28iwlwifi: virtualize the op_modeEmmanuel Grumbach1-10/+10
2012-02-17iwlwifi: send testmode hcmd reply with rx headerAmit Beka1-1/+1
2012-02-17iwlwifi: fixes to testmode indirect accessAmit Beka1-4/+6
2012-02-17iwlwifi: Move ucode pointers to iwl_fwDon Fry1-6/+6
2012-02-17iwlwifi: move ucode_ver to iwl_nicDon Fry1-2/+4
2012-02-17iwlwifi: added reply data to testmode HCMD sendAmit Beka1-6/+53
2012-02-17iwlwifi: testmode new indirect RW APIAmit Beka1-95/+131
2012-02-17iwlwifi: log as error when error detectedWey-Yi Guy1-71/+51
2012-02-03iwlwifi: range check to testmode direct reg accessAmit Beka1-2/+16
2012-02-03iwlwifi: kill bus_get_hw_idEmmanuel Grumbach1-1/+1
2012-02-03iwlwifi: give trans to all the read / write functionsEmmanuel Grumbach1-8/+8
2012-01-07iwlwifi: update CopyrightWey-Yi Guy1-2/+2
2012-01-07iwlwifi: add testmode cmd IWL_TM_CMD_APP2DEV_GET_FW_INFOKenny Hsu1-1/+40
2012-01-07iwlwifi: update error dump in testmode command sram_readKenny Hsu1-4/+4
2012-01-07iwlwifi: enhance testmode command sram_readKenny Hsu1-4/+3
2012-01-07iwlwifi: update testmode command of direct register accessKenny Hsu1-2/+2
2011-12-20iwlwifi: use bus_get_hw_id for IWL_TM_CMD_APP2DEV_GET_DEVICE_IDWey-Yi Guy1-10/+3
2011-12-20iwlwifi: deliver hw version in both string and u32 formatWey-Yi Guy1-1/+1
2011-12-16iwlwifi: remove most of the iwl_priv references from iwl-ucode.cDon Fry1-6/+8
2011-12-16iwlwifi: move iwl_cfg from iwl_priv to iwl_sharedDon Fry1-4/+4
2011-12-09iwlwifi: move eeprom pointer from iwl_priv to iwl_sharedDon Fry1-2/+2
2011-12-09iwlwifi: add device ID information support by testmodeHsu, Kenny1-0/+27
2011-12-09iwlwifi: add uCode version information support by testmodeHsu, Kenny1-0/+18