index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
brcm80211
Age
Commit message (
Expand
)
Author
Files
Lines
2011-10-03
staging: brcm80211: reduce indentation level in dhd_sdio.c #3
Roland Vossen
1
-41
/
+44
2011-10-03
staging: brcm80211: reduce indentation level in dhd_sdio.c #2
Roland Vossen
1
-45
/
+58
2011-10-03
staging: brcm80211: reduce indentation level in dhd_sdio.c #1
Roland Vossen
1
-54
/
+54
2011-10-03
staging: brcm80211: only allow one call to add_interface callback
Arend van Spriel
1
-1
/
+4
2011-10-03
staging: brcm80211: added __iomem qualifier to softmac phy
Roland Vossen
4
-16
/
+16
2011-10-03
staging: brcm80211: added __iomem qualifier to softmac dma.c
Roland Vossen
2
-10
/
+12
2011-10-03
staging: brcm80211: added __iomem qualifier to softmac main.c
Roland Vossen
2
-43
/
+42
2011-10-03
staging: brcm80211: reduced softmac sparse warnings
Roland Vossen
4
-31
/
+27
2011-10-03
staging: brcm80211: various __iomem additions to softmac.
Roland Vossen
9
-103
/
+123
2011-10-03
staging: brcm80211: cleaning up tx rate control code in softmac
Roland Vossen
1
-12
/
+7
2011-10-03
staging: brcm80211: removed unused smac tx ampdu packet queue
Roland Vossen
2
-3
/
+0
2011-10-03
staging: brcm80211: removed some unused fmac variable declarations
Roland Vossen
1
-29
/
+0
2011-10-03
staging: brcm80211: declared global vars in softmac phy as const
Roland Vossen
3
-33
/
+35
2011-10-03
staging: brcm80211: simple changes to softmac phy variables
Roland Vossen
3
-38
/
+1
2011-10-03
staging: brcm80211: use d11rxhdr structure in brcms_c_recover_tsf64()
Arend van Spriel
3
-24
/
+3
2011-10-03
staging: brcm80211: move rssi computation to place we need it
Arend van Spriel
1
-6
/
+1
2011-10-03
staging: brcm80211: use endian annotated structures in brcmsmac
Arend van Spriel
7
-105
/
+126
2011-10-03
staging: brcm80211: convert endianess before handling the frame
Arend van Spriel
3
-21
/
+20
2011-10-03
staging: brcm80211: change interface for common rssi compute function
Arend van Spriel
3
-7
/
+8
2011-10-03
staging: brcm80211: changing interface to n-phy rssi compute function
Arend van Spriel
3
-8
/
+3
2011-10-03
staging: brcm80211: removed global variable in softmac otp
Roland Vossen
2
-133
/
+18
2011-10-03
staging: brcm80211: various global var related changes in softmac
Roland Vossen
5
-20
/
+13
2011-10-03
staging: brcm80211: removed global var global_scb from softmac
Roland Vossen
5
-27
/
+24
2011-10-03
staging: brcm80211: removed band related global vars from softmac
Roland Vossen
2
-12
/
+18
2011-10-03
staging: brcm80211: remove unnecessary mac80211 callbacks
Arend van Spriel
1
-61
/
+0
2011-10-03
staging: brcm80211: remove dongle firmware related debug code
Arend van Spriel
1
-258
/
+1
2011-10-03
staging: brcm80211: make device initializer table for wme constant
Arend van Spriel
1
-2
/
+2
2011-10-03
staging: brcm80211: remove unused function si_pmu_ilp_clock()
Arend van Spriel
2
-23
/
+0
2011-10-03
staging: brcm80211: use fragment number provided in transmit frame
Arend van Spriel
1
-1
/
+1
2011-10-03
staging: brcm80211: remove ht_cap field from brcms_c_info structure
Arend van Spriel
3
-34
/
+0
2011-10-03
staging: brcm80211: removed unused softmac workaround
Roland Vossen
5
-49
/
+1
2011-10-03
staging: brcm80211: removed global vars in softmac ucode handling
Roland Vossen
5
-94
/
+105
2011-10-03
staging: brcm80211: removed global var from aiutils.c
Roland Vossen
1
-5
/
+1
2011-10-03
staging: brcm80211: removed redundant wlc->cfg struct member
Roland Vossen
2
-28
/
+20
2011-10-03
staging: brcm80211: deleted unused array of bss configurations in softmac
Roland Vossen
3
-103
/
+43
2011-10-03
staging: brcm80211: removed unused argument from softmac functions
Roland Vossen
2
-194
/
+188
2011-10-03
staging: brcm80211: remove uncoditional code blocks from brcmsmac
Arend van Spriel
3
-82
/
+62
2011-09-26
staging: brcm80211: simplified internal ioctl function once more
Roland Vossen
3
-35
/
+24
2011-09-26
staging: brcm80211: consistent naming of struct net_device *ndev
Roland Vossen
4
-216
/
+225
2011-09-26
staging: brcm80211: clarified fullmac io and event codes
Roland Vossen
3
-0
/
+11
2011-09-26
staging: brcm80211: removed log after kzalloc()/kmalloc() failure
Roland Vossen
12
-124
/
+41
2011-09-26
staging: brcm80211: removed likely/unlikely calls
Roland Vossen
3
-110
/
+107
2011-09-26
staging: brcm80211: added endianness check flag to fullmac Makefile
Roland Vossen
1
-0
/
+1
2011-09-26
staging: brcm80211: removed two fullmac sparse spinlock warnings
Roland Vossen
2
-35
/
+20
2011-09-26
staging: brcm80211: remove global variables for data frame boundary
Franky Lin
2
-18
/
+10
2011-09-26
staging: brcm80211: remove fullmac module_param brcmf_idletime
Franky Lin
2
-4
/
+2
2011-09-26
staging: brcm80211: remove fullmac module_param for watchdog
Franky Lin
3
-32
/
+21
2011-09-26
staging: brcm80211: remove fullmac module_param brcmf_sdiod_drive_strength
Franky Lin
1
-4
/
+2
2011-09-26
staging: brcm80211: remove fullmac module_param brcmf_dongle_memsize
Franky Lin
2
-33
/
+5
2011-09-26
staging: brcm80211: remove event handler thread from fullmac
Franky Lin
2
-67
/
+21
[prev]
[next]