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