<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lwn.git/drivers/net/wireless/iwlwifi/iwl-power.c, branch v3.12.66</title>
<subtitle>Linux kernel documentation tree maintained by Jonathan Corbet</subtitle>
<id>http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v3.12.66</id>
<link rel='self' href='http://mirrors.hust.edu.cn/git/lwn.git/atom?h=v3.12.66'/>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/'/>
<updated>2012-06-06T11:21:14+00:00</updated>
<entry>
<title>iwlwifi: move DVM code into subdirectory</title>
<updated>2012-06-06T11:21:14+00:00</updated>
<author>
<name>Johannes Berg</name>
<email>johannes.berg@intel.com</email>
</author>
<published>2012-05-15T10:16:34+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=1023fdc4858b6b8cb88ff28cafd425b77555be9f'/>
<id>urn:sha1:1023fdc4858b6b8cb88ff28cafd425b77555be9f</id>
<content type='text'>
Since we're working on another mode/driver
inside iwlwifi, move the current one into a
subdirectory to more cleanly separate the
code. While at it, rename all the files.

Reviewed-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;
Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: fix power index handling</title>
<updated>2012-05-15T21:27:53+00:00</updated>
<author>
<name>Amit Beka</name>
<email>amit.beka@intel.com</email>
</author>
<published>2012-05-03T21:22:04+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=11e116517be13da44da99f9532cfc23d08d9efb4'/>
<id>urn:sha1:11e116517be13da44da99f9532cfc23d08d9efb4</id>
<content type='text'>
The power index that the user gives as module parameter
in in range 1-5, but we need to decrease it in order
to create an array index out of it (0-4) for the power
table command.

Signed-off-by: Amit Beka &lt;amit.beka@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: clean up module parameters</title>
<updated>2012-04-23T21:30:51+00:00</updated>
<author>
<name>Johannes Berg</name>
<email>johannes.berg@intel.com</email>
</author>
<published>2012-04-17T14:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=65de7e84fdc71a409f1d97aba8e44ece26628f51'/>
<id>urn:sha1:65de7e84fdc71a409f1d97aba8e44ece26628f51</id>
<content type='text'>
For now at least, all module parameters should be
with the core functionality, so move them there,
while at it rename to iwlwifi_mod_params. Also
rename iwl-shared.h to iwl-modparams.h to reflect
the real contents.

Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: remove TX/RX frame statistics</title>
<updated>2012-04-23T21:27:56+00:00</updated>
<author>
<name>Johannes Berg</name>
<email>johannes.berg@intel.com</email>
</author>
<published>2012-04-23T21:25:51+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=56322f5e0d08476f72981f84dd0c784a830163a2'/>
<id>urn:sha1:56322f5e0d08476f72981f84dd0c784a830163a2</id>
<content type='text'>
Keeping statistics per frame type really isn't
very useful, and needs a huge amount of code
so remove it. Since that is the only thing in
iwl-core.{c,h} now, those files can be killed.

Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: remove unneeded includes</title>
<updated>2012-04-18T14:31:33+00:00</updated>
<author>
<name>Emmanuel Grumbach</name>
<email>emmanuel.grumbach@intel.com</email>
</author>
<published>2012-03-26T16:13:49+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=ff8ead40e24947ce5d637a27165ad9987154a077'/>
<id>urn:sha1:ff8ead40e24947ce5d637a27165ad9987154a077</id>
<content type='text'>
Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: op_mode holds its pointer to the config</title>
<updated>2012-04-18T14:29:59+00:00</updated>
<author>
<name>Emmanuel Grumbach</name>
<email>emmanuel.grumbach@intel.com</email>
</author>
<published>2012-03-22T15:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=2152268ff9119c16447f6bf6e61b02df796960fd'/>
<id>urn:sha1:2152268ff9119c16447f6bf6e61b02df796960fd</id>
<content type='text'>
Instead of using the shared area that we be killed.

Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: op_mode holds its pointer to the transport</title>
<updated>2012-04-18T14:29:43+00:00</updated>
<author>
<name>Emmanuel Grumbach</name>
<email>emmanuel.grumbach@intel.com</email>
</author>
<published>2012-04-18T14:28:17+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=68e8dfdadb424fd76ca81eeb399c3228adc5cea2'/>
<id>urn:sha1:68e8dfdadb424fd76ca81eeb399c3228adc5cea2</id>
<content type='text'>
Instead of using the shared area that we be killed.

Signed-off-by: Emmanuel Grumbach &lt;emmanuel.grumbach@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: remove no_sleep_autoadjust</title>
<updated>2012-04-16T21:34:36+00:00</updated>
<author>
<name>Johannes Berg</name>
<email>johannes.berg@intel.com</email>
</author>
<published>2012-03-09T07:58:46+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=84965795b2908f2e0be929e71b5bf3b7c6ad5329'/>
<id>urn:sha1:84965795b2908f2e0be929e71b5bf3b7c6ad5329</id>
<content type='text'>
My original idea with this was to adjust the sleep
pattern of the uCode based on the maximum network
latency userspace asked for. Due to nobody wanting
to test it, this logic was disabled by default. It
seems the time has come to remove it, since it's
not only always disabled but there also don't seem
to be any applications that actually request a max
network latency.

Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: split POWER_PMI status bit</title>
<updated>2012-04-09T20:37:49+00:00</updated>
<author>
<name>Don Fry</name>
<email>donald.h.fry@intel.com</email>
</author>
<published>2012-03-15T20:27:06+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=47107e84446f4724d25c724493679cc50eeef53c'/>
<id>urn:sha1:47107e84446f4724d25c724493679cc50eeef53c</id>
<content type='text'>
Move the POWER_PMI to the op_mode where it is changed.  The trans needs
to check it frequently, so shadow the status in the trans and update it
in trans when it infrequently changes.

Signed-off-by: Don Fry &lt;donald.h.fry@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
<entry>
<title>iwlwifi: more status bit factoring</title>
<updated>2012-03-08T18:59:55+00:00</updated>
<author>
<name>Don Fry</name>
<email>donald.h.fry@intel.com</email>
</author>
<published>2012-03-07T17:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://mirrors.hust.edu.cn/git/lwn.git/commit/?id=83626404a70da74c67f32f119e53c0ba032ba2d8'/>
<id>urn:sha1:83626404a70da74c67f32f119e53c0ba032ba2d8</id>
<content type='text'>
Continue splitting the status bits between transport and op_mode.
All but a few are separated.

Signed-off-by: Don Fry &lt;donald.h.fry@intel.com&gt;
Signed-off-by: Wey-Yi Guy &lt;wey-yi.w.guy@intel.com&gt;
Signed-off-by: John W. Linville &lt;linville@tuxdriver.com&gt;
</content>
</entry>
</feed>
