aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-02-04cfg80211: make connect ie param constJohannes Berg1-1/+2
2014-01-06brcmfmac: use custom destructor callback for all netdevice interfacesArend van Spriel1-0/+1
2014-01-06brcmfmac: move wiphy_unregister() call to brcmf_cfg80211_detach()Arend van Spriel1-3/+1
2013-05-28brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel1-1/+2
2013-04-23brcmfmac: support critical protocol API for DHCPPiotr Haber1-0/+2
2013-04-23brcmfmac: allow scanning to be suppressed in the driverArend van Spriel1-1/+3
2013-04-12brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel1-0/+1
2013-04-12brcmfmac: adopt new d11 interfaceFranky Lin1-1/+6
2013-04-08brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel1-5/+4
2013-04-08brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel1-1/+1
2013-02-08brcmfmac: Create netdev before returning from add_virtual_intf.Hante Meuleman1-2/+0
2013-02-08brcmfmac: Cleanup of unused defines.Hante Meuleman1-1/+1
2013-02-08brcmfmac: P2P action frame tx.Hante Meuleman1-0/+1
2013-02-08brcmfmac: Update connect setup/handling routines for multiple bss.Hante Meuleman1-0/+2
2013-02-08brcmfmac: add p2p change vif routines.Hante Meuleman1-0/+4
2013-02-08brcmfmac: implement support for deleting virtual interfacesArend van Spriel1-0/+4
2013-02-08brcmfmac: add support for P2P listen mode.Hante Meuleman1-0/+2
2013-02-08brcmfmac: add support for creating P2P client/GO interfaceArend van Spriel1-1/+25
2013-02-08brcmfmac: add peer-to-peer group discovery supportArend van Spriel1-2/+76
2012-12-10brcmfmac: remove WL_CONN() macroArend van Spriel1-4/+0
2012-12-10brcmfmac: remove WL_SCAN() macroArend van Spriel1-1/+0
2012-12-10brcmfmac: remove WL_TRACE() macroArend van Spriel1-1/+0
2012-12-10brcmfmac: replace WL_INFO() macroArend van Spriel1-1/+0
2012-12-10brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel1-2/+0
2012-12-10brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel1-66/+8
2012-12-10brcmfmac: rework bus interfaceArend van Spriel1-1/+2
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel1-1/+0
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel1-2/+0
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel1-2/+2
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel1-31/+0
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel1-21/+21
2012-11-14brcmfmac: change parameter of brcmf_set_management_ie()Arend van Spriel1-0/+6
2012-11-14brcmfmac: remove obsolete i-scan and clean up related code.Hante Meuleman1-63/+5
2012-11-14brcmfmac: remove obsolete structure ap_infoArend van Spriel1-13/+0
2012-10-29brcmfmac: store IEs per virtual interfaceArend van Spriel1-0/+16
2012-10-29brcmfmac: remove unused enumeration wl_prof_listArend van Spriel1-13/+0
2012-10-29brcmfmac: cleanup brcmf_cfg80211_profile structureArend van Spriel1-13/+7
2012-10-29brcmfmac: remove debugfs functionality from wl_cfg80211.cArend van Spriel1-2/+0
2012-10-29brcmfmac: separate connection status from scanning statusArend van Spriel1-11/+30
2012-10-29brcmfmac: store profile information per virtual interfaceArend van Spriel1-2/+8
2012-10-29brcmfmac: introduce brcmf_cfg80211_vif structureArend van Spriel1-7/+32
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel1-3/+1
2012-09-28brcmfmac: rename structure brcmf_cfg80211_privArend van Spriel1-18/+18
2012-09-28brcmfmac: add hostap supoort.Hante Meuleman1-1/+17
2012-09-28brcmfmac: remove two obsolete structure definitionsArend van Spriel1-16/+3
2012-09-28brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 codeArend van Spriel1-6/+6
2012-09-28brcmfmac: get rid of extern keyword in wl_cfg80211.hArend van Spriel1-8/+8
2012-09-28brcmfmac: use different fw api for encryption,auth. configHante Meuleman1-0/+2
2012-09-24brcmfmac: get rid of void pointer in struct brcmf_cfg80211_privArend van Spriel1-2/+2
2012-09-24brcmfmac: change struct brcmf_cfg80211_priv comments to kernel-docArend van Spriel1-41/+77