Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
da76f64e7eb28b718501d15c1b79af560b7ca4ea
/
drivers
/
net
/
wireless
/
brcm80211
/
brcmsmac
/
main.c
9dd4ea5
brcmsmac: add support for BCM43224 with PCI id of 14e4:a8d8
by Hauke Mehrtens
· 12 years ago
512ae05
brcmsmac: do a read after the write of the objmem on broken PCIe controllers
by Hauke Mehrtens
· 12 years ago
6f80f01
brcmsmac: add support for cores with revision 17
by Hauke Mehrtens
· 12 years ago
57fe504
brcmsmac: fix bounds checking in tx/rx
by Piotr Haber
· 12 years ago
94d9902
brcmsmac: cleanup in isr code
by Piotr Haber
· 12 years ago
c4dea35
brcmsmac: handle packet drop during transmit correctly
by Piotr Haber
· 12 years ago
75c8ec7
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
6940c9b
brcmsmac: Remove unused wlc_prio2prec_map and _BRCMS_PREC_* constants
by Seth Forshee
· 12 years ago
9242c72
brcmsmac: Remove some noisy and uninformative debug messages
by Seth Forshee
· 12 years ago
e3c0d8a
brcmsmac: Add tracepoint for macintstatus
by Seth Forshee
· 12 years ago
cdf4352
brcmsmac: Improve tx trace and debug support
by Seth Forshee
· 12 years ago
90123e0
brcmsmac: Add brcms_dbg_dma() debug macro
by Seth Forshee
· 12 years ago
229a41d
brcmsmac: Add brcms_dbg_int() debug macro
by Seth Forshee
· 12 years ago
5ce58bb
brcmsmac: Add rx and tx debug macros
by Seth Forshee
· 12 years ago
913911f
brcmsmac: Add brcms_dbg_mac80211() debug macro
by Seth Forshee
· 12 years ago
b353dda
brcmsmac: Use debug macros for general error and debug statements
by Seth Forshee
· 12 years ago
b034174
brcmsmac: Add module parameter for setting the debug level
by Seth Forshee
· 12 years ago
1ca47e6
brcm80211: Convert log message levels to debug levels
by Seth Forshee
· 12 years ago
75be3e2
brcmsmac: Reduce number of entries in tx DMA rings
by Seth Forshee
· 12 years ago
e041f65
brcmsmac: Remove internal tx queue
by Seth Forshee
· 12 years ago
32d0f12
brcmsmac: Use IEEE 802.11 AC levels for pktq precedence levels
by Seth Forshee
· 12 years ago
7f2de08
brcmsmac: Remove unimplemented flow control functions
by Seth Forshee
· 12 years ago
5c8067c
brcmsmac: Don't weight AMPDU packets in txfifo
by Seth Forshee
· 12 years ago
f4bda33
mac80211: support RX_FLAG_MACTIME_END
by Thomas Pedersen
· 12 years ago
dfae714
bcma: add an extra pcie core struct
by Hauke Mehrtens
· 12 years ago
858a455
brcmsmac: use ieee80211_channel_to_frequency
by Johannes Berg
· 13 years ago
90b90f6
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
644e8c0
brcmsmac: restructure info->control.sta handling as it is goning to be removed soon.
by Thomas Huehn
· 13 years ago
38a0084
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
cacaa64
brcmsmac: extend brcms_c_chipmatch() to also handle non PCIe devices
by Hauke Mehrtens
· 13 years ago
093cd33
brcmsmac: extend xmtfifo_sz array
by Hauke Mehrtens
· 13 years ago
0d3b9dd
brcmsmac: add a conditions for core rev 17 again
by Hauke Mehrtens
· 13 years ago
a5fed0c
brcmsmac: remove some unnessessacry casts and void pointer
by Hauke Mehrtens
· 13 years ago
1ef1a57
brcmsmac: use chip and package id constants from bcma
by Hauke Mehrtens
· 13 years ago
8732baa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
edc7651
brcm80211: smac: use current regulatory domain when checking whether OFDM is allowed
by Seth Forshee
· 13 years ago
9169129
brcm80211: smac: always set channel specified by mac80211
by Seth Forshee
· 13 years ago
2c20889
wireless: Remove casts to same type
by Joe Perches
· 13 years ago
a06f210
brcmsmac: read PCI vendor and device id only for PCI devices
by Hauke Mehrtens
· 13 years ago
c496fe3
brcmsmac: remove pcicore_fixcfg()
by Hauke Mehrtens
· 13 years ago
712e3c1
brcmsmac: remove _ai_clkctl_cc()
by Hauke Mehrtens
· 13 years ago
fa0b823
brcmsmac: remove ai_gpiocontrol()
by Hauke Mehrtens
· 13 years ago
b30ee75
brcmsmac: remove ai_pci_setup()
by Hauke Mehrtens
· 13 years ago
23c8ae8
brcmsmac: remove PCIe functions needed for PCIe core rev <= 10
by Hauke Mehrtens
· 13 years ago
5d661a7
brcmsmac: remove references to PCI
by Hauke Mehrtens
· 13 years ago
898d3c3
brcmsmac: use sprom from bcma
by Hauke Mehrtens
· 13 years ago
6ead629
brcmsmac: "INTERMEDIATE but not AMPDU" only when tracing
by Eldad Zack
· 13 years ago
badc4f0
brcm80211: smac: resume transmit fifo upon receiving frames
by Arend van Spriel
· 13 years ago
051d3b5
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
137dabe
brcm80211: smac: remove smatch warnings from brcmsmac code
by Arend van Spriel
· 13 years ago
23677ce
drivers/net: Remove boolean comparisons to true/false
by Joe Perches
· 13 years ago
8926574
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 13 years ago
874239f
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
02f7719
brcm80211: Use pr_fmt and pr_<level>
by Joe Perches
· 13 years ago
c2e6d5a
brcm80211: Use brcmu_dbg_hex_dump
by Joe Perches
· 13 years ago
18aad4f
brcm80211: Convert printk(KERN_DEBUG to pr_debug
by Joe Perches
· 13 years ago
8ae7465
brcm80211: Use normal DEBUG define
by Joe Perches
· 13 years ago
f96b08a
brcmsmac: fix tx queue flush infinite loop
by Stanislaw Gruszka
· 13 years ago
3b758a6
brcm80211: smac: remove mapped core related function from aiutils.c
by Arend van Spriel
· 13 years ago
937642f
brcm80211: smac: remove interrupt disable callback functionality
by Arend van Spriel
· 13 years ago
a8779e4
brcm80211: smac: use bcma core control functions
by Arend van Spriel
· 13 years ago
7d8e18e
brcm80211: smac: replace ai_corereg() function with ai_cc_reg()
by Arend van Spriel
· 13 years ago
4b006b1
brcm80211: smac: use bcma functions for register access in phy code
by Arend van Spriel
· 13 years ago
e81da65
brcm80211: smac: use bcma function for register access in dma.c
by Arend van Spriel
· 13 years ago
2e81b9b
brcm80211: smac: use DMA-API calls for descriptor allocations
by Arend van Spriel
· 13 years ago
16d2812
brcm80211: smac: use bcma core register access functions for 802.11 core
by Arend van Spriel
· 13 years ago
28a5344
brcm80211: smac: change ai_attach interface taking a bcma_bus object
by Arend van Spriel
· 13 years ago
b63337a
brcm80211: smac: change attach interfaces in main.c for bcma support
by Arend van Spriel
· 13 years ago
b2ffec4
brcm80211: smac: use inline access functions for struct si_pub fields
by Arend van Spriel
· 13 years ago
be66766
brcm80211: smac: added support for mac80211 filter flags
by Alwin Beukers
· 13 years ago
3030794
brcm80211: smac: remove skb next pointer usage from the driver
by Arend van Spriel
· 13 years ago
02a588a
brcm80211: smac: combine promiscuous mode functionality
by Alwin Beukers
· 13 years ago
ad4d71f
brcm80211: smac: remove usage of brcmu_pkttotlen
by Arend van Spriel
· 13 years ago
b7eec42
brcm80211: smac: replace own access category definitions with mac80211 enum
by Arend van Spriel
· 13 years ago
3fd172d
brcm80211: smac: use sk_buff list for handling frames in receive path
by Arend van Spriel
· 13 years ago
dc46012
brcm80211: smac: mute transmit on ops_start
by Roland Vossen
· 13 years ago
c6c4489
brcm80211: smac: fixed inconsistency in transmit mute
by Roland Vossen
· 13 years ago
a8bc491
brcm80211: smac: bugfix for tx mute in brcms_b_init()
by Roland Vossen
· 13 years ago
43ac097
brcm80211: smac: removed down-on-rf-kill functionality
by Roland Vossen
· 13 years ago
2823700
brcm80211: smac: removed down-on-watchdog MPC functionality
by Roland Vossen
· 13 years ago
4412953
brcm80211: smac: removed MPC related variables
by Roland Vossen
· 13 years ago
0bf1f88
brcm80211: smac: removed MPC related code
by Roland Vossen
· 13 years ago
09c7dfa
brcm80211: util: remove function brcmu_format_hex() from brcmutil
by Arend van Spriel
· 13 years ago
094b199
brcm80211: smac: some local function made static in main.c
by Arend van Spriel
· 13 years ago
c261bdf
brcm80211: smac: indicate severe problems to Mac80211
by Roland Vossen
· 13 years ago
2303821
brcm80211: removed duplicate defines
by Alwin Beukers
· 13 years ago
73ffc2f
brcm80211: cleanup defines in main.c
by Alwin Beukers
· 13 years ago
4476065
brcm80211: moved function brcmu_format_flags
by Alwin Beukers
· 13 years ago
94bdc2a
brcm80211: cleanup function prototypes
by Alwin Beukers
· 13 years ago
be69c4e
brcm80211: smac: removed redundant timer function parameters
by Roland Vossen
· 13 years ago
5b435de
net: wireless: add brcm80211 drivers
by Arend van Spriel
· 13 years ago