- 09 Mar, 2017 2 commits
-
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
- 29 Sep, 2016 1 commit
-
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
- 29 Jul, 2016 1 commit
-
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
- 22 Jul, 2016 2 commits
-
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
- 13 Jul, 2016 3 commits
-
-
Gary Bisson authored
Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
Troy Kisky authored
Signed-off-by:
Troy Kisky <troy.kisky@boundarydevices.com>
-
Troy Kisky authored
-
- 04 Jul, 2016 1 commit
-
-
Gary Bisson authored
The '#if 0' code removal are due to the fact this code is usually used with a kernel whose cfg80211 has been modified to include new features. Since we use standard mainline cfg80211, bypass those calls. Signed-off-by:
Gary Bisson <gary.bisson@boundarydevices.com>
-
- 20 Apr, 2016 13 commits
-
-
Kang Xu authored
Change-Id: I47278df1e9e91a91f0ec3df24f33de5ec5b37f05 CRs-Fixed: 710831
-
Xianqing Jiang authored
If gEnablePowerSaveOffload is 1 in ini, power save can't be controlled by iw dev <devname> set power_save on/off. To fix this enable/disable pMac->pmcOffloadInfo.staPsEnabled when iw command is received to enable/disable the power save. Change-Id: Iddeea7029817b5e9f4da344286fed6ed3285917c CRs-Fixed: 1004582
-
Kang Xu authored
Change-Id: I1fe65999882cf401a46f7229add3a04e2e49a55b CRs-Fixed: 710831
-
Sreelakshmi Konamki authored
If gEnablePowerSaveOffload is 1 in ini, power save can't be controlled by iw dev <devname> set power_save on/off. Make configDefStaPsEnabled work only when configStaPsEnabled is TRUE. Change-Id: Ia00abb73efbb1425ef9a3862c1ea2a88506ffd9a CRs-Fixed: 963894
-
Kang Xu authored
Change-Id: I2ba64015edca13b95d4d0a3a37736d33ca712246 CRs-Fixed: 710831
-
Manikandan Mohan authored
When SAP is restarted, all connected station are disassociated and deauthenticated. But Cfg80211 layer return immediately. This result in some station not getting really disassociated. This update fixes this situation by waiting for deauth completion before proceeding with next station deauth. Change-Id: I09551c813736c1b75a1b70ade73011ad0494875e CRs-fixed: 767351
-
Kang Xu authored
Change-Id: I5330a65629a46cc5b49c91d92ca84344f62c72cf CRs-Fixed: 710831
-
Edhar, Mahesh Kumar authored
Waiting on VOS event variable without resetting results in stability issues, if the same code path execute more than once. Change done to reset VOS event variable before using. Change-Id: I56b42a70524d8311e4ab3beba65380600cf90cf4 CRs-Fixed: 873543
-
Yun Park authored
pHostapdState->vosEvent is a shared event for StartBss, StopBss and Sta_Disassoc completion. When hdd calls WLANSAP_StopBss it waits on this event assuming, StopBss completion will trigger the event. But: 1) DISASSOC event from one of the earlier STA comes late and falsely trigger the event (even before WLANSAP_StopBss complete). 2) This causes SAP restart sequence to be messed up and 3) followed by inconsistent vdev_id between host and firmware. 4) Because of this FW is then dropping MGMT packets sent from host and 5) hence clients are not able to connect to SAP. Change-Id: Ib1f670ee0ab9dff7fab25f4402bbd278f014bea2 CRs-Fixed: 767351
-
Ryan Hsu authored
This event is set when started bss, but not getting reset. Then we'll not have enough time to stop the bss, reset the event and wait for the stop_bss signal the event to complete it. Change-Id: I62d0b9426e25316121b824ac1ef6a886225c8797 CRs-fixed: 715396
-
Nirav Shah authored
Reset/Initialize vosEvent before issueing WLANSAP_StopBss to wait for delete bss response to avoid race condition. Change-Id: I50af469bc6b7dd96eabd35d6ee9431ef103a2ae3 CRs-fixed: 762382
-
Kang Xu authored
Change-Id: I4eef3819047417afa19e581de1f1e88b46a99d8e CRs-Fixed: 710831
-
Naveen Rawat authored
Every time beacon template or probe response template is update a repeating message was marked LOGA. This means it will be printed irrespective of log level requested by used. Changed that to LOGI Change-Id: I6ef30e30549b9d439f8c75bc7262444f1b82f3ef CRs-Fixed: 762275
-
- 18 Jan, 2016 8 commits
-
-
Kang Xu authored
Change-Id: I21de8ea5f847b7212564faefd71d6f0c5a76a4dd CRs-Fixed: 710831
-
Yingying Tang authored
When a STA is connected to the SoftAP, the kernel log gets a non-stop message "ol_txrx_peer_link_status_handler: peer_num...". Change the always-printing message to a highest verbosity level. Change-Id: I0c308795aaa64f20f7a4c52d59c4be50186ffd52 CRs-Fixed: 947904
-
Yingying Tang authored
This change add a process in apfind_evt handler to trigger host to reconnect to remote AP when firmware notifies host about finding this missing AP during QRF scan. Without this fix, host driver may take longer time to realize that the remote AP's connection was dropped and need reconnection, since it just wakes up from suspend and does not aware of the connection status change. Change-Id: I543c29cfa7e9ba138b975c8d06b455b0c9da59e1 CRs-Fixed: 936929
-
Kang Xu authored
Change-Id: I78e09d9cfef0dbd959461c8bb3f08edcccbb96aa CRs-Fixed: 710831
-
Yue Ma authored
Host driver initiated recovery will cause issues if FW is still trying to access host buffers. Hence add the support that recovery can be initiated by FW to make sure FW activity has stopped. Change-Id: I5f00fe9b969a7d2ce39e31df3dafa30d35078de5 CRs-fixed: 851449
-
Kiran Kumar Lokere authored
Add support for self recovery when SME command stuck happens. Add knob to control the self recovery support and dump the recovery stats with ioctl command. Change-Id: I2f60d7ede88df939b9cb48d52f0d7e8c0bf79fcf CRs-Fixed: 700189
-
Kang Xu authored
Change-Id: Id7961511751cf0cdef6630f69dc19c838b687d8a CRs-Fixed: 710831
-
Yingying Tang authored
Add some debug log between 2 Roam sub state change process. Check why the normal Roam sub state change process is not called. Change-Id: Iac0f9f86e7dccfccda97291810e32205f705d34c CRs-Fixed: 935062
-
- 09 Nov, 2015 9 commits
-
-
Kang Xu authored
Change-Id: I146967bd32e300da03c6f2b3d1318b2a8c76b2d5 CRs-Fixed: 710831
-
Yingying Tang authored
Host send WoW pulse setting information to firmware and allow firmware to use this pulse to wake host Change-Id: I632b3e85a8e113b8b8d4c927e822dce53f1b6727 CRs-Fixed: 924672
-
Sanjay Devnani authored
add WMI cmd WMI_WOW_HOSTWAKEUP_PIN_PATTERN_CONFIG_CMDID Change-Id: If9d15429b8171b402374fa999db91affe83be753 CRs-Fixed: 865207
-
Sanjay Devnani authored
add WMI_PEER_ASSOC_CONF_EVENT msg Change-Id: Ie182af029e480a91810bcd333c72466dab79074d CRs-Fixed: 865207
-
Krishna Kumaar Natarajan authored
Add extra NS tuples for ARP NS offload command. Change-Id: I15be1b645f6e17e1056999f2b84a0a4cc9d582c1 CRs-Fixed: 865207
-
c_rrajiv authored
Add a new threshold for TDLS teardown notification interval teardown_notification_ms. CRs-Fixed: 865207 Change-Id: I06fbe0515015d74503b1ec04aebee503ebdeec4b
-
c_rrajiv authored
Add RC4 and HMAC info to extended-WOW parameters message CRs-Fixed: 865207 Change-Id: I872a1e1e8e924bb7118088277204b3101d4292f5
-
c_rrajiv authored
Add WMI_MAWC defs. CRs-Fixed: 865207 Change-Id: I0aa757006a20d613f1ae54b5006109562db52849
-
c_rrajiv authored
Add WMI_SERVICE_READY_EXT message def. CRs-Fixed: 865207 Change-Id: I9b60836c3ed79cc7fdf4bb85da362f6dab2fdc8e
-