| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\ \ \ \ \ |
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Change-Id: I38478947d7f86872ddb10740d9de2fedcd52f393
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1. Fixed issues with link stats counters continuity and monotonicity
Bug: 21613534
Basic SVT Test
STA connection test : Pass
Change-Id: I75e536590bb63813c9e379812d820f6956aa5146
Signed-off-by: Chilam Ng <chilam@broadcom.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
b/21405946
Change-Id: I8e9a2f2b2f76d1d689fcd645b9332b290d710ae6
Signed-off-by: JerryLee <jerrylee@broadcom.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
bug: 21730601
Change-Id: Icdc4e118884ec16a8b1a52ed60c9e49fa521a9fd
Signed-off-by: JerryLee <jerrylee@broadcom.com>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
RSSI monitor is used to set RSSI thresholds to driver and rx
events when thresholds are crossed. also includes some code cleanup
Change-Id: Ia55ded489ed5d4232e6fea0ffdcfc824522613b1
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
|\ \ \ \ \
| | | | | |
| | | | | |
| | | | | | |
00b22e5 Merge "net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.88)" into m-wireless-dev
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
m-wireless-dev
|
|\ \ \ \ \ \ \
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
merged from mirror-m-wireless-internal-release with -s ours
No changes were actually committed
3ef0c6e Fix Broadcom's crash [DO NOT MERGE]
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
Bug: 21730601
Change-Id: I3a5f442e210166acf5239c173ed0f9be94fe14b2
|
|\ \ \ \ \ \ \
| | |/ / / / /
| |/| / / / /
| |_|/ / / /
|/| | | | | |
5c08550 net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.88)
|
| |/ / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1. Added RSSI monitor feature
Basic SVT Test
STA connection test : Pass
Roaming test : Pass
Throughtput test : Pass
Change-Id: I47efece98e2459129985cefbfd3d3f85e73df0f4
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
Bug: 21730601
Change-Id: I3a5f442e210166acf5239c173ed0f9be94fe14b2
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | | |
172fcf7 Merge "net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.87)" into m-wireless-dev
9ed8ceb net:wireless:bcmdhd: Update bcm4354/56 FW (7.35.79.87)
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
m-wireless-dev
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
1. RTT mac randomization.
2. Set escan priority above gscan.
3. Fixed a FW trap caused by inappropriately accessing registers.
4. Added debug print for gscan channel list.
Bugs 20886750, 21555861
Basic SVT Test
STA connection test : Pass
Roaming test : Pass
Throughtput test : Pass
Change-Id: I17e2f2f0d823106524e1a5d2c41a24df5289b724
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
There are lots of legitimate cases where poll()
returns error; so this log isn't useful.
Bug: 21733400
Change-Id: If8dee9812e4d50c11c47f3daebe0dba33b6d6f8f
|
|\ \ \ \
| |/ / /
| | | |
| | | |
| | | |
| | | |
| | | | |
merged from mirror-m-wireless-internal-release with -s ours
No changes were actually committed
940146c Shut up a noisy log from HAL [DO NOT MERGE]
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Bug: 20416721
Change-Id: I2cc1b4404952365e31c2dc705374d30c59930ef9
|
|\ \ \ \
| |/ / /
| | / /
| |/ /
|/| |
| | |
| | | |
merged from mirror-m-wireless-internal-release with -s ours
No changes were actually committed
74d118d Fix a deadlock in wifi_cleanup [DO NOT MERGE]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
pthread_mutex isn't re-entrant; and results in a hang
if called second time from the same thread. This change
ensures that it is locked only once.
Bug: 21627368
Change-Id: I9c28c1df240316c2a7eafdefa990b9582bc05a9a
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1. HW_OOB polarity changed from ACTIVE_HIGH to ACTIVE_LOW
Signed-off-by: Insun Song <isong@broadcom.com>
Change-Id: I7d85af41c1abd0523aca136865f506d3c45f8de4
|
| |/
|/|
| |
| |
| |
| |
| |
| |
| | |
pthread_mutex isn't re-entrant; and results in a hang
if called second time from the same thread. This change
ensures that it is locked only once.
Bug: 21627368
Change-Id: I9c28c1df240316c2a7eafdefa990b9582bc05a9a
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
These helped once; but now this is just noise. Also
given that GMSCore starts/stops scans many times it is
taking too much of log real estate.
Bug: 20416721
Change-Id: I965ed919afbac56e123e8d019be84d7d33abf3f9
|
| |
| |
| |
| |
| |
| | |
Bug: 20416721
Change-Id: I2cc1b4404952365e31c2dc705374d30c59930ef9
|
|\ \
| |/
| |
| |
| |
| |
| | |
3df1ce6 Merge "Issue start/stop HAL along with load/unload driver" into m-wireless-dev
f7098f4 net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.85)
Change-Id: I6e8fa3854726e01ef9a24826bf5486cd05a0356c
|
| |\ |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This ensures that HAL is enabled when driver is loaded; and
HAL is torn down when driver is unloaded.
Change-Id: Ia7a3e0a485a37b137750040aaecde7cb92eb59e4
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Increased legacy PNO SSID back to 16.
2. Fixed issue with Host not receiving FW events.
bug 21316067, 21353777
Change-Id: If28b1df774bd7b50d5444176989a54e3c45768f7
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
|\ \
| |/
| |
| | |
25a0fb8 Enable adaptive channel bucket and ePNO bssid
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Enabled binary adaptive channel bucket params
2. Added BSSID to ePNO BSSID
Needs FW version 7.35.79.82 or greater
Change-Id: I460c309e6c0847213c268d1837e01dd446009ba8
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1. Support for gscan adaptive buckets
2. Support for BSSID info in ePNO result
3. Current 5 GHz AP also gets a boost in lazy roam
note: Will need CL 215599 for Gscan to work
Bug 20697564
Change-Id: I3bbe62f370677b310d747e6f0cc346ebfc01f3d3
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
|\ \
| |/
| |
| |
| |
| | |
merging
Change-Id: I24f1ac9e60f09d3771ee6fb99daf75ade7c659eb
|
| |\ |
|
| | |
| | |
| | |
| | | |
Change-Id: Id8a2bd78f924d06ebfe7c3f29758f836d4eff48f
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
Change-Id: If5b93c225783c0417b3aadfa41a92782a3669128
|
| |\ \
| | |/
| |/| |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
1) Bug: 20950010
2) minor wifi HAL event enum fix which breaks loghandler
Change-Id: I48a052d703e3f3b14b47aedf9faaa53ebbfa0300
Signed-off-by: Jerry Lee <jerrylee@broadcom.com>
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | | |
dee2763 Merge "net:wireless:bcmdhd: Update bcm4339 FW (6.37.32.RC23.34.37)" into m-wireless-dev
d4438c7 net:wireless:bcmdhd: Update bcm4339 FW (6.37.32.RC23.34.37)
262499e net:wireless:bcmdhd: Update bcm4354/56 FW(7.35.79.81)
040ee11 change wifi Logging header
|
| |\ \
| | | |
| | | |
| | | | |
m-wireless-dev
|
| | |/
| | |
| | |
| | |
| | |
| | |
| | | |
Merged Autjoin offload/enhanced roam feature to N5 FW.
Change-Id: Iad6d015a4ef0ea16647012f0cf5a3124d7b11b8f
Signed-off-by: Ashwin <ashwin.bhat@broadcom.com>
|
| |/
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
1) add ucode dump functionality in FW.
2) we are under SVT
2-1) Basic connection Test : OK
2-2) Roaming Test : OK
2-3) Throughput Test : OK
2-4) Feature Test is still under test.
Change-Id: Ib50d64fc43247cf13190da6be892528c2fddb121
Signed-off-by: eccopark@broadcom.com <eccopark@broadcom.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
Allocate the memory at JNI layer. Thus, instead pass
down ** , pass * down
Bug:20853404
Change-Id: Id306ecda661ecb189c03925cfbf05077ae79c9f5
|
| |
| |
| |
| |
| | |
Change-Id: Ic6c506c688e324bd048bb2e682a172c6c37ff662
Signed-off-by: Chilam Ng <chilam@broadcom.com>
|
|\ \
| |/
| |
| |
| |
| |
| | |
merged from mirror-m-wireless-internal-release with -s ours
No changes were actually committed
62b585a Fix halutil build error [DO NOT MERGE]
|
| |
| |
| |
| | |
Change-Id: Icbd5309b42f674bf8eef19b4e8b93d9062087299
|
| |
| |
| |
| |
| |
| | |
Bug: http://b/15193147
Change-Id: I04232525770c0b15bfdc2b540accec708a66557c
(cherry picked from commit 396a83453334fceabf713288502f700e4bdcd7b9)
|
| |
| |
| |
| |
| | |
Change-Id: Iea43867feb8d89c45f82a9f6d000c0f14ee892ea
Signed-off-by: isong <isong@broadcom.com>
|
| |
| |
| |
| | |
Change-Id: I894e09b0563a95ab921c59d8b0a099de41132f61
|