Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1df06bdc6fb26d13af18c5dbb3144f13cf55de3c
/
drivers
/
net
/
wireless
/
brcm80211
« Previous
0c094c7
brcm80211: fmac: discard packet received when net device not registered
by Franky Lin
· 13 years ago
a52dd17
brcm80211: fmac: rename wait queue name to match using function
by Arend van Spriel
· 13 years ago
8054321
brcm80211: fmac: remove alignment check from brcmf_sdioh_request_buffer()
by Arend van Spriel
· 13 years ago
be66766
brcm80211: smac: added support for mac80211 filter flags
by Alwin Beukers
· 13 years ago
8906c43
brcm80211: smac: fix channel frequency
by Alwin Beukers
· 13 years ago
8dd939c
brcm80211: fmac: change firmware/nvram name to be more generic
by Franky Lin
· 13 years ago
4c6e869
brcm80211: fmac: simplify the brcmf_sdioh_request_buffer() function
by Arend van Spriel
· 13 years ago
5e8e13b
brcm80211: fmac: remove width parameter from brcmf_sdioh_request_buffer
by Arend van Spriel
· 13 years ago
5adfeb6
brcm80211: fmac: separate receiving skb chain from other receive path
by Arend van Spriel
· 13 years ago
3030794
brcm80211: smac: remove skb next pointer usage from the driver
by Arend van Spriel
· 13 years ago
0b45bf7
brcm80211: fmac: cleanup receive path using proper skb_queue functions
by Arend van Spriel
· 13 years ago
515db09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux
by John W. Linville
· 13 years ago
1f1d5289
brcm80211: smac: Use kmemdup rather than duplicating its implementation
by Thomas Meyer
· 13 years ago
8505a7e
brcmsmac: Use current logging styles
by Joe Perches
· 13 years ago
6d377cd
brcmsmac: fix warning in _initvars_srom_pci
by John W. Linville
· 13 years ago
e78946e
brcm80211: fmac: release bss struct returned from cfg80211_inform_bss
by Franky Lin
· 13 years ago
99b72cd
brcm80211: fmac: remove PCMCIA core related code
by Franky Lin
· 13 years ago
046808d
brcm80211: fmac: add function to free the glom skb queue
by Arend van Spriel
· 13 years ago
53ee4bc4
brcm80211: util: remove pointer traversal from brcmu_pkt_buf_free_skb
by Arend van Spriel
· 13 years ago
9a95e60
brcm80211: util: move brcmu_pkttotlen() function to brcmfmac
by Arend van Spriel
· 13 years ago
02a588a
brcm80211: smac: combine promiscuous mode functionality
by Alwin Beukers
· 13 years ago
ad3b8b3
brcm80211: util: use sk_buff_head in precedence queue functions
by Arend van Spriel
· 13 years ago
ad4d71f
brcm80211: smac: remove usage of brcmu_pkttotlen
by Arend van Spriel
· 13 years ago
122d36f
brcm80211: fmac: remove id retrieve code
by Franky Lin
· 13 years ago
d77e70f
brcm80211: fmac: add resetcore function for bcm4330 chip
by Franky Lin
· 13 years ago
086a2e0
brcm80211: fmac: add coredisable function for bcm4330 chip
by Franky Lin
· 13 years ago
523894f
brcm80211: fmac: add corerev function for bcm4330 chip
by Franky Lin
· 13 years ago
6ca687d
brcm80211: fmac: add iscoreup function for bcm4330 chip
by Franky Lin
· 13 years ago
e9ca530
brcm80211: smac: don't modify sta parameters when adding sta
by Alwin Beukers
· 13 years ago
a0f24c8
brcm80211: smac: remove duplicate definition of D11_PHY_HDR_LEN
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
bfd8284
brcm80211: smac: remove code under unused macro definitions
by Arend van Spriel
· 13 years ago
9752915
brcm80211: smac: fix endianess issue for OTP memory access
by Arend van Spriel
· 13 years ago
99ba15c
brcm80211: fmac: optimize chip core info management
by Franky Lin
· 13 years ago
61213be
brcm80211: fmac: replace private SB macros with ssb_regs version
by Franky Lin
· 13 years ago
e12afb6
brcm80211: fmac: move chip drive strength related code to sdio_chip.c
by Franky Lin
· 13 years ago
a8a6c04
brcm80211: fmac: move chip detach function to sdio_chip.c
by Franky Lin
· 13 years ago
2bc78e1
brcm80211: fmac: move chip reset core function to sdio_chip.c
by Franky Lin
· 13 years ago
454d2a8
brcm80211: fmac: abstract chip core revision function
by Franky Lin
· 13 years ago
d8f64a4
brcm80211: fmac: abstract chip iscoreup function
by Franky Lin
· 13 years ago
a97e4fc
brcm80211: fmac: chip attach code flow clean up
by Franky Lin
· 13 years ago
98ce903
brcm80211: fmac: remove duplicate regiter set in chip attach path
by Franky Lin
· 13 years ago
960908d
brcm80211: fmac: move dongle gpio reset code to chip attach function
by Franky Lin
· 13 years ago
966414d
brcm80211: fmac: disable dongle arm core in bus core setup function
by Franky Lin
· 13 years ago
2d4a9af
brcm80211: fmac: move core disable function to sdio_chip.c
by Franky Lin
· 13 years ago
5b45e54
brcm80211: fmac: abstract chip buscore setup function
by Franky Lin
· 13 years ago
e63ac6b
brcm80211: fmac: move bus core prep code to sdio_chip.c
by Franky Lin
· 13 years ago
a83369b
brcm80211: fmac: move chip recognition function to sdio_chip.c
by Franky Lin
· 13 years ago
718897eb
brcm80211: fmac: remove unnecessary 4329 chip specific code
by Franky Lin
· 13 years ago
5e81905
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 13 years ago
028f78d
brcm80211: smac: change buffer endianess convert function interface
by Arend van Spriel
· 13 years ago
d1a5b6f
brcm80211: fmac: remove state from brcmf_if in fullmac
by Franky Lin
· 13 years ago
e1b8358
brcm80211: fmac: store brcmf_if in net device private data
by Franky Lin
· 13 years ago
15d45b6
brcm80211: fmac: use brcmf_add_if for all net devices
by Franky Lin
· 13 years ago
3fd172d
brcm80211: smac: use sk_buff list for handling frames in receive path
by Arend van Spriel
· 13 years ago
81d2e2d
brcm80211: smac: rename buffer endianess conversion functions
by Arend van Spriel
· 13 years ago
1525662
brcm80211: smac: changed check to confirm STA only support
by Roland Vossen
· 13 years ago
dc46012
brcm80211: smac: mute transmit on ops_start
by Roland Vossen
· 13 years ago
2646c46
brcm80211: smac: modified Mac80211 callback interface
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
dfded55
brcm80211: fmac: use brcmf_del_if for all net devices
by Franky Lin
· 13 years ago
ece960e
brcm80211: fmac: allow wd timer to be disabled when bus down
by Franky Lin
· 13 years ago
b83db86
brcm80211: fmac: use sk_buff list for handling frames in receive path
by Arend van Spriel
· 13 years ago
09c7dfa
brcm80211: util: remove function brcmu_format_hex() from brcmutil
by Arend van Spriel
· 13 years ago
20e5ca1
brcm80211: util: move brcmu_pktfrombuf() function to brcmfmac
by Arend van Spriel
· 13 years ago
1433c59
brcm80211: smac: remove phy api bypass in rate.h
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
888153b
brcm80211: smac: avoid sprom endianess conversions for crc8 check
by Arend van Spriel
· 13 years ago
32cb68b
brcm80211: smac: remove obsolete srom variables from n-phy
by Arend van Spriel
· 13 years ago
c261bdf
brcm80211: smac: indicate severe problems to Mac80211
by Roland Vossen
· 13 years ago
0527781
brcm80211: fmac: changed two scan related structures
by Roland Vossen
· 13 years ago
6f09be0
brmc80211: fmac: reworked next_bss()
by Roland Vossen
· 13 years ago
d34bf64
brcm80211: fmac: annotated little endian struct with _le
by Roland Vossen
· 13 years ago
3b64bd3
brcm80211: smac: removed support for SROM rev < 8
by Roland Vossen
· 13 years ago
6b1a89a
brcm80211: smac: drop "40MHz intolerant" flag from HT capability info
by Arend van Spriel
· 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
ae8e467
brcm80211: smac: eliminate a null pointer dereference in dma.c
by Arend van Spriel
· 13 years ago
4529623
staging: Add module.h to more drivers implicitly using it.
by Paul Gortmaker
· 13 years ago
ee40fa0
drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE
by Paul Gortmaker
· 13 years ago
b7a57e7
net: wireless: brcm80210: include module.h
by Stephen Rothwell
· 13 years ago
d8f6cd0
brcm80211: removed file wifi.c
by Alwin Beukers
· 13 years ago
4476065
brcm80211: moved function brcmu_format_flags
by Alwin Beukers
· 13 years ago
53a2277
brcm80211: moved function brcmu_mkiovar
by Alwin Beukers
· 13 years ago
3de6781
brcm80211: moved function brcmu_chspec_malformed
by Alwin Beukers
· 13 years ago
f8e4b41
brcm80211: moved function brcmu_parse_tlvs
by Alwin Beukers
· 13 years ago
b0551fb
brcm80211: moved function brcmu_chipname
by Alwin Beukers
· 13 years ago
ef6ac17
brcm80211: moved power conversion functions
by Alwin Beukers
· 13 years ago
f53b170
brcm80211: removed unused functions
by Alwin Beukers
· 13 years ago
a718e2f
brcm80211: fmac: fixed weird indentation
by Roland Vossen
· 13 years ago
c68cdc0
brcm80211: use endian annotation for scan time configuration
by Arend van Spriel
· 13 years ago
f588bc0
brcm80211: use endian annotation for roaming related parameters
by Arend van Spriel
· 13 years ago
c4e382d
brcm80211: use endian annotations for assoc ie length request
by Arend van Spriel
· 13 years ago
40c8e95
brcm80211: use endian annotation for pmk related structure
by Arend van Spriel
· 13 years ago
6683107
brcm80211: use endian annotations in scan related function
by Arend van Spriel
· 13 years ago
Next »