Commit Graph

4559 Commits

Author SHA1 Message Date
Srinivas Girigowda
fa48ab8ddb qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_stats.h
Fix kernel checkpatch warnings in wlan_hdd_stats.h.

Change-Id: Iaa5c38be90aec91b090170bb89f0a843c7aea399
CRs-Fixed: 2024274
2017-04-11 01:33:49 -07:00
Sandeep Puligilla
26095394d3 Release 5.2.0.20S
Release 5.2.0.20S

Change-Id: I1d93d7bf86e8fa95f413a54e10c2499a0645f77a
CRs-Fixed: 774533
2017-04-11 00:17:00 -07:00
Manikandan Mohan
41e2d6f933 qcacld-3.0: Fix for memory leaks in multiple functions
1)  Fix for memory leaks lim management frame registration queue by
    unconditionally removing all nodes from queue and releasing the
    node pointer. This need to be done for FTM mode also.

2) Free u_mac_post_ctrl_msgu_mac_post_ctrl_msg in the error cases.

3) In wma_tx_packet(), free tx_frame memory in error cases.

Change-Id: Idbae6b2666d38d0f130d0115e5a05387c0b63c31
CRs-fixed: 2027588
2017-04-11 00:16:59 -07:00
Sandeep Puligilla
85d8f9b5d7 Release 5.2.0.20R
Release 5.2.0.20R

Change-Id: I511465bc7dc29f421209d1db14b4325b9ce2d6b0
CRs-Fixed: 774533
2017-04-10 23:22:26 -07:00
Ashish Kumar Dhanotiya
e16feb7622 qcacld-3.0: Apps crash due to invalid wiphy check during unload
Wiphy is not getting unregister at the time of unload because of
that kernel has stale pointer which is causing a crash.

Add a proper check for wiphy during unload and unregister the wiphy.

Change-Id: Ibbdc3966f37bc628552c0118297f82065fa04d46
CRs-Fixed: 2027470
2017-04-10 23:22:26 -07:00
Ashish Kumar Dhanotiya
aa2b17c8d8 qcacld-3.0: Handle SSR Reinit failure gracefully
Presently on the re-init failure when the driver tries
to unregister the wiphy during the re_init failure
SSR timeout happens because the wiphy_unregister
would be waiting on the interface opencount to be set
to 0, it would happen only if the netdevice's are de-registered
with the kernel before wiphy_unregister

De-register the interfaces during the reinit failure so that
upper layer is blocked from accessing the driver and also have
a clean rmmod of the driver.

Change-Id: I3d97df19f6c59fcfd1d423d5cc4eae85040d4a97
CRs-Fixed: 2019989
2017-04-10 23:22:24 -07:00
Sandeep Puligilla
1263bc1b66 Release 5.2.0.20Q
Release 5.2.0.20Q

Change-Id: I5d021bacd22d1f1352b7b42d600b697c57154ab9
CRs-Fixed: 774533
2017-04-10 22:17:51 -07:00
Srinivas Girigowda
bfb10474c5 qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_includes.h
Fix kernel checkpatch warnings in wlan_hdd_includes.h.

Change-Id: I458da39f09fd7825c75cae32bab9c5468d605a57
CRs-Fixed: 2024274
2017-04-10 22:17:50 -07:00
Srinivas Girigowda
682a16b09d qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_scan.h
Fix kernel checkpatch warnings in wlan_hdd_scan.h.

Change-Id: Ib1f7b847c8210dbc76c1f5937e7caa809fe11e2a
CRs-Fixed: 2024274
2017-04-10 22:17:48 -07:00
Srinivas Girigowda
08e6636330 qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_nan.c
Fix kernel checkpatch warnings in wlan_hdd_nan.c.

Change-Id: Id5b9abbc57e7f42dc2703d82c947c6c5978736db
CRs-Fixed: 2024274
2017-04-10 22:17:45 -07:00
Srinivas Girigowda
ef3278097e qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_p2p.c
Fix kernel checkpatch warnings in wlan_hdd_p2p.c.

Change-Id: I1eee322d7ded1b646023d7e103f469023cf6a4fe
CRs-Fixed: 2024274
2017-04-10 22:17:43 -07:00
Srinivas Girigowda
5d5fdc5c31 qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_p2p.h
Fix kernel checkpatch warnings in wlan_hdd_p2p.h.

Change-Id: Ic9217ecf3a137ced528bf7dac9f6401a05fafda4
CRs-Fixed: 2024274
2017-04-10 22:17:41 -07:00
Srinivas Girigowda
df88faa15c qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_hostapd.c
Fix kernel checkpatch warnings in wlan_hdd_hostapd.c.

Change-Id: Ic10dfe4b2612323db0ffba290f32745400b6c168
CRs-Fixed: 2024274
2017-04-10 22:17:38 -07:00
Srinivas Girigowda
fba82a0f50 qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_wext.c
Fix kernel checkpatch warnings in wlan_hdd_wext.c.

Change-Id: I199fb53f09fb8a03b071259a69041ee91d43b91b
CRs-Fixed: 2024274
2017-04-10 22:17:36 -07:00
Srinivas Girigowda
c231df6f31 qcacld-3.0: Fix kernel checkpatch warnings in qc_sap_ioctl.h
Fix kernel checkpatch warnings in qc_sap_ioctl.h. As a part of
checkpatch warnings remove the unused structures/enums.

Change-Id: I0144c3cf2d40c115d4965cd0e230c928c710f82a
CRs-Fixed: 2024274
2017-04-10 22:17:33 -07:00
Srinivas Girigowda
cd67e7147f qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_napi.c
Fix kernel checkpatch warnings in wlan_hdd_napi.c.

Change-Id: Ie368668c2696bc76a8e6fbb0d7a883f2b13ad0c3
CRs-Fixed: 2024274
2017-04-10 22:17:31 -07:00
Srinivas Girigowda
e41bffee1f qcacld-3.0: Fix kernel checkpatch warnings in wlan_hdd_lro.c
Fix kernel checkpatch warnings in wlan_hdd_lro.c.

Change-Id: I99ce2f7b0a246afb9d1f0e3be0a898436dfa5ece
CRs-Fixed: 2024274
2017-04-10 22:17:29 -07:00
Sandeep Puligilla
627f1f552b Release 5.2.0.20P
Release 5.2.0.20P

Change-Id: Ie31aadfb38350c582af8d09b392f3388104d7708
CRs-Fixed: 774533
2017-04-10 04:47:08 -07:00
Himanshu Agarwal
7d367c124d qcacld-3.0: Add ref_cnt implementation for flow pool
Add ref_cnt implementation for flow pool to synchronize
usage and deletion of flow pool.

Change-Id: Idb52c74df6a771b776e3df6bf4aea5c150b5fc7a
CRs-Fixed: 2025757
2017-04-10 16:29:26 +05:30
Sandeep Puligilla
6c02402e59 Release 5.2.0.20O
Release 5.2.0.20O

Change-Id: I17fe09a984417278d9741f00ce9194ce0c65ac30
CRs-Fixed: 774533
2017-04-10 03:27:11 -07:00
Poddar, Siddarth
31b9b8b741 qcacld-3.0: [HDD/TXRX] Reduce the log spam in kmsg
Move the logs to appropriate log levels to avoid excessive
logging in kmsg.

CRs-Fixed: 2029891
Change-Id: I782eadeb8c27f89ec635850201755720f068e955
2017-04-10 03:27:11 -07:00
Sandeep Puligilla
935ac66fb3 Release 5.2.0.20N
Release 5.2.0.20N

Change-Id: I1872c81f3876910fa0fb38b3c79611a325c79f59
CRs-Fixed: 774533
2017-04-10 02:11:57 -07:00
Poddar, Siddarth
1452179368 qcacld-3.0: TXRX: Reduce the log spam in Kmsg
Introduce different ol_trxrx print apis based on log levels.
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

CRs-Fixed: 2019261
Change-Id: I14dfedb1a71b10043571112f05965935dd91a90e
2017-04-10 02:11:57 -07:00
Sandeep Puligilla
7ce50372b0 Release 5.2.0.20M
Release 5.2.0.20M

Change-Id: Ieb492e9ae9c686553d09df43ff4a1c1c3d688a6d
CRs-Fixed: 774533
2017-04-10 01:37:30 -07:00
Srinivas Girigowda
4698a9c284 qcacld-3.0: Remove obsolete set/reset ssid hotlist
This is a qcacld-2.0 to qcacld-3.0 propagation.

Remove obsolete set/reset ssid hotlist.

Change-Id: Ie6c4a9847f2daa9ba2aebd17f386d584201b86d6
CRs-Fixed: 1102593
2017-04-10 01:37:29 -07:00
Sandeep Puligilla
30641f17eb Release 5.2.0.20L
Release 5.2.0.20L

Change-Id: Iba8888fe444cb1c232ff3ded582d230d6e57d408
CRs-Fixed: 774533
2017-04-10 00:31:33 -07:00
Mukul Sharma
fcd57f5724 qcacld-3.0: Cleanup WMA LPHB code and Add PMO lphb calls
Cleanup WMA LPHB code and Add PMO calls.

Change-Id: I8dd338b9653c123ef315aa955915547486603ae8
CRs-Fixed: 2021994
2017-04-10 00:31:32 -07:00
Sandeep Puligilla
fa28a85850 Release 5.2.0.20K
Release 5.2.0.20K

Change-Id: Ie875cdf98084808d77eebe891674897b733848bb
CRs-Fixed: 774533
2017-04-09 20:16:40 -07:00
Kai Liu
a27ce62df5 qcacld-3.0: override default uart tx pin to aviod conflict with sdio pin
In sdio interface chip, both sdio_data2 and uart_tx pin will use GPIO6.
It is set by fw rom code, which will cause sdio CRC error  when there is
sdio transaction. Override uart tx pin to avoid side effect to sdio pin.

Change-Id: Icd268e607c51238dcea7e8e3a55dceb96d5b1c1a
CRs-Fixed: 2019742
2017-04-09 20:16:40 -07:00
Sandeep Puligilla
8b08ef5943 Release 5.2.0.20J
Release 5.2.0.20J

Change-Id: I83ed30941c1a1ae2216e2c189fe489aa819fbedd
CRs-Fixed: 774533
2017-04-09 13:57:23 -07:00
Sameer Thalappil
ba309e1b5e qcacld-3.0: Use absolute path for header files
Pass absolute path from Android.mk to reference driver
header files.

CRs-Fixed: 2029635
Change-Id: I20885ec6b2f60270a9626d7d4cf465ff72c5f2cc
2017-04-09 13:57:23 -07:00
Sandeep Puligilla
ef3092bc39 Release 5.2.0.20I
Release 5.2.0.20I

Change-Id: I1af47a936e6060721efde034bf0b3f89ac5e8d14
CRs-Fixed: 774533
2017-04-09 13:08:51 -07:00
Houston Hoffman
13f4be5fb8 qcacld-3.0: increase htt_htc_misc_pkt_list_trim trim level
2048 packets could be pending in the ce and the tx_queue
depth could be pending in the htc queue.

Change-Id: I2eedd9dd7300058a4b3024dd97c826c08f8c44bd
CRs-Fixed: 2019589
2017-04-09 13:08:50 -07:00
Houston Hoffman
91e7613911 qcacld-3.0: Avoid dereferencing null tx_desc in ol_tx_ll_fast
In one version of ol_tx_ll_fast a null tx_desc will be dereferenced.
ol_tx_desc_vdev_update is called when tx_desc is guaranteed to not
be null. Move the vdev_id assignment into ol_tx_desc_vdev_update
to simplify the code and fix the null pointer dereference.

Change-Id: I01b2e81ee3f19cdf3f2f74ccc575df767891f472
CRs-Fixed: 2020708
2017-04-09 13:08:49 -07:00
Sandeep Puligilla
a10db7abf4 Release 5.2.0.20H
Release 5.2.0.20H

Change-Id: I2285dd7e03e6374c4f88b8c9a4803b0c9ee53265
CRs-Fixed: 774533
2017-04-08 10:08:49 -07:00
Srinivas Girigowda
db85a6e27a qcacld-3.0: Change LOG1/LOG2 logs to appropriate log levels
LOGD log level should be used for all INFO messages
in sme layer.

Change LOG1/LOG2 logs to appropriate log levels

Change-Id: I9a0dacc7bb2feea1370d33f536a5cf715f1a1f63
CRs-Fixed: 1093093
2017-04-08 08:50:27 -07:00
Srinivas Girigowda
86ecc0168d qcacld-3.0: Remove excessive logging
Lot of info logs are periodic and cause log spam.
Add changes to remove excessive logging.

Change-Id: I1ae4f366f359fd90856743b4c2689ad9aad3417b
CRs-Fixed: 1093093
2017-04-08 08:50:27 -07:00
Srinivas Girigowda
678586caff qcacld-3.0: SAP: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: Ib53e9944677893ee29a59293dbbfa4a1df2f224d
CRs-Fixed: 2014745
2017-04-08 08:50:26 -07:00
Srinivas Girigowda
f6fddceba7 qcacld-3.0: SYS: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: Iada52b9a7f2da0dd251c393c73551b41420f784e
CRs-Fixed: 2014745
2017-04-08 08:50:26 -07:00
Srinivas Girigowda
d469e8c12d qcacld-3.0: SME: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: I96f50e739c9c2404fe36fec65f5b6fefcc435338
CRs-Fixed: 2014745
2017-04-08 08:50:26 -07:00
Srinivas Girigowda
f936d825d0 qcacld-3.0: PE: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: If167ffaf98e73e253c678ae52283324fa9c8ef81
CRs-Fixed: 2014745
2017-04-08 08:50:26 -07:00
Srinivas Girigowda
028c4481dd qcacld-3.0: HDD_DATA: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: I7228229a897bdbccc1a5aa3f01b57770e722cffb
CRs-Fixed: 2014745
2017-04-08 08:50:26 -07:00
Srinivas Girigowda
d395b89a43 qcacld-3.0: CDS: Reduce the log spam in kmsg
Move the logs to appropriate log levels to reduce
the log spam in kmsg.

Change-Id: Iaa3cc1925d0ddc59de910a2ad0d2090fec63c18a
CRs-Fixed: 2014745
2017-04-08 08:50:26 -07:00
Sandeep Puligilla
a9d5e20b34 Release 5.2.0.20G
Release 5.2.0.20G

Change-Id: I8ab27bea7398bf6ac42d82d2729d93283c5890cb
CRs-Fixed: 774533
2017-04-07 20:28:58 -07:00
Srinivas Girigowda
f91ec57cce qcacld-3.0: Reduce the log spam in wlan_hdd_lro.c
Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_lro.c

Change-Id: I4d533a881cc27f124619bf28d597821abaeb13e2
CRs-Fixed: 2014745
2017-04-07 20:28:57 -07:00
Srinivas Girigowda
dc99f84ae8 qcacld-3.0: Reduce the log spam in wlan_hdd_ioctl.c
Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_ioctl.c

Change-Id: I1dbe7da4bb778b51cdef88e2b9d5c640f6bf2f42
CRs-Fixed: 2014745
2017-04-07 20:28:56 -07:00
Srinivas Girigowda
3d5250d958 qcacld-3.0: Reduce the log spam in wlan_hdd_main.c
Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_main.c

Change-Id: Ic6560a87012d2049e27abf1f505448ae410d08be
CRs-Fixed: 2014745
2017-04-07 20:28:55 -07:00
Srinivas Girigowda
5d6bde6920 qcacld-3.0: Reduce the log spam in wlan_hdd_power.c
Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_power.c

Change-Id: I6280f38da835c0b599745c99fbbb12dd699c3ef5
CRs-Fixed: 2014745
2017-04-07 20:28:54 -07:00
Srinivas Girigowda
c7f00d4362 qcacld-3.0: Reduce the log spam in wlan_hdd_p2p.c
Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_p2p.c

Change-Id: I524f0602cb2142b0ed390c86a2dd4aaafd3f3595
CRs-Fixed: 2014745
2017-04-07 20:28:53 -07:00
Srinivas Girigowda
87150acd43 qcacld-3.0: Reduce the log spam in wlan_hdd_memdump.c
Move the logs to appropriate log levels to reduce
the log spam in wlan_hdd_memdump.c

Change-Id: I96a36868dbb68eb5f7b78af2ef404af56443e7f2
CRs-Fixed: 2014745
2017-04-07 20:28:51 -07:00