Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0a5fb84f6b62bca8352f0aad045118e47340b096
/
drivers
/
net
/
wireless
/
p54
0a5fb84
p54: Move TX/RX code
by Christian Lamparter
· 16 years ago
0ac0d6c
p54: Move mac80211 glue code
by Christian Lamparter
· 16 years ago
0533f796
p54: Move LMAC interface definitions
by Christian Lamparter
· 16 years ago
0597c01
p54: Move LED code
by Christian Lamparter
· 16 years ago
76074e1
p54: Move firmware code
by Christian Lamparter
· 16 years ago
289b098
p54: Move eeprom header
by Christian Lamparter
· 16 years ago
4c8a32f
p54: Move eeprom code
by Christian Lamparter
· 16 years ago
1795378
p54: redo rx_status into skb->cb
by Christian Lamparter
· 16 years ago
f1d58c2
mac80211: push rx status into skb->cb
by Johannes Berg
· 16 years ago
47ab384
p54: tx refused but queue active
by Larry Finger
· 16 years ago
0ca1b08
Revert "p54: Use SKB list handling helpers instead of by-hand code."
by David S. Miller
· 16 years ago
328d84f
wireless/p54: prepare for FIRMWARE_NAME_MAX removal
by Samuel Ortiz
· 16 years ago
a1091aa
p54: Use SKB list handling helpers instead of by-hand code.
by David S. Miller
· 16 years ago
4de2dc7
p54spi: drop test for FW_STATE_RESET in p54spi_work
by Max Filippov
· 16 years ago
ff561ac
p54spi: use firmware/DMA bug workaround that work under hight load in p54spi_rx
by Max Filippov
· 16 years ago
6edf534
p54spi: always call p54spi_sleep in p54spi_tx_frame if p54spi_wakeup succeeded
by Max Filippov
· 16 years ago
465b635
p54spi: return status of p54spi_wakeup
by Max Filippov
· 16 years ago
69712e9
p54spi: cosmetic fixes: use even byte count in SPI write; drop unused interrupt status read
by Max Filippov
· 16 years ago
210dd1b
p54spi: fix incorrect access sequence to DMA_WRITE_CTRL in p54spi_spi_write_dma
by Max Filippov
· 16 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
7c5a189
p54: call p54_wake_free_queues on every p54_free_skb and p54_rx_frame_sent
by Max Filippov
· 16 years ago
83f8b47
p54: correct merge damage from "p54: more SoftLED updates"
by John W. Linville
· 16 years ago
1379257
p54usb: Fixes compile error with CONFIG_PM=n
by Hauke Mehrtens
· 16 years ago
1ca5f2e
p54usb: rework driver for resume
by Christian Lamparter
· 16 years ago
a406ac0
p54usb: remove some dead code
by Christian Lamparter
· 16 years ago
2d0ddec
mac80211: unify config_interface and bss_info_changed
by Johannes Berg
· 16 years ago
3e241ff
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
d577e7c
p54: fix ps-poll delivery in ap mode
by Christian Lamparter
· 16 years ago
fade5db
p54: deactivate broken powersave function (part 2)
by Christian Lamparter
· 16 years ago
45f483c
p54: remove module_ stubs
by Christian Lamparter
· 16 years ago
4312a86
p54: remove obsolet signal quality calculation
by Christian Lamparter
· 16 years ago
6dfe9a8
p54: utilize all available key slots for decryption offload
by Christian Lamparter
· 16 years ago
87cbfd0
p54spi: get rid of busy-wait loops
by Max Filippov
· 16 years ago
f13027a
p54: add beacon filtering support
by Christian Lamparter
· 16 years ago
dce0725
p54: more SoftLED updates
by Christian Lamparter
· 16 years ago
cf3a957
p54: clean up p54.h's struct p54_common
by Christian Lamparter
· 16 years ago
9f201a8
p54spi: compensate firmware alignment bug in p54spi_rx
by Max Filippov
· 16 years ago
4f5cab9
p54spi: fix p54spi_tx_frame DMA transfer initiation and skb cleanup
by Max Filippov
· 16 years ago
5e3af1d
p54spi: fix p54spi_upload_firmware
by Max Filippov
· 16 years ago
f74d0f5
p54spi: mask value read from SPI_ADRS_DMA_WRITE_CTRL in p54spi_wait_bit
by Max Filippov
· 16 years ago
c3b93c8
p54: deactivate broken powersave function
by Christian Lamparter
· 16 years ago
e306240
p54usb: add Telsey 802.11g USB2.0 Adapter
by Christian Lamparter
· 16 years ago
731c653
p54spi: fix locking warning in p54spi_op_tx
by Christian Lamparter
· 16 years ago
5408281
p54: replace MAC80211_LEDS with P54_LEDS in p54.h
by Christian Lamparter
· 16 years ago
e930438
Replace all DMA_nBIT_MASK macro with DMA_BIT_MASK(n)
by Yang Hongyang
· 16 years ago
a1bfa0e
p54: Kconfig maintenance
by Christian Lamparter
· 16 years ago
d8cd7ef
p54: fix SoftLED compile dependencies
by Christian Lamparter
· 16 years ago
1bf68e5
wireless/p54: P54_SPI should depend on GENERIC_HARDIRQS
by Geert Uytterhoeven
· 16 years ago
346de73
p54: completely ignore rx'd frames with bad FCS
by Christian Lamparter
· 16 years ago
94041b2
p54: enable power save support
by Christian Lamparter
· 16 years ago
d0b45ae
p54: initial SoftLED support
by Christian Lamparter
· 16 years ago
efeada2
p54: fix iwconfig txpower off
by Christian Lamparter
· 16 years ago
ad5e72e
p54pci: convert printk(KERN_* to dev_*
by Christian Lamparter
· 16 years ago
2ac7107
p54: unify ieee80211 device registration
by Christian Lamparter
· 16 years ago
fbf9529
p54usb: stop USB core interference in exit path
by Christian Lamparter
· 16 years ago
d5df2a1
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
c035002
p54: fix race condition in memory management
by Christian Lamparter
· 16 years ago
e05eac3
p54: misplaced parentheses
by Roel Kluin
· 16 years ago
881d948
wireless: restrict to 32 legacy rates
by Johannes Berg
· 16 years ago
a211699
p54spi: remove arch specific dependencies
by Christian Lamparter
· 16 years ago
c88a768
p54usb: fix conflict with recent usb changes
by Christian Lamparter
· 16 years ago
cd8d3d3
p54spi: p54spi driver
by Christian Lamparter
· 16 years ago
4628ae7
p54spi: stlc45xx eeprom blob
by Christian Lamparter
· 16 years ago
6917f50
p54: longbow frontend support
by Christian Lamparter
· 16 years ago
83cf1b6
p54: prepare the eeprom parser routines for longbow
by Christian Lamparter
· 16 years ago
3cd08b3
p54: upgrade memrecord to p54_tx_info
by Christian Lamparter
· 16 years ago
63f2dc9
p54: refactor p54_alloc_skb
by Christian Lamparter
· 16 years ago
acbaf32
p54: return NETDEV_TX_OK in p54_tx and fix sparse warnings
by Christian Lamparter
· 16 years ago
2b8d4e2
p54: power save management
by Christian Lamparter
· 16 years ago
51eed99
p54: implement FIF_OTHER_BSS filter setting
by Christian Lamparter
· 16 years ago
78eb748
p54: enable rx/tx antenna diversity by eeprom bits
by Christian Lamparter
· 16 years ago
dc822b5
mac80211: clean up set_key callback
by Johannes Berg
· 16 years ago
98a8d1a
p54: regulatory domain hints
by Christian Lamparter
· 16 years ago
e365f16
p54: prevent upload of wrong firmwares
by Christian Lamparter
· 16 years ago
6982869
p54usb: utilize usb_reset_device for 3887
by Christian Lamparter
· 16 years ago
29701e5
p54: enable proper frame injection
by Christian Lamparter
· 16 years ago
a15bd00
p54: label queues with their corresponding names
by Christian Lamparter
· 16 years ago
b4068a8
p54usb: fix packet loss with first generation devices
by Christian Lamparter
· 16 years ago
e2fe154
p54usb: fix nasty use after free
by Christian Lamparter
· 16 years ago
12da401
p54: more cryptographic accelerator fixes
by Christian Lamparter
· 16 years ago
40ab73c
p54: add missing break in eeprom parser
by Chr
· 16 years ago
6747430
p54: fix p54_set_key's return code
by Christian Lamparter
· 16 years ago
2757190
p54: set_tim must be atomic.
by Artur Skawina
· 16 years ago
ef15aa4
p54: fix oops caused by bad eeproms
by Christian Lamparter
· 16 years ago
26d1597
p54: fix "‘ret’ may be used uninitialized" warning
by John W. Linville
· 16 years ago
124b68e
p54: fix WARN_ON at line 2247 of net/mac80211/rx.c
by Christian Lamparter
· 16 years ago
00627f2
p54usb: fix random traffic stalls (LM87)
by Christian Lamparter
· 16 years ago
c1d34c1
p54: crypto offload fixes
by Christian Lamparter
· 16 years ago
878e6a4
p54usb: Add USB ID for Thomson Speedtouch 121g
by Michiel
· 16 years ago
51fb80f
p54usb: Fix to prevent SKB memory allocation errors with 4K page size
by Larry Finger
· 16 years ago
6110781
p54usb: bring first generation devices back to life
by Christian Lamparter
· 16 years ago
0a5ec96
p54: remove free_on_tx parameter
by Christian Lamparter
· 16 years ago
69ba3e5
p54: more accurate rssi to dBm conversion
by Christian Lamparter
· 16 years ago
ee370ce
p54: update ACK failure statistic counter in real-time
by Christian Lamparter
· 16 years ago
54fdb04
p54: move statistic timer update routine into a workqueue
by Christian Lamparter
· 16 years ago
59651e8
p54: fix oops on faulty devices
by Christian Lamparter
· 16 years ago
39ca5bb
p54: enforce strict tx_queue limits
by Christian Lamparter
· 16 years ago
89fad57
mac80211: integrate sta_notify_ps cmds into sta_notify
by Christian Lamparter
· 16 years ago
dd397dc
p54usb: rewriting rx/tx routines to make use of usb_anchor's facilities
by Christian Lamparter
· 16 years ago
c912765
p54: fix lm87 checksum endianness
by Johannes Berg
· 16 years ago
Next »