summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/brcm80211/brcmfmac/wl_cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-19brcmfmac: fix sparse warningsFranky Lin1-2/+2
2012-10-19brcmfmac: Using zero instead of NULLDan Carpenter1-4/+3
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-10-15brcmfmac: fix end of loop check (signedness bug)Dan Carpenter1-2/+2
2012-10-15brcmfmac: set dongle mode accordingly when interface upFranky Lin1-36/+2
2012-10-15brcmfmac: use control channel in roamed status reportingFranky Lin1-6/+20
2012-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-784/+1632
2012-09-30Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller1-71/+351
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+4
2012-09-28brcmfmac: remove brcmf_update_prof() functionArend van Spriel1-62/+19
2012-09-28brcmfmac: remove brcmf_read_prof() functionArend van Spriel1-27/+22
2012-09-28brcmfmac: rename structure brcmf_cfg80211_privArend van Spriel1-597/+596
2012-09-28brcmfmac: add hostap supoort.Hante Meuleman1-50/+916
2012-09-28brcmfmac: remove two obsolete structure definitionsArend van Spriel1-16/+5
2012-09-28brcmfmac: use brcmf_cfg80211_priv to interface with wl_cfg80211 codeArend van Spriel1-40/+8
2012-09-28brcmfmac: use define instead of hardcoded values.Hante Meuleman1-4/+6
2012-09-28brcmfmac: use different fw api for encryption,auth. configHante Meuleman1-97/+169
2012-09-28brcmfmac: use kcalloc() to prevent integer overflowDan Carpenter1-2/+2
2012-09-24brcmfmac: get rid of void pointer in struct brcmf_cfg80211_privArend van Spriel1-2/+2
2012-09-24brcmfmac: fix bug in determining phy bands.Hante Meuleman1-1/+1
2012-09-24brcmfmac: remove unused function.Hante Meuleman1-17/+0
2012-09-24brcmfmac: introduce scheduled scan supportArend van Spriel1-1/+305
2012-09-24brcmfmac: extend brcmf_term_iscan() to abort e-scanArend van Spriel1-23/+21
2012-09-24brcmfmac: fix sparse warnings in e-scan related codeArend van Spriel1-17/+18
2012-09-24brcmfmac: simplify handling e-scan result firmware eventArend van Spriel1-10/+4
2012-09-12brcmfmac: add e-scan support.Hante Meuleman1-1/+521
2012-09-12brcmfmac: Clean up scan related code.Hante Meuleman1-13/+9
2012-09-12brcmfmac: Add extra data support to firmware event queueing.Hante Meuleman1-3/+13
2012-09-12brcmfmac: fix big endian bug in i-scan.Hante Meuleman1-2/+4
2012-09-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-7/+8
2012-09-07brcmfmac: add callback for nl80211 testmode commandArend van Spriel1-1/+24
2012-09-05brcmfmac: fix get rssi by clearing getvar struct.Hante Meuleman1-7/+8
2012-07-12wireless: brcm80211: use %pM to print BSSIDAndy Shevchenko1-3/+1
2012-07-12nl80211: move scan API to wdevJohannes Berg1-1/+2
2012-03-13brmc80211: dont use jiffies for BSS TSFJohannes Berg1-8/+2
2012-02-22brcm80211: fmac: use spinlock calls saving irq flags in brcmf_enq_event()Arend van Spriel1-2/+3
2012-02-22brcm80211: fmac: change allocation flag in brcmf_enq_event() functionArend van Spriel1-2/+4
2012-02-22brcm80211: fmac: resolve smatch issues in brcmfmac codeArend van Spriel1-1/+1
2012-01-24brcmfmac: Trivial typo of "couldn" to "could" fixJoe Perches1-2/+2
2012-01-24brcm80211: Use pr_fmt and pr_<level>Joe Perches1-0/+2
2012-01-17brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva1-1/+1
2011-11-30brcm80211: avoid code duplication on set tx powerLuis R. Rodriguez1-6/+0
2011-11-30brcm80211: fix usage of set tx powerLuis R. Rodriguez1-1/+2
2011-11-11brcm80211: fmac: release bss struct returned from cfg80211_inform_bssFranky Lin1-5/+13
2011-11-08brmc80211: fmac: reworked next_bss()Roland Vossen1-1/+10
2011-11-08brcm80211: fmac: annotated little endian struct with _leRoland Vossen1-6/+6
2011-10-14brcm80211: moved function brcmu_mkiovarAlwin Beukers1-12/+12
2011-10-14brcm80211: moved function brcmu_parse_tlvsAlwin Beukers1-2/+37
2011-10-14brcm80211: moved power conversion functionsAlwin Beukers1-2/+86
2011-10-14brcm80211: fmac: fixed weird indentationRoland Vossen1-48/+51