summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
AgeCommit message (Expand)Author
2014-01-16brcmfmac: initialize escan function pointer during scheduled scanArend van Spriel
2014-01-06brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel
2014-01-06brcmfmac: call brcmf_cfg80211_detach() after removal of interfacesArend van Spriel
2014-01-06brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel
2014-01-06brcmfmac: inform cfg80211 when changing the CONNECTED stateArend van Spriel
2014-01-06brcmfmac: correct reporting HT40 support in wiphy htcapArend van Spriel
2013-12-02Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-12-02brcmfmac: move firmware related structures to fwil_types.hArend van Spriel
2013-12-02cfg80211: aggregate mgmt_tx parameters into a structAndrei Otcheretianski
2013-11-25cfg80211: move regulatory flags to their own variableLuis R. Rodriguez
2013-11-25cfg80211: consolidate passive-scan and no-ibss flagsLuis R. Rodriguez
2013-08-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-08-15brcmfmac: add support for manual TDLS operationsArend van Spriel
2013-08-12cfg80211: add wdev to testmode cmdDavid Spinadel
2013-08-09brcmfmac: use CFG80211_TESTMODE_CMDJohannes Berg
2013-07-26brcmfmac: inform cfg80211 about disconnect when device is unpluggedArend van Spriel
2013-06-19brcm80211: fix null pointer accessAntonio Quartulli
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2013-06-11brcm80211: make mgmt_tx in brcmfmac accept a NULL channelAntonio Quartulli
2013-05-28brcmfmac: Disable powersave mode for P2P link.Hante Meuleman
2013-05-28brcmfmac: Add multi channel support for P2P.Hante Meuleman
2013-05-28brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel
2013-05-28brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel
2013-05-28brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman
2013-05-17brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel
2013-04-23brcmfmac: support critical protocol API for DHCPPiotr Haber
2013-04-23brcmfmac: allow scanning to be suppressed in the driverArend van Spriel
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-12brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel
2013-04-12brcmfmac: adopt new d11 interfaceFranky Lin
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-04-08brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interfaceArend van Spriel
2013-04-08brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel
2013-04-08brcmfmac: support creation of P2P_DEVICE through user-spaceArend van Spriel
2013-04-08brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel
2013-04-08brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel
2013-04-08brcmfmac: remove use of unconditional access of struct wireless_dev::netdevArend van Spriel
2013-04-08brcmfmac: add hexadecimal trace of message payloadArend van Spriel
2013-04-08brcmfmac: remove advertising P2P device supportArend van Spriel
2013-04-03brcmfmac: determine the wiphy->bands property correctly.Hante Meuleman
2013-04-03brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman
2013-04-03brcmfmac: fix stopping AP.Hante Meuleman
2013-04-03brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman
2013-03-06brcmfmac: remove null-pointer check in .sched_scan_start() callbackArend van Spriel
2013-02-22brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg
2013-02-08brcmfmac: Add tx p2p off-channel support.Hante Meuleman
2013-02-08brcmfmac: Create netdev before returning from add_virtual_intf.Hante Meuleman
2013-02-08brcmfmac: Fix rtnl_lock lockup when registering netdev.Hante Meuleman
2013-02-08brcmfmac: Remove sleep on del_station.Hante Meuleman