<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_hardware_qcom_wlan, branch marshmallow-dev</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/'/>
<entry>
<title>Wifi-HAL: Fix addba_failed related unintialized pointer</title>
<updated>2015-07-01T19:05:34+00:00</updated>
<author>
<name>Amarnath Hullur Subramanyam</name>
<email>amarnath@codeaurora.org</email>
</author>
<published>2015-06-16T19:51:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=a92eca5e4c14e73ba7ac82268b1932ce0917a31c'/>
<id>a92eca5e4c14e73ba7ac82268b1932ce0917a31c</id>
<content type='text'>
The diag event buffer is being dereferenced without being
initialized incase of the addba_failure event. Fixing a
stability issue wrt the event.

Change-Id: Id5e4fd8a88a65b9c7fe40cdbe35c39ed561fe5bb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The diag event buffer is being dereferenced without being
initialized incase of the addba_failure event. Fixing a
stability issue wrt the event.

Change-Id: Id5e4fd8a88a65b9c7fe40cdbe35c39ed561fe5bb
</pre>
</div>
</content>
</entry>
<entry>
<title>Clean 'invalid suffix on literal' warning</title>
<updated>2015-06-23T22:07:55+00:00</updated>
<author>
<name>Vinit Deshpande</name>
<email>vinitd@google.com</email>
</author>
<published>2015-06-23T22:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=a4384b719d4945cbdd8d2adff142d7775f2ec81a'/>
<id>a4384b719d4945cbdd8d2adff142d7775f2ec81a</id>
<content type='text'>
Change-Id: Ia8a57868d2de4daf688c9297d09854559ac353d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia8a57868d2de4daf688c9297d09854559ac353d9
</pre>
</div>
</content>
</entry>
<entry>
<title>am 11ce564..fd4f062 from mirror-m-wireless-internal-release</title>
<updated>2015-06-22T22:52:05+00:00</updated>
<author>
<name>Vinit Deshpande</name>
<email>vinitd@google.com</email>
</author>
<published>2015-06-22T22:52:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=933f2bc3a0af625cabab5818f074a13a33566cc8'/>
<id>933f2bc3a0af625cabab5818f074a13a33566cc8</id>
<content type='text'>
fd4f062 WiFi-HAL: unblock poll using exit socket pair
2bdb5ab WiFi-HAL: Update handle in singleton objects if cleanup happens
ddae66e Wi-Fi Hal: support to send offloaded packets and rssi monitoring
2e1716c Wi-Fi HAL: Add RBs to collect driver and firmware prints.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fd4f062 WiFi-HAL: unblock poll using exit socket pair
2bdb5ab WiFi-HAL: Update handle in singleton objects if cleanup happens
ddae66e Wi-Fi Hal: support to send offloaded packets and rssi monitoring
2e1716c Wi-Fi HAL: Add RBs to collect driver and firmware prints.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add wcnss-service for Android One Seed (msm8916/8909)</title>
<updated>2015-06-16T15:12:46+00:00</updated>
<author>
<name>Christian Bejram</name>
<email>cbejram@google.com</email>
</author>
<published>2015-06-16T14:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=e7d3d4d159152380a7bb2c4610dcb3b51d8b3a11'/>
<id>e7d3d4d159152380a7bb2c4610dcb3b51d8b3a11</id>
<content type='text'>
- Imported clean from lmp-mr1-dev (hardware/qcom/seed/wlan).
- Guard in Android.mk to only be included in msm8916 and msm8909
  based products.

Bug: 21866114

Change-Id: Ifbfe49e6f874272bcaa972050e4bdafecbacd057
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Imported clean from lmp-mr1-dev (hardware/qcom/seed/wlan).
- Guard in Android.mk to only be included in msm8916 and msm8909
  based products.

Bug: 21866114

Change-Id: Ifbfe49e6f874272bcaa972050e4bdafecbacd057
</pre>
</div>
</content>
</entry>
<entry>
<title>WiFi-HAL: unblock poll using exit socket pair</title>
<updated>2015-06-11T12:41:10+00:00</updated>
<author>
<name>Amarnath Hullur Subramanyam</name>
<email>amarnath@codeaurora.org</email>
</author>
<published>2015-06-10T15:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=fd4f062fe7681fd3e6d660e602d0202836ff6905'/>
<id>fd4f062fe7681fd3e6d660e602d0202836ff6905</id>
<content type='text'>
When a cleanup request received in tx thread, it sets the flag
info-&gt;clean_up and exits. Actual cleanup happens in Rx-thread
context where as the Rx thread might be blocked in poll().
To unblock poll(), create a socket pair and send message from
Tx-thread context.

Change-Id: I90b6fd6c07ae77d50f791f70d3279352079e9d5e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When a cleanup request received in tx thread, it sets the flag
info-&gt;clean_up and exits. Actual cleanup happens in Rx-thread
context where as the Rx thread might be blocked in poll().
To unblock poll(), create a socket pair and send message from
Tx-thread context.

Change-Id: I90b6fd6c07ae77d50f791f70d3279352079e9d5e
</pre>
</div>
</content>
</entry>
<entry>
<title>WiFi-HAL: Update handle in singleton objects if cleanup happens</title>
<updated>2015-06-11T12:39:58+00:00</updated>
<author>
<name>Amarnath Hullur Subramanyam</name>
<email>amarnath@codeaurora.org</email>
</author>
<published>2015-06-03T13:48:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=2bdb5ab058a770a6ea1dd0ffa98526b00406e73a'/>
<id>2bdb5ab058a770a6ea1dd0ffa98526b00406e73a</id>
<content type='text'>
We need to update the handle in the singleton objects if cleanup
happens to use the objects further.

Change-Id: Ie824074fc0fa684c24c1de0610440e9975d1f09e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We need to update the handle in the singleton objects if cleanup
happens to use the objects further.

Change-Id: Ie824074fc0fa684c24c1de0610440e9975d1f09e
</pre>
</div>
</content>
</entry>
<entry>
<title>Wi-Fi Hal: support to send offloaded packets and rssi monitoring</title>
<updated>2015-06-11T12:38:55+00:00</updated>
<author>
<name>Amarnath Hullur Subramanyam</name>
<email>amarnath@codeaurora.org</email>
</author>
<published>2015-05-25T09:31:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=ddae66e0dd0f0b30e8f8a7c8dc84a205f8a98f98'/>
<id>ddae66e0dd0f0b30e8f8a7c8dc84a205f8a98f98</id>
<content type='text'>
Add vendor command support to start and stop the following,
1. Send offloaded packets
2. Rssi monitoring

Rssi monitoring gets an event whenever the rssi of an ap breaches
the configured range. Provide the event data to upper layers
by calling the callback.

Change-Id: Ib2be8b3739e681080e65f3001e468e504a06fcc1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add vendor command support to start and stop the following,
1. Send offloaded packets
2. Rssi monitoring

Rssi monitoring gets an event whenever the rssi of an ap breaches
the configured range. Provide the event data to upper layers
by calling the callback.

Change-Id: Ib2be8b3739e681080e65f3001e468e504a06fcc1
</pre>
</div>
</content>
</entry>
<entry>
<title>Wi-Fi HAL: Add RBs to collect driver and firmware prints.</title>
<updated>2015-06-11T12:37:01+00:00</updated>
<author>
<name>Amarnath Hullur Subramanyam</name>
<email>amarnath@codeaurora.org</email>
</author>
<published>2015-05-29T15:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=2e1716c72278e0c1f9165c65e7017551c6e6eb26'/>
<id>2e1716c72278e0c1f9165c65e7017551c6e6eb26</id>
<content type='text'>
Add new ring buffer to collect driver prints and firmware prints.

Change-Id: Ibf0483a367bd8507c86b802e59f8184cd0a04731
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add new ring buffer to collect driver prints and firmware prints.

Change-Id: Ibf0483a367bd8507c86b802e59f8184cd0a04731
</pre>
</div>
</content>
</entry>
<entry>
<title>Wi-Fi HAL: Fix misc diag event processing issues.</title>
<updated>2015-06-11T12:36:20+00:00</updated>
<author>
<name>Amarnath Hullur Subramanyam</name>
<email>amarnath@codeaurora.org</email>
</author>
<published>2015-05-29T15:25:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=11ce564288345ac4acb5dde2caa71e6b8d9e8b49'/>
<id>11ce564288345ac4acb5dde2caa71e6b8d9e8b49</id>
<content type='text'>
Fix issues found during reviews in processing diag events.

Change-Id: I85777d08237cdae824aec746a9944a84369b19de
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix issues found during reviews in processing diag events.

Change-Id: I85777d08237cdae824aec746a9944a84369b19de
</pre>
</div>
</content>
</entry>
<entry>
<title>am 0db016e..c125981 from mirror-m-wireless-internal-release</title>
<updated>2015-06-02T19:01:26+00:00</updated>
<author>
<name>Vinit Deshpande</name>
<email>vinitd@google.com</email>
</author>
<published>2015-06-02T19:01:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_hardware_qcom_wlan/commit/?id=8339c424234cee7058e49f9a5ebfae7827d5abeb'/>
<id>8339c424234cee7058e49f9a5ebfae7827d5abeb</id>
<content type='text'>
c125981 Wi-Fi HAL: Remove sending registration msg to driver
063058f WiFi-HAL: Process log completion event
cd2e2fd WiFi-HAL: Clean up wake lock event processing
d3ebf0d Wifi-HAL: Enable connectivity events
d8ed4eb Wifi-HAL: Changes as per Logging Header changes
6988c4d Wi-Fi HAL: Add support to get tdls capabilities
0910ea7 Wi-Fi HAL: Fix a GScan get cached results bug
ae226e1 Wi-Fi HAL: Updating the wifi_hal function table
16b2e84 Enable rx payload and few other stats in packet stats
0b7d2d5 Wi-Fi HAL: Add version field to the packet log structure
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
c125981 Wi-Fi HAL: Remove sending registration msg to driver
063058f WiFi-HAL: Process log completion event
cd2e2fd WiFi-HAL: Clean up wake lock event processing
d3ebf0d Wifi-HAL: Enable connectivity events
d8ed4eb Wifi-HAL: Changes as per Logging Header changes
6988c4d Wi-Fi HAL: Add support to get tdls capabilities
0910ea7 Wi-Fi HAL: Fix a GScan get cached results bug
ae226e1 Wi-Fi HAL: Updating the wifi_hal function table
16b2e84 Enable rx payload and few other stats in packet stats
0b7d2d5 Wi-Fi HAL: Add version field to the packet log structure
</pre>
</div>
</content>
</entry>
</feed>
