aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-30brcmfmac: (clean) Rename files wl_cfg80211 to cfg80211Hante Meuleman1-496/+0
2014-09-30brcmfmac: Add wowl support for PCIE devices.Hante Meuleman1-0/+4
2014-09-30brcmfmac: On scan timeout do send received results.Hante Meuleman1-2/+1
2014-06-25net/wireless/brcm80211/brcmfmac: Make return type and name reflect actual semanticsRasmus Villemoes1-1/+1
2014-03-17brcmfmac: remove mode field from brcmf_cfg80211_vif structureArend van Spriel1-17/+0
2014-02-28brcmfmac: Make firmeware roaming a module param.Hante Meuleman1-1/+0
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