aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-12-10brcmfmac: remove WL_CONN() macroArend van Spriel1-94/+94
2012-12-10brcmfmac: remove WL_SCAN() macroArend van Spriel1-38/+39
2012-12-10brcmfmac: remove WL_TRACE() macroArend van Spriel1-95/+95
2012-12-10brcmfmac: replace WL_INFO() macroArend van Spriel1-21/+21
2012-12-10brcmfmac: replace WL_ERR() with brcmf_err()Arend van Spriel1-156/+158
2012-12-10brcmfmac: consolidate debug macros in wl_cfg80211Arend van Spriel1-2/+0
2012-12-10brcmfmac: rework bus interfaceArend van Spriel1-2/+2
2012-11-30brcmfmac: fix bug in setting mgmt ie and parsing vndrs ie.Hante Meuleman1-12/+16
2012-11-30brcmfmac: remove mode from struct brcmf_cfg80211_confArend van Spriel1-27/+20
2012-11-30brcmfmac: get rid of struct brcmf_cfg80211_info::link_up attributeArend van Spriel1-46/+22
2012-11-26Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-5/+6
2012-11-26cfg80211: pass a channel definition structJohannes Berg1-5/+6
2012-11-16brcmfmac: code cleanupHante Meuleman1-12/+5
2012-11-16brcmfmac: fix for multiple netdevice interface supportArend van Spriel1-11/+14
2012-11-16brcmfmac: rework firmware event handling codeArend van Spriel1-207/+39
2012-11-16Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-2/+4
2012-11-14brcmfmac: use struct brcmf_if parameter in firmware event callbacksArend van Spriel1-24/+23
2012-11-14brcmfmac: return immediately error for out of range key_idx.Hante Meuleman1-9/+6
2012-11-14brcmfmac: fix build regressionArend van Spriel1-1/+1
2012-11-14brcmfmac: remove obsolete variable from brcmf_cfg80211_start_ap()Arend van Spriel1-5/+3
2012-11-14brcmfmac: change parameter of brcmf_set_management_ie()Arend van Spriel1-15/+18
2012-11-14brcmfmac: remove obsolete i-scan and clean up related code.Hante Meuleman1-563/+18
2012-11-14brcmfmac: make pointer type constant in brcmf_set_management_ie()Arend van Spriel1-7/+7
2012-11-14brcmfmac: restrict error condition in brcmf_inform_bss()Arend van Spriel1-1/+2
2012-11-14brcmfmac: simplify if-else condition in brcmf_cfg80211_escan()Arend van Spriel1-3/+1
2012-11-14brcmfmac: remove obsolete structure ap_infoArend van Spriel1-28/+0
2012-10-30cfg80211: allow per interface TX power settingJohannes Berg1-2/+4
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+1
2012-10-29brcmfmac: store IEs per virtual interfaceArend van Spriel1-8/+8
2012-10-29brcmfmac: remove unnecessary macro usage in brcmf_cfg80211_resume()Arend van Spriel1-1/+1
2012-10-29brcmfmac: add virtual interface support in brcmf_cfg80211_suspend()Arend van Spriel1-25/+28
2012-10-29brcmfmac: use memset when setting a broadcast mac addressArend van Spriel1-7/+5
2012-10-29brcmfmac: rename check_sys_up() to check_vif_up()Arend van Spriel1-24/+24
2012-10-29brcmfmac: remove debugfs functionality from wl_cfg80211.cArend van Spriel1-43/+0
2012-10-29brcmfmac: separate connection status from scanning statusArend van Spriel1-109/+126
2012-10-29brcmfmac: use vif struct to check_sys_up() functionArend van Spriel1-44/+59
2012-10-29brcmfmac: store profile information per virtual interfaceArend van Spriel1-33/+26
2012-10-29brcmfmac: introduce brcmf_cfg80211_vif structureArend van Spriel1-55/+92
2012-10-29brcmfmac: remove brcmf_find_bssidx() functionArend van Spriel1-10/+0
2012-10-29brcmfmac: change parameter list for send_key_to_dongle()Arend van Spriel1-19/+6
2012-10-29brcmfmac: use struct brcmf_if as interface object for fwil functionsArend van Spriel1-117/+134
2012-10-29brcmfmac: add function converting ieee80211_channel to chanspecArend van Spriel1-25/+27
2012-10-29brcmfmac: use bssidx from struct brcmf_if for bsscfg specific commandsArend van Spriel1-14/+14
2012-10-29brcmfmac: rework driver initialization in brcmf_bus_start()Arend van Spriel1-3/+3
2012-10-29brcmfmac: extend struct brcmf_if with bssidx fieldArend van Spriel1-4/+4
2012-10-29brcmfmac: change testmode command to use new firmware interface layerHante Meuleman1-1/+9
2012-10-29brcmfmac: refactor firmware interface layer.Hante Meuleman1-390/+159
2012-10-24brcmfmac: fix potential NULL dereferenceYuanhan Liu1-1/+1
2012-10-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-44/+24
2012-10-19brcmfmac: fix sparse warningsFranky Lin1-2/+2