aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlwifi/iwl-sv-open.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-11iwlagn: remove knowledge of ucode image location from upper layersDon Fry1-5/+2
2011-10-14iwlagn: rename all the mac80211 callback functionsWey-Yi Guy1-2/+2
2011-10-14iwlagn: eliminate bus pointer from iwl_priv structureDon Fry1-2/+2
2011-09-14iwlagn: clean up of transport layerEmmanuel Grumbach1-0/+1
2011-08-29iwlagn: remove dereferences of priv from transportEmmanuel Grumbach1-1/+1
2011-08-29iwlagn: all function iwl-io.c receive iwl_busEmmanuel Grumbach1-3/+3
2011-08-29iwlagn: iwl-dev.h doesn't include iwl-fh.h any moreEmmanuel Grumbach1-1/+0
2011-08-29iwlagn: bus layer chooses its transport layerEmmanuel Grumbach1-2/+2
2011-08-29iwlagn: priv->mutex moves to iwl_sharedEmmanuel Grumbach1-4/+4
2011-07-21iwlagn: simplify the bus architectureEmmanuel Grumbach1-4/+2
2011-07-21iwlagn: transport layer receives struct iwl_trans*Emmanuel Grumbach1-2/+2
2011-07-16iwlagn: move iwlagn_stop_device to transport layerEmmanuel Grumbach1-1/+1
2011-07-11iwlagn: fix warning in testmode attribute tableWey-Yi Guy1-1/+1
2011-07-11iwlagn: separate and enhance the fixed rate fromWey-Yi Guy1-1/+1
2011-07-11iwlagn: allow application own the uCode operationWey-Yi Guy1-0/+42
2011-07-11iwlagn: add CMD_ON_DEMAND flag for host command from testmodeWey-Yi Guy1-0/+1
2011-07-11iwlagn: provide heplers to access the transport opsEmmanuel Grumbach1-2/+2
2011-07-11iwlagn: consolidate the API that sends host commands and move to transportEmmanuel Grumbach1-1/+1
2011-06-18iwlagn: add get_dev to iwl_bus_opsEmmanuel Grumbach1-2/+2
2011-06-11iwlagn: don't check ucode subtypeJohannes Berg1-3/+2
2011-06-11iwlagn: add dumpit support for testmode trace functionWey-Yi Guy1-24/+82
2011-06-11iwlagn: usersapce application decide the size of trace bufferWey-Yi Guy1-6/+22
2011-05-13iwlagn: add testmode set fixed rate commandWey-Yi Guy1-0/+11
2011-05-13iwlagn: add eeprom command to testmodeWey-Yi Guy1-0/+26
2011-05-13iwlagn: add testmode trace commandWey-Yi Guy1-0/+133
2011-05-13iwlagn: support multiple TBs per commandJohannes Berg1-0/+1
2011-05-13iwlagn: prepare for multi-TB commandsJohannes Berg1-3/+3
2011-05-06iwlwifi: support the svtool messages interactions through nl80211 test modeCindy H. Kao1-0/+469