Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
dfbb85cab5f0819d0424a3637b03e7892704fa42
/
drivers
/
net
/
wireless
/
b43
12cd43c
b43: Fix machine check error due to improper access of B43_MMIO_PSM_PHY_HDR
by Rafał Miłecki
· 11 years ago
c8e4955
net: Replace min macro with min_t
by Silvan Jegen
· 11 years ago
1a2b250
b43: return true / false instead of numbers in functions which return bool value
by Zhao, Gang
· 11 years ago
cc1ad9d
b43: Kconfig: let config B43_BCMA_PIO depends on B43
by Zhao, Gang
· 11 years ago
bb6bd25
b43: use kernel api to replace b43 specific helper function
by ZHAO Gang
· 11 years ago
64e5acb
b43: fix the wrong assignment of status.freq in b43_rx()
by ZHAO Gang
· 11 years ago
0673eff
b43: Fix unload oops if firmware is not available
by Larry Finger
· 11 years ago
0916404
b43: Fix lockdep splat
by Larry Finger
· 11 years ago
8ceafbf
Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm
by Linus Torvalds
· 11 years ago
87bc072
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 11 years ago
8ce9bea
drivers: net: wireless: b43: Fix possible NULL ptr dereference
by Felipe Pena
· 11 years ago
d458cdf
net:drivers/net: Miscellaneous conversions to ETH_ALEN
by Joe Perches
· 11 years ago
e1390a2
DMA-API: net: b43: replace dma_set_mask()+dma_set_coherent_mask() with new helper
by Russell King
· 11 years ago
e7abfe4
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
by David S. Miller
· 11 years ago
ede23fa
drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent
by Joe Perches
· 11 years ago
5002300
b43: call PCIe up and down functions
by Hauke Mehrtens
· 11 years ago
8960400
b43: replace B43_BCMA_EXTRA with modparam allhwsupport
by Rafał Miłecki
· 11 years ago
6b692f3
b43: activate N-PHY and HT-PHY support by default
by Hauke Mehrtens
· 11 years ago
693026e
b43: ensue that BCMA is "y" when B43 is "y"
by Hauke Mehrtens
· 11 years ago
e0e29b6
b43: stop format string leaking into error msgs
by Kees Cook
· 12 years ago
4f81d71
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
by John W. Linville
· 12 years ago
73b82bf
B43: Handle DMA RX descriptor underrun
by Thommy Jakobsson
· 12 years ago
73287a4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
4f567cb
Merge tag 'char-misc-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 12 years ago
6ed0e32
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
27eee23
Merge branch 'master' of git://git.infradead.org/users/rafal/b43-next
by John W. Linville
· 12 years ago
ec09414
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
0c201cf
b43: N-PHY: don't use deprecated b43_radio_foo16
by Rafał Miłecki
· 12 years ago
31bfffb
b43: N-PHY: clean init tables
by Rafał Miłecki
· 12 years ago
3cc8ff9
b43: N-PHY: move tables init function to tables file
by Rafał Miłecki
· 12 years ago
9a98979
b43: N-PHY: use defines for (re)storing VCM config
by Rafał Miłecki
· 12 years ago
78ae753
b43: N-PHY: use shortcut "ctl" in functions names
by Rafał Miłecki
· 12 years ago
89e43da
b43: N-PHY: use enum for INTC override function argument
by Rafał Miłecki
· 12 years ago
04519dc
b43: N-PHY: define missing registers
by Rafał Miłecki
· 12 years ago
fb3bc67
b43: use defines for board_type
by Rafał Miłecki
· 12 years ago
542e15f
b43: N-PHY: fix "NB" RSSI calibration on PHYs rev2-
by Rafał Miłecki
· 12 years ago
a3764ef
b43: N-PHY: use enum for RSSI type everywhere we use it
by Rafał Miłecki
· 12 years ago
2a2d058
b43: N-PHY: rename RSSI types to be shorter and more accurate
by Rafał Miłecki
· 12 years ago
37859a7
b43: N-PHY: use more friendly variables names in RSSI code
by Rafał Miłecki
· 12 years ago
e5ab1fd
b43: N-PHY: simplify conditions in RSSI offset scale function
by Rafał Miłecki
· 12 years ago
6aa3872
b43: N-PHY: use enum for RAIL type
by Rafał Miłecki
· 12 years ago
2d551f1
b43: HT-PHY: use enum for RSSI types
by Rafał Miłecki
· 12 years ago
418e8b6
b43: HT-PHY: store TX power state before disabling it
by Rafał Miłecki
· 12 years ago
fc6ab1e
b43: HT-PHY: define regs for power estimation
by Rafał Miłecki
· 12 years ago
dc3c4e1
b43: HT-PHY: do some extra TSSI setup after configuring TX
by Rafał Miłecki
· 12 years ago
9cfc17c
b43: HT-PHY: finish calculating values for idle TSSI
by Rafał Miłecki
· 12 years ago
9a0bc41
b43: HT-PHY: tables: don't duplicate core-generic regs
by Rafał Miłecki
· 12 years ago
d6657db
b43: HT-PHY: rename defines addressing cores on the 2059 radio
by Rafał Miłecki
· 12 years ago
6e0895c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2f093e2
Merge 3.9-rc7 into char-misc-next
by Greg Kroah-Hartman
· 12 years ago
9b38367
b43: use bcma_pmu_spuravoid_pllupdate()
by Hauke Mehrtens
· 12 years ago
655d8e2
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by John W. Linville
· 12 years ago
d364140
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
46fc4c9
ssb: implement spurious tone avoidance
by Rafał Miłecki
· 12 years ago
71d6c1b
b43: make struct b2056_inittabs_pts const
by Hauke Mehrtens
· 12 years ago
2d9d238
b43: mark some functions and structs static
by Hauke Mehrtens
· 12 years ago
a210576
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
9a574cd
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
5c1da23
b43: use constants
by Hauke Mehrtens
· 12 years ago
2e1253d
b43: N-PHY: use more bits for offset in RSSI calibration
by Rafał Miłecki
· 12 years ago
b251412
b43: A fix for DMA transmission sequence errors
by Iestyn C. Elfick
· 12 years ago
e67dd87
b43: N-PHY: increase initial value of "mind" in RSSI calibration
by Rafał Miłecki
· 12 years ago
64513ef
b43: remove warning for LP-PHY with sprom < 8
by Hauke Mehrtens
· 12 years ago
0a64bae
b43: use bcma_chipco_gpio_control()
by Hauke Mehrtens
· 12 years ago
675a0b0
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
by Karl Beldan
· 12 years ago
5470b46
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
by John W. Linville
· 12 years ago
1f9061d2
drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0)
by Joe Perches
· 12 years ago
fdd3f29
drivers/net: use module_pcmcia_driver() in pcmcia drivers
by H Hartley Sweeten
· 12 years ago
4969b41
b43: HT-PHY: enable basic TX power setup
by Rafał Miłecki
· 12 years ago
5949e04
b43: HT-PHY: setup TX power control
by Rafał Miłecki
· 12 years ago
4409a23
b43: HT-PHY: implement RSSI polling
by Rafał Miłecki
· 12 years ago
396535e
b43: HT-PHY: implement playing sample tone
by Rafał Miłecki
· 12 years ago
371ec46
b43: HT-PHY: implement stopping sample tone playback
by Rafał Miłecki
· 12 years ago
60e8fb9
b43: HT-PHY: implement controlling TX power control
by Rafał Miłecki
· 12 years ago
a51ab25
b43: HT-PHY: implement PA override
by Rafał Miłecki
· 12 years ago
4cce095
b43: HT-PHY: implement CCA reset
by Rafał Miłecki
· 12 years ago
d7bb7ca
b43: HT-PHY: implement MAC reclocking
by Rafał Miłecki
· 12 years ago
2dacfe7
b43: HT-PHY: implement spurious tone avoidance
by Rafał Miłecki
· 12 years ago
f6099f8
b43: HT-PHY: move TX fix to the separated function
by Rafał Miłecki
· 12 years ago
b372afa
b43: HT-PHY: add classifier control function
by Rafał Miłecki
· 12 years ago
4760692
b43: HT-PHY: rename AFE defines
by Rafał Miłecki
· 12 years ago
7c2332b
b43: HT-PHY: make it BCMA-only
by Rafał Miłecki
· 12 years ago
88cceab
b43: define BCMA wireless specific PLLs
by Rafał Miłecki
· 12 years ago
a829148
b43: Fix 'me' -> 'be' typo in Kconfig
by W. Trevor King
· 12 years ago
1cef935
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
63a02ce
b43: Fix lockdep splat on module unload
by Larry Finger
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
ccae0e5
b43: Increase number of RX DMA slots
by Larry Finger
· 12 years ago
9ebea38
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
e03e8dd
b43: N-PHY: fix gain in b43_nphy_get_gain_ctl_workaround_ent()
by Dan Carpenter
· 12 years ago
afd19ef
drivers/net/wireless/b43: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
5e20a4b
b43: Fix firmware loading when driver is built into the kernel
by Larry Finger
· 12 years ago
78f18df
b43: fix tx path skb leaks
by Felix Fietkau
· 12 years ago
157c943
b43: remove __dev* attributes
by Bill Pemberton
· 12 years ago
f4bda33
mac80211: support RX_FLAG_MACTIME_END
by Thomas Pedersen
· 12 years ago
ab3d59d
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless
by John W. Linville
· 12 years ago
f89ff64
b43: Fix oops on unload when firmware not found
by Larry Finger
· 12 years ago
dfae714
bcma: add an extra pcie core struct
by Hauke Mehrtens
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
99dbb16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 12 years ago
Next »