summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-19brcm80211: fix null pointer accessAntonio Quartulli1-2/+1
2013-06-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-3/+12
2013-06-11brcm80211: make mgmt_tx in brcmfmac accept a NULL channelAntonio Quartulli1-3/+12
2013-05-28brcmfmac: Disable powersave mode for P2P link.Hante Meuleman1-0/+5
2013-05-28brcmfmac: Add multi channel support for P2P.Hante Meuleman1-1/+25
2013-05-28brcmfmac: use struct net_device::destructor to remove interfacesArend van Spriel1-1/+0
2013-05-28brcmfmac: add additional parameter to brcmf_free_vif()Arend van Spriel1-11/+6
2013-05-28brcmfmac: Turn off ARP offloading when configured for AP.Hante Meuleman1-1/+39
2013-05-17brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel1-1/+6
2013-04-23brcmfmac: support critical protocol API for DHCPPiotr Haber1-0/+46
2013-04-23brcmfmac: allow scanning to be suppressed in the driverArend van Spriel1-0/+10
2013-04-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-6/+1
2013-04-12brcmfmac: obtain iftype for firmware-signal descriptor lookupArend van Spriel1-0/+7
2013-04-12brcmfmac: adopt new d11 interfaceFranky Lin1-64/+70
2013-04-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-21/+25
2013-04-08brcmfmac: fix reception of P2P probe requests on P2P_DEVICE interfaceArend van Spriel1-0/+5
2013-04-08brcmfmac: wait for firmware event when creating P2P_DEVICE interfaceArend van Spriel1-3/+5
2013-04-08brcmfmac: support creation of P2P_DEVICE through user-spaceArend van Spriel1-2/+4
2013-04-08brcmfmac: use struct brcmf_if instance iso netdevice in escan functionsArend van Spriel1-39/+29
2013-04-08brcmfmac: use struct brcmf_if instance as parameter in brcmf_set_mpc()Arend van Spriel1-14/+15
2013-04-08brcmfmac: remove use of unconditional access of struct wireless_dev::netdevArend van Spriel1-6/+4
2013-04-08brcmfmac: add hexadecimal trace of message payloadArend van Spriel1-0/+1
2013-04-08brcmfmac: remove advertising P2P device supportArend van Spriel1-6/+1
2013-04-03brcmfmac: determine the wiphy->bands property correctly.Hante Meuleman1-79/+247
2013-04-03brcmfmac: fix returning cipher_suite for get_key operation.Hante Meuleman1-8/+4
2013-04-03brcmfmac: fix stopping AP.Hante Meuleman1-10/+15
2013-04-03brcmfmac: fix tkip mic tx/rx ap swap bug.Hante Meuleman1-3/+6
2013-03-07brcmfmac: remove null-pointer check in .sched_scan_start() callbackArend van Spriel1-3/+3
2013-02-22brcmfmac: fix missing unlock on error in brcmf_notify_vif_event()Wei Yongjun1-1/+3
2013-02-11cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg1-2/+2
2013-02-08brcmfmac: Add tx p2p off-channel support.Hante Meuleman1-57/+19
2013-02-08brcmfmac: Create netdev before returning from add_virtual_intf.Hante Meuleman1-9/+1
2013-02-08brcmfmac: Fix rtnl_lock lockup when registering netdev.Hante Meuleman1-1/+1
2013-02-08brcmfmac: Remove sleep on del_station.Hante Meuleman1-6/+1
2013-02-08brcmfmac: Update netdev configuration in wiphy for p2p.Hante Meuleman1-3/+8
2013-02-08brcmfmac: Reject change vif for p2p if.Hante Meuleman1-0/+12
2013-02-08brcmfmac: Use role from wdev on AP commands and fix stop_ap.Hante Meuleman1-37/+14
2013-02-08brcmfmac: Create p2p0 netdev via module variable.Hante Meuleman1-2/+10
2013-02-08brcmfmac: P2P action frame tx.Hante Meuleman1-1/+40
2013-02-08brcmfmac: Add handling of receiving P2P action frames.Hante Meuleman1-0/+2
2013-02-08brcmfmac: Update AP mode for GO creation.Hante Meuleman1-83/+172
2013-02-08brcmfmac: Update connect setup/handling routines for multiple bss.Hante Meuleman1-132/+234
2013-02-08brcmfmac: Fix bug mgmt_rx_registerHante Meuleman1-1/+1
2013-02-08brcmfmac: add p2p change vif routines.Hante Meuleman1-5/+18
2013-02-08brcmfmac: update escan for multiple bss and simplify.Hante Meuleman1-1/+7
2013-02-08brcmfmac: implement support for deleting virtual interfacesArend van Spriel1-80/+119
2013-02-08brcmfmac: fix compiler warning on printf formatArend van Spriel1-1/+1
2013-02-08brcmfmac: add support for P2P listen mode.Hante Meuleman1-4/+185
2013-02-08brcmfmac: add support for creating P2P client/GO interfaceArend van Spriel1-9/+114
2013-02-08brcmfmac: add peer-to-peer group discovery supportArend van Spriel1-48/+151