aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
AgeCommit message (Expand)Author
2013-01-02brcmfmac: fix parsing rsn ie for ap mode.Hante Meuleman
2012-12-10brcmfmac: remove WL_CONN() macroArend van Spriel
2012-12-10brcmfmac: remove WL_SCAN() macroArend van Spriel
2012-12-10brcmfmac: remove WL_TRACE() macroArend van Spriel
2012-12-10brcmfmac: replace WL_INFO() macroArend van Spriel
2012-12-10brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel
2012-12-10brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel
2012-12-10brcmfmac: rework bus interfaceArend van Spriel
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-26cfg80211: pass a channel definition structJohannes Berg
2012-11-16brcmfmac: code cleanupHante Meuleman
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel
2012-11-14brcmfmac: return immediately error for out of range key_idx.Hante Meuleman
2012-11-14brcmfmac: fix build regressionArend van Spriel
2012-11-14brcmfmac: remove obsolete variable from brcmf_cfg80211_start_ap()Arend van Spriel
2012-11-14brcmfmac: change parameter of brcmf_set_management_ie()Arend van Spriel
2012-11-14brcmfmac: remove obsolete i-scan and clean up related code.Hante Meuleman
2012-11-14brcmfmac: make pointer type constant in brcmf_set_management_ie()Arend van Spriel
2012-11-14brcmfmac: restrict error condition in brcmf_inform_bss()Arend van Spriel
2012-11-14brcmfmac: simplify if-else condition in brcmf_cfg80211_escan()Arend van Spriel
2012-11-14brcmfmac: remove obsolete structure ap_infoArend van Spriel
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-10-29brcmfmac: store IEs per virtual interfaceArend van Spriel
2012-10-29brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()Arend van Spriel
2012-10-29brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()Arend van Spriel
2012-10-29brcmfmac: use memset when setting a broadcast mac addressArend van Spriel
2012-10-29brcmfmac: rename check_sys_up() to check_vif_up()Arend van Spriel
2012-10-29brcmfmac: remove debugfs functionality from wl_cfg80211.cArend van Spriel
2012-10-29brcmfmac: separate connection status from scanning statusArend van Spriel
2012-10-29brcmfmac: use vif struct to check_sys_up() functionArend van Spriel
2012-10-29brcmfmac: store profile information per virtual interfaceArend van Spriel
2012-10-29brcmfmac: introduce brcmf_cfg80211_vif structureArend van Spriel
2012-10-29brcmfmac: remove brcmf_find_bssidx() functionArend van Spriel
2012-10-29brcmfmac: change parameter list for send_key_to_dongle()Arend van Spriel
2012-10-29brcmfmac: use struct brcmf_if as interface object for fwil functionsArend van Spriel
2012-10-29brcmfmac: add function converting ieee80211_channel to chanspecArend van Spriel
2012-10-29brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commandsArend van Spriel
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel
2012-10-29brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel
2012-10-29brcmfmac: change testmode command to use new firmware interface layerHante Meuleman
2012-10-29brcmfmac: refactor firmware interface layer.Hante Meuleman
2012-10-24brcmfmac: fix potential NULL dereferenceYuanhan Liu
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville