aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcmdhd/wl_cfg80211.c
Commit message (Collapse)AuthorAgeFilesLines
* net: wireless: bcmdhd: Set bigger wakelock timeout for eventsDmitry Shmidt2011-08-311-1/+5
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to 5.90.125.74Howard M. Harte2011-08-311-96/+57
| | | | | | Change-Id: I427ee7a07e794b228e58fa2edbaa127481b67398 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to 5.90.125.69Greg Goldman2011-08-231-25/+58
| | | | | | Change-Id: I25a516ca4d8f5edc72a2a54e420f5e1b4fe3aa16 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to version 5.90.125.65Greg Goldman2011-08-161-97/+28
| | | | | | | Fixing problem with connection A-band Improving sync between Driver and CFG80211 status Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Update to 5.90.125.64:Howard M. Harte2011-08-161-212/+285
| | | | | | | | | | * Fix for dhd_bus_devreset in dhd_sdio return error 35 when first called. * Add combo scan support. * Fix PMK caching issue. Change-Id: Iac9e8591d27ef7240418c79caf0a4ac919ef23f3 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fixing memory leak problem in wl_get_iesGreg Goldman2011-08-091-27/+38
| | | | | | Change-Id: I26462c22ba4c3aebc1e157fbf74833c65815647c Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix CFG80211 memory corruptionLin Ma2011-08-051-24/+25
| | | | | | | | | | | * Sends event/data packets to kernel while net_device interface has not been created or registered yet * Timer gets freed twice * The primary net_device interface never gets freed * Memory corruption in scan buffer * Memory corruption in cfg80211 wiphy structure fix for kthred_stop crash Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: add support for mkeepalive.Howard M. Harte2011-08-021-63/+17
| | | | | | | | Fix p2p group add issue. Change-Id: Ieb8fba54e04912b4002837243c00ba90fd150e5d Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: change logic for removing monitor interace for P2P.Howard M. Harte2011-07-291-5/+2
| | | | | | Change-Id: Ie757ec25c86d0402d0463a9b7f2fff14b840f446 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Additional patch for scan and connection problem.Howard M. Harte2011-07-271-26/+26
| | | | | | Change-Id: I79a25bd3f36f5d3accae83116084b8baf63a1033 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Put p2p_dev_addr under DHD_P2P_DEV_ADDR_FROM_SYSFSDmitry Shmidt2011-07-271-9/+6
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix rfkill cleaning on failureDmitry Shmidt2011-07-271-16/+30
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix scan and connection problem.Howard M. Harte2011-07-271-10/+30
| | | | | | Change-Id: Idd77caf358fc77c4b81929c644020d09009e4f36 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to 5.90.125.52:Howard M. Harte2011-07-271-85/+118
| | | | | | | | | Fix unremoved monitor interface problem after killing hostapd. Add WPS support for hostapd. Change-Id: I4e476fafb203592fcdf5c15a526b67d4aa78df3e Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Ignore WL_BSS_INFO_VERSION valueDmitry Shmidt2011-07-271-0/+2
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Fix ag band issue and escan crashesLin Ma2011-07-271-12/+46
| | | | | | Change-Id: Ie1bdb52a362755b7c922be9b721e9cf0e4042d95 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Release 5.90.125.48 Add regulatory domain check in cfg80211 driver and fix ↵Lin Ma2011-07-211-3/+46
| | | | | | | | PNO issues Change-Id: I394f4eb017ca61861f16632e8998a8fb07e6fca7 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix compilation for kernel 3.0Dmitry Shmidt2011-07-211-3/+4
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to 5.90.125.40Lin Ma2011-07-211-301/+842
| | | | | | | | | | Add monitor interface support and fix cfg80211 management frame isses Add support for hostapd Use private command to get p2p device address Change-Id: Ie490e38f1af9f259ff4a96b2f7d367119c65c377 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix build break with newer versions of gccRom Lemarchand2011-07-131-2/+2
| | | | | | | | | | In case the WPA cipher can't be determined the pval and gval variables don't get updated which generates a warning in newer versions of gcc (tested with 4.5.2). Since the bcmdhd driver gets compiled with warnings treated as errors this change is needed to fix the build. Change-Id: Ia483777fee54ac526bb0db7c666fa2bf5df17354 Signed-off-by: Rom Lemarchand <rlemarchand@sta.samsung.com>
* net: wireless: bcmdhd: Fix crash if event queue is emptyDmitry Shmidt2011-07-111-2/+2
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix CFG80211 suspend/resume if interface is downDmitry Shmidt2011-07-111-3/+13
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to 5.90.125.33Greg Goldman2011-07-011-3/+5
| | | | | | | | Add logic to get MAC address before firmware is loaded Change-Id: I2151a0fcc5aab914cfec8bfedf761b9f06445d1a Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to 5.90.125.32:Lin Ma2011-07-011-45/+7
| | | | | | | | | | | | | * Move Android specific functions to wl_android (wifi control functions, wifi device, pre-alloc buffer.) * Link Android start/stop commands to interface up/down (download firmware when primary interfacde is up.) * Fix a issue in driver unload, the same IRQ can not be disabled twice (set_irq_wake) Change-Id: Id49c4f746f69371323c9a34834c3b628b78ff713 Signed-off-by: Howard M. Harte <hharte@broadcom.com> Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix memory poisoning in wl_free_wdev()Dmitry Shmidt2011-06-241-1/+0
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix failure in register_sysctl_table() callDmitry Shmidt2011-06-211-1/+1
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* net: wireless: bcmdhd: Fix 3.0 compilation for CFG80211Dmitry Shmidt2011-06-201-2/+22
| | | | Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
* Update to 5.90.125.27 release.Howard M. Harte2011-06-141-127/+86
| | | | | Change-Id: I593f4a90671468b486e5f39b9eeff8ae65ac9431 Signed-off-by: Howard M. Harte <hharte@broadcom.com>
* Update to 5.90.125.22:Howard M. Harte2011-06-141-499/+609
| | | | | | | | * Add support for SoftAP, keepalive, ARP offload. * Clean up cfg80211 and p2p code. * Update Makefile to support new features. Change-Id: I1e7a16acd400d7baf5625ca8ba6552a6f1c80661 Signed-off-by: Howard M. Harte <hharte@broadcom.com>
* net: wireless: bcmdhd: Initial version based on 5.90.125.14Dmitry Shmidt2011-06-141-0/+5837
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>