index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
brcm80211
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: fix assignment of 0/1 to bool variables.
Rusty Russell
2011-12-20
4
-21
/
+21
*
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
2
-42
/
+28
*
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
3
-109
/
+64
*
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: fmac: remove drive strength code for unsupported chips
Franky Lin
2011-12-13
1
-50
/
+2
*
brcm80211: fmac: add bcm4330 support
Franky Lin
2011-12-13
3
-0
/
+38
*
brcm80211: fmac: fix firmware shared structures version
Franky Lin
2011-12-13
2
-4
/
+4
*
brcm80211: fmac: save bus interface structure in function 2 device
Franky Lin
2011-12-13
3
-14
/
+13
*
brcm80211: fmac: small memory leak on error
Dan Carpenter
2011-11-30
1
-1
/
+3
*
brcm80211: avoid code duplication on set tx power
Luis R. Rodriguez
2011-11-30
1
-6
/
+0
*
brcm80211: fix usage of set tx power
Luis R. Rodriguez
2011-11-30
1
-1
/
+2
*
brcm80211: fmac: change function bus_stop parameter
Franky Lin
2011-11-28
3
-4
/
+7
*
brcm80211: fmac: remove function brcmf_bus_get_device
Franky Lin
2011-11-28
3
-14
/
+2
*
brcm80211: fmac: change function bus_init parameter
Franky Lin
2011-11-28
3
-7
/
+9
*
brcm80211: fmac: change function bus_txdata parameter
Franky Lin
2011-11-28
3
-3
/
+6
*
brcm80211: fmac: change function bus_txctl parameter
Franky Lin
2011-11-28
3
-3
/
+6
*
brcm80211: fmac: change function bus_rxctl parameter
Franky Lin
2011-11-28
5
-3
/
+8
*
brcm80211: fmac: stop using brcmf_pub in brcmf_sdbrcm_bus_watchdog
Franky Lin
2011-11-28
1
-6
/
+6
*
brcm80211: fmac: move busstate to struct brcmf_bus
Franky Lin
2011-11-28
4
-31
/
+37
*
brcm80211: fmac: introduce common bus interface struct brcmf_bus
Franky Lin
2011-11-28
4
-7
/
+26
[next]