index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rtl8xxxu: 8192eu Fix bug in LDPC RX hang fix
Jes Sorensen
2016-04-15
1
-1
/
+1
*
rtl8xxxu: Remove unneeded 8192eu hack
Jes Sorensen
2016-04-15
1
-9
/
+6
*
rtl8xxxu: Split USB quirks into gen1 and gen2 quirks
Jes Sorensen
2016-04-15
2
-40
/
+56
*
rtl8xxxu: Make PBP tuning a fileops parameter
Jes Sorensen
2016-04-15
2
-7
/
+12
*
rtl8xxxu: Do not backup RF_MODE_AG when it's never being used
Jes Sorensen
2016-04-15
2
-4
/
+0
*
rtl8xxxu: Store device specific TRXFF boundary in the fileops
Jes Sorensen
2016-04-15
2
-6
/
+6
*
rtl8xxxu: REG_LDOA15_CTRL is only used on gen1 parts
Jes Sorensen
2016-04-15
1
-13
/
+9
*
rtl8xxxu: Move loading of AGC table to device specific function
Jes Sorensen
2016-04-15
1
-14
/
+12
*
rtl8xxxu: Load AGC table before patching for 1T2R parts
Jes Sorensen
2016-04-15
1
-14
/
+14
*
rtl8xxxu: Split rtl8xxxu_init_phy_bb() into device specific functions
Jes Sorensen
2016-04-15
2
-58
/
+77
*
rtl8xxxu: Use descriptive bits for setting RX paths for 1T2R parts
Jes Sorensen
2016-04-15
2
-1
/
+7
*
rtl8xxxu: Correctly mask what was read from REG_CCK0_AFE_SETTING
Jes Sorensen
2016-04-15
1
-1
/
+1
*
rtl8xxxu: Remove unused 8723bu path B IQ calibration code
Jes Sorensen
2016-04-15
1
-73
/
+3
*
rtl8xxxu: Remove misleading warning from rtl8192eu_phy_iqcalibrate()
Jes Sorensen
2016-04-15
1
-2
/
+0
*
rtl8xxxu: Name RX descriptor types rxdesc16/rxdesc24
Jes Sorensen
2016-04-15
2
-18
/
+25
*
rtl8xxxu: byteswap the entire RX descriptor for 24 byte RX descriptors
Jes Sorensen
2016-04-15
1
-6
/
+13
*
rtl8xxxu: Use has_s0s1 for REG_S0S1 issues only
Jes Sorensen
2016-04-15
1
-3
/
+4
*
rtl8xxxu: Implment rtl8192e_set_tx_power()
Jes Sorensen
2016-04-15
1
-1
/
+77
*
rtl8xxxu: Do not try to set REG_LEDCFG2 on 8192eu
Jes Sorensen
2016-04-15
1
-3
/
+5
*
rtl8xxxu: Do not init FPGA0_TX_INFO on 8192eu
Jes Sorensen
2016-04-15
1
-1
/
+1
*
rtl8xxxu: Do not set REG_PBP on 8192eu
Jes Sorensen
2016-04-15
1
-1
/
+2
*
rtl8xxxu: Reorder chip quirks to follow flow of 8192eu driver
Jes Sorensen
2016-04-15
1
-21
/
+21
*
rtl8xxxu: Implement generic init_queue_reserved_page() function
Jes Sorensen
2016-04-15
3
-15
/
+71
*
rtl8xxxu: Reorg more code to match the flow of the 8192eu vendor driver
Jes Sorensen
2016-04-15
1
-53
/
+56
*
rtl8xxxu: Reorder parts of init code to match the 8192eu vendor code flow
Jes Sorensen
2016-04-15
1
-15
/
+20
*
mwifiex: make mwifiex_insert_cmd_to_free_q local static
Andreas Fenkart
2016-04-15
2
-43
/
+41
*
mwifiex: factor out mwifiex_cancel_pending_scan_cmd
Andreas Fenkart
2016-04-15
4
-53
/
+27
*
mwifiex: scan: replace pointer arithmetic with array access
Andreas Fenkart
2016-04-15
1
-10
/
+7
*
mwifiex: scan: factor out dbg_security_flags
Andreas Fenkart
2016-04-15
1
-49
/
+25
*
mwifiex: scan: simplify ternary operators using gnu extension
Andreas Fenkart
2016-04-15
1
-5
/
+2
*
mwifiex: scan: factor out has_ieee_hdr/has_vendor_hdr
Andreas Fenkart
2016-04-15
1
-29
/
+23
*
mwifiex: scan: simplify dereference of bss_desc fields
Andreas Fenkart
2016-04-15
1
-52
/
+46
*
mwifiex: fix the incorrect WARN_ON during suspend
Vishal Thanki
2016-04-14
1
-1
/
+1
*
mwifiex: fix incorrect ht capability problem
Amitkumar Karwar
2016-04-14
1
-1
/
+43
*
mwifiex: do not wait on semaphore during card removal
Xinming Hu
2016-04-14
1
-1
/
+1
*
mwifiex: add default setting for pcie firmware download
Shengzhen Li
2016-04-14
2
-0
/
+5
*
mwifiex: add pcie usb/uart firmware download support
Shengzhen Li
2016-04-14
2
-4
/
+20
*
mwifiex: missing break statement
Amitkumar Karwar
2016-04-14
1
-0
/
+1
*
brcmfmac: create common function for handling brcmf_proto_hdrpull()
Arend van Spriel
2016-04-14
1
-22
/
+21
*
brcmfmac: revise handling events in receive path
Arend van Spriel
2016-04-14
5
-20
/
+19
*
brcmfmac: cleanup ampdu-rx host reorder code
Arend van Spriel
2016-04-14
7
-216
/
+239
*
brcmfmac: screening firmware event packet
Franky Lin
2016-04-14
6
-39
/
+90
*
brcmfmac: fix p2p scan abort null pointer exception
Hante Meuleman
2016-04-14
1
-1
/
+1
*
brcmfmac: insert default boardrev in nvram data if missing
Hante Meuleman
2016-04-14
1
-2
/
+28
*
brcmfmac: fix clearing wowl wake indicators
Hante Meuleman
2016-04-14
1
-1
/
+2
*
brcmfmac: clear eventmask array before using it
Hante Meuleman
2016-04-14
1
-0
/
+1
*
rtl8xxxu: Adjust AFE crystal value on 8192eu
Jes Sorensen
2016-04-14
2
-0
/
+43
*
rtl8xxxu: Implement IQK calibration for 8192eu
Jes Sorensen
2016-04-14
2
-1
/
+608
*
rtl8xxxu: Use proper register name for REG_PAD_CTRL1
Jes Sorensen
2016-04-14
1
-2
/
+2
*
rtl8xxxu: Implement 8192eu device specific quirks
Jes Sorensen
2016-04-14
2
-0
/
+15
[next]