index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmsmac
Commit message (
Expand
)
Author
Age
Files
Lines
*
brcmsmac: fix tx queue flush infinite loop
Stanislaw Gruszka
2012-01-18
1
-1
/
+9
*
brcmsmac: remove PCI suspend/resume from bcma driver
Linus Torvalds
2012-01-17
1
-35
/
+3
*
bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resume
Linus Torvalds
2012-01-17
1
-1
/
+1
*
brcmsmac: fix reading of PCI sprom contents
Linus Torvalds
2012-01-12
1
-11
/
+20
*
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-19
3
-19
/
+19
*
brcm80211: smac: precendence bug in wlc_phy_attach()
Dan Carpenter
2011-12-15
1
-2
/
+2
*
brcmsmac: Replace kmalloc/memset with kzalloc
Larry Finger
2011-12-15
1
-3
/
+1
*
brcm80211: smac: register with bcma for specific 802.11 core revisions
Arend van Spriel
2011-12-13
1
-2
/
+2
*
brcm80211: smac: cleanup buscore handling in aiutils.c
Arend van Spriel
2011-12-13
3
-44
/
+34
*
brcm80211: smac: cleanup si_info structure definition
Arend van Spriel
2011-12-13
2
-67
/
+11
*
brcm80211: smac: remove mapped core related function from aiutils.c
Arend van Spriel
2011-12-13
4
-184
/
+59
*
brcm80211: smac: remove ai_switch_core() function
Arend van Spriel
2011-12-13
5
-69
/
+7
*
brcm80211: smac: remove interrupt disable callback functionality
Arend van Spriel
2011-12-13
3
-57
/
+0
*
brcm80211: smac: INTROFF/INTRESTORE macros removed
Arend van Spriel
2011-12-13
1
-24
/
+6
*
brcm80211: smac: remove empty or unused functions from pmu.c
Arend van Spriel
2011-12-13
3
-66
/
+1
*
brcm80211: smac: remove register access macro definitions
Arend van Spriel
2011-12-13
1
-51
/
+0
*
brcm80211: smac: use bcma core access functions in aiutils.c
Arend van Spriel
2011-12-13
1
-120
/
+70
*
brcm80211: smac: use bcma core access functions in pmu.c
Arend van Spriel
2011-12-13
1
-80
/
+73
*
brcm80211: smac: use bcma core access function in srom.c
Arend van Spriel
2011-12-13
3
-37
/
+17
*
brcm80211: smac: use bcma core access functions in otp.c
Arend van Spriel
2011-12-13
1
-42
/
+26
*
brcm80211: smac: change ai_findcoreidx() to ai_findcore()
Arend van Spriel
2011-12-13
2
-7
/
+9
*
brcm80211: smac: use bcma core access functions in nicpci.c
Arend van Spriel
2011-12-13
3
-111
/
+90
*
brcm80211: smac: use bcma core control functions
Arend van Spriel
2011-12-13
5
-140
/
+47
*
brcm80211: smac: remove unused functions and/or prototypes
Arend van Spriel
2011-12-13
2
-151
/
+1
*
brcm80211: smac: replace ai_corereg() function with ai_cc_reg()
Arend van Spriel
2011-12-13
7
-87
/
+68
*
brcm80211: smac: remove SI_FAST() macro usage
Arend van Spriel
2011-12-13
1
-122
/
+35
*
brcm80211: smac: use bcma functions for register access in phy code
Arend van Spriel
2011-12-13
7
-176
/
+162
*
brcm80211: smac: use bcma function for register access in dma.c
Arend van Spriel
2011-12-13
3
-91
/
+108
*
brcm80211: smac: use DMA-API calls for descriptor allocations
Arend van Spriel
2011-12-13
3
-30
/
+35
*
brcm80211: smac: use bcma core register access functions for 802.11 core
Arend van Spriel
2011-12-13
5
-267
/
+274
*
brcm80211: smac: remove enumeration rom parsing function
Arend van Spriel
2011-12-13
1
-237
/
+18
*
brcm80211: smac: change ai_attach interface taking a bcma_bus object
Arend van Spriel
2011-12-13
3
-11
/
+14
*
brcm80211: smac: rename struct si_info field pbus to pcibus
Arend van Spriel
2011-12-13
3
-25
/
+25
*
brcm80211: smac: change attach interfaces in main.c for bcma support
Arend van Spriel
2011-12-13
3
-22
/
+19
*
brcm80211: smac: change from pci device driver to bcma device driver
Arend van Spriel
2011-12-13
2
-107
/
+63
*
brcm80211: smac: use inline access functions for struct si_pub fields
Arend van Spriel
2011-12-13
10
-131
/
+174
*
brcm80211: smac: move fields from struct si_pub to struct si_info
Arend van Spriel
2011-12-13
2
-13
/
+15
*
brcm80211: smac: remove unused fields from struct si_pub definition
Arend van Spriel
2011-12-13
2
-14
/
+0
*
brcm80211: smac: added support for mac80211 filter flags
Alwin Beukers
2011-11-28
3
-51
/
+38
*
brcm80211: smac: fix channel frequency
Alwin Beukers
2011-11-28
1
-1
/
+1
*
brcm80211: smac: remove skb next pointer usage from the driver
Arend van Spriel
2011-11-28
2
-40
/
+24
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
2011-11-22
1
-0
/
+1
|
\
|
*
staging: Add module.h to more drivers implicitly using it.
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
brcm80211: smac: Use kmemdup rather than duplicating its implementation
Thomas Meyer
2011-11-21
1
-2
/
+1
*
|
brcmsmac: Use current logging styles
Joe Perches
2011-11-17
2
-79
/
+80
*
|
brcmsmac: fix warning in _initvars_srom_pci
John W. Linville
2011-11-11
1
-1
/
+1
*
|
brcm80211: smac: combine promiscuous mode functionality
Alwin Beukers
2011-11-11
2
-31
/
+17
*
|
brcm80211: smac: remove usage of brcmu_pkttotlen
Arend van Spriel
2011-11-11
2
-6
/
+4
*
|
brcm80211: smac: don't modify sta parameters when adding sta
Alwin Beukers
2011-11-11
1
-7
/
+0
*
|
brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN
Arend van Spriel
2011-11-11
1
-1
/
+0
[next]