Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8fe6536850ae49609704a263cbc7542133536922
/
drivers
/
net
/
wireless
/
b43
bc53e51
b43: N-PHY: fix copy&paste typo
by Rafał Miłecki
· 15 years ago
e58b125
b43: N-PHY: fix value written on 2055 radio setup
by Rafał Miłecki
· 15 years ago
f19ebe7
b43: N-PHY: prepare for rev3+ channel tables
by Rafał Miłecki
· 15 years ago
ffd2d9b
b43: N-PHY: find table entry earlier for setting chanspec
by Rafał Miłecki
· 15 years ago
b15b303
b43: N-PHY: use b43_phy_n_sfo_cfg rather than duplicating same fields
by Rafał Miłecki
· 15 years ago
d817f4e
b43: N-PHY: some dummy PHY rev 3 calls
by Rafał Miłecki
· 15 years ago
c5a079f
drivers/net/wireless/b43/main.c:4351: Fixed coding style
by Daniel Ngu
· 15 years ago
eff66c5
b43: N-PHY: switch to chanspec ops
by Rafał Miłecki
· 15 years ago
1b69ec7
b43: N-PHY: implement chanspec setup
by Rafał Miłecki
· 15 years ago
7955de0
b43: N-PHY: isloate 2055 radio setup
by Rafał Miłecki
· 15 years ago
d24019a
b43: N-PHY: adjust gain table
by Rafał Miłecki
· 15 years ago
902db91
b43: N-PHY: switch to chanspec struct
by Rafał Miłecki
· 15 years ago
036cafe
b43: N-PHY: update post init of 2055 radio
by Rafał Miłecki
· 15 years ago
e5255ccc
b43: N-PHY: update writing channel-specific radio registers
by Rafał Miłecki
· 15 years ago
c2b7aef
b43: N-PHY: turn radio on/off (rfkill)
by Rafał Miłecki
· 15 years ago
8987a9e
b43: N-PHY: initialize super switch
by Rafał Miłecki
· 15 years ago
9734485
b43: N-PHY: add some registers and structs definitions
by Rafał Miłecki
· 15 years ago
ce300c7
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
9e3bd91
b43: fall back gracefully to PIO mode after fatal DMA errors
by Linus Torvalds
· 15 years ago
f6f2230
Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
3b27521
b43: remove get_tx_stats() mac80211 op
by Kalle Valo
· 15 years ago
40bd520
b43: N-PHY: handle allocation fail in samples generation
by Rafał Miłecki
· 15 years ago
5f6393e
b43: N-PHY: load generated samples
by Rafał Miłecki
· 15 years ago
9442e5b
b43: N-PHY: partly implement SPUR workaround
by Rafał Miłecki
· 15 years ago
bbc6dc1
b43: N-PHY: save calibration for further restore
by Rafał Miłecki
· 15 years ago
984ff4f
b43: N-PHY: prepare code for reapplying TX cal coeffs
by Rafał Miłecki
· 15 years ago
67cbc3e
b43: N-PHY: implement overriding RF control intc
by Rafał Miłecki
· 15 years ago
0866b03
b43/b43legacy: Wake queues in wireless_core_start
by Larry Finger
· 15 years ago
6e7e621
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
10be7eb
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
b6c3f5b
b43: Fix throughput regression
by Larry Finger
· 15 years ago
9501fef
b43: N-PHY: implement setting RF sequence
by Rafał Miłecki
· 15 years ago
52cb5e9
b43: N-PHY: add TX radio setup for newer PHYs
by Rafał Miłecki
· 15 years ago
38bb902
b43: N-PHY: fix Cal TX IQ LO for newer PHYs
by Rafał Miłecki
· 15 years ago
6e3b15a
b43: N-PHY: add RSSI selection for newer PHYs
by Rafał Miłecki
· 15 years ago
99b82c4
b43: N-PHY: split RSSI selection into two per-PHY-revision functions
by Rafał Miłecki
· 15 years ago
ef5127a
b43: N-PHY: add workarounds for gain control
by Rafał Miłecki
· 15 years ago
28fd7da
b43: N-PHY: update general workarounds
by Rafał Miłecki
· 15 years ago
da86047
b43: N PHY: Fix compilation after removal of typdef b43_c32
by Larry Finger
· 15 years ago
f298218
b43: N-PHY: use cordic to generate samples
by Rafał Miłecki
· 15 years ago
6f98e62
b43: update cordic code to match current specs
by Rafał Miłecki
· 15 years ago
9865045
b43: make cordic common (LP-PHY and N-PHY need it)
by Rafał Miłecki
· 15 years ago
3ed0fac
b43: N-PHY: fix one bit off in parsing RF Ctrl Override arguments
by Rafał Miłecki
· 15 years ago
96869a3
b43: Workaround circular locking in hw-tkip key update callback
by Michael Buesch
· 15 years ago
59af099
b43: N-PHY: add TX tone
by Rafał Miłecki
· 15 years ago
45ca697
b43: N-PHY: add setting power amplifier filters
by Rafał Miłecki
· 15 years ago
10a7987
b43: N-PHY: add running samples
by Rafał Miłecki
· 15 years ago
75377b2
b43: N-PHY: implement overriding RF control
by Rafał Miłecki
· 15 years ago
aa4c7b2
b43: check band width
by Rafał Miłecki
· 15 years ago
b3fbdcf
mac80211: pass vif and station to update_tkip_key
by Johannes Berg
· 15 years ago
de9a47f
b43: N-PHY: silence warnings, add missing call
by Rafał Miłecki
· 15 years ago
9145834
b43: N-PHY: implement and add multi-dimensional table reading
by Rafał Miłecki
· 15 years ago
c643a66
b43: N-PHY: implement and add reading one element tables
by Rafał Miłecki
· 15 years ago
2581b14
b43: N-PHY: implement and add multi-dimensional table writing
by Rafał Miłecki
· 15 years ago
d41a355
b43: N-PHY: add writing one element tables
by Rafał Miłecki
· 15 years ago
c57199b
b43: N-PHY: store seq mode for proper restoring (follow specs)
by Rafał Miłecki
· 15 years ago
67c0d6e
b43: N-PHY: move RF sequence declarations top, add missing calls
by Rafał Miłecki
· 15 years ago
4f4ab6c
b43: N-PHY: implement chain selection
by Rafał Miłecki
· 15 years ago
53ae8e8
b43: N-PHY: implement stopping playback
by Rafał Miłecki
· 15 years ago
ad9716e
b43: N-PHY: implement MIMO config update
by Rafał Miłecki
· 15 years ago
e53de67
b43: N-PHY: implement TX PHY cleanup and setup
by Rafał Miłecki
· 15 years ago
026816f
b43: N-PHY: implement RX PHY cleanup and setup
by Rafał Miłecki
· 15 years ago
6373464
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
730dd70
b43: N-PHY: drop unused definition, uncomment needed call
by Rafał Miłecki
· 15 years ago
6dcd9d9
b43: N-PHY: implement TX power control coef setup
by Rafał Miłecki
· 15 years ago
15931e3
b43: N-PHY: add RX IQ calibrationi for rev < 3
by Rafał Miłecki
· 15 years ago
fb43b8e
b43: N-PHY: add huge calculating TX IQ LO
by Rafał Miłecki
· 15 years ago
e976249
b43: N-PHY: implement calculating IQ gain params
by Rafał Miłecki
· 15 years ago
de7ed0c
b43: N-PHY: update TX calibration ladder
by Rafał Miłecki
· 15 years ago
c4a9200
b43: N-PHY: add RX radio cores calibration
by Rafał Miłecki
· 15 years ago
fe3e46e
b43: N-PHY: add TX LP FBW (TX filter 40 related)
by Rafał Miłecki
· 15 years ago
b0022e1
b43: N-PHY: implement getting TX gains
by Rafał Miłecki
· 15 years ago
34a56f2
b43: N-PHY: implement calculating RX IQ comp
by Rafał Miłecki
· 15 years ago
2faa6b8
b43: N-PHY: implement RX IQ estimation
by Rafał Miłecki
· 15 years ago
2f258b7
b43: N-PHY: implement restoring general configuration
by Rafał Miłecki
· 15 years ago
0914640
b43: N-PHY: implement workaround for TX IQ
by Rafał Miłecki
· 15 years ago
a67162a
b43: N-PHY: implement RX IQ coeffs
by Rafał Miłecki
· 15 years ago
5c1a140
b43: N-PHY: add function than forces (not) staying in carrier search
by Rafał Miłecki
· 15 years ago
42e1547
b43: N-PHY: add RSSI calibration restore
by Rafał Miłecki
· 15 years ago
e50cbcf
b43: N-PHY: implement PA overriding (RF control related)
by Rafał Miłecki
· 15 years ago
90b9738
b43: N-PHY: RSSI calibration for rev < 3
by Rafał Miłecki
· 15 years ago
dfb4aa5
b43: N-PHY: add RSSI polling and setting 2055 (radio) VCM
by Rafał Miłecki
· 15 years ago
3c95627
b43: N-PHY: implement RSSI selection and offset scaling
by Rafał Miłecki
· 15 years ago
bbec398
b43: N-PHY: add clip detection reading/writing and some classifier function
by Rafał Miłecki
· 15 years ago
4cb9977
b43: N-PHY: split RSSI calibration into 2 functions (rev2, rev3)
by Rafał Miłecki
· 15 years ago
4a933c8
b43: N-PHY: update CCA reset
by Rafał Miłecki
· 15 years ago
0988a7a
b43: N-PHY: update init code to match current specs
by Rafał Miłecki
· 15 years ago
088e56b
b43: N-PHY: add various tables
by Rafał Miłecki
· 15 years ago
2a448bf
b43: N-PHY: add global variables to b43_phy_n struct
by Rafał Miłecki
· 15 years ago
5b0ade3
b43: N-PHY: add missing register definitions
by Rafał Miłecki
· 15 years ago
f8187b5
b43: N-PHY: add needed struct definitions
by Rafał Miłecki
· 15 years ago
76a4db3
b43: N-PHY: add shared memory offsets definitions
by Rafał Miłecki
· 15 years ago
4772ae1
b43: N-PHY: clean table init, check PHY rev
by Rafał Miłecki
· 15 years ago
003d6d2
b43: add new SSB's core id for BCM4328
by Rafał Miłecki
· 15 years ago
857c0fc
b43: use standard fls for finding the most significant bit
by Rafał Miłecki
· 15 years ago
6021e08
b43: Declare at least one real firmware file using MODULE_FIRMWARE.
by Tim Gardner
· 15 years ago
81f14df
b43: LP-PHY: note and explain specs inconsistency
by Rafał Miłecki
· 15 years ago
3a999e6e
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
by David S. Miller
· 15 years ago
891dc5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
55afc80
Revert "b43: Enforce DMA descriptor memory constraints"
by John W. Linville
· 15 years ago
Next »