Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
03347e2592078a90df818670fddf97a33eec70fb
/
drivers
/
net
/
wireless
/
b43
403a3a1
b43: Add fw capabilities
by Michael Buesch
· 16 years ago
f41f3f3
b43/legacy: port to cfg80211 rfkill
by Johannes Berg
· 16 years ago
b52a033
b43: Fix possible unaligned u32 access
by Matthieu CASTET
· 16 years ago
19d337d
rfkill: rewrite
by Johannes Berg
· 16 years ago
e31a16d
wireless: move some utility functions from mac80211 to cfg80211
by Zhu Yi
· 16 years ago
3f0d843
b43/legacy: fix beacon change processing
by Johannes Berg
· 16 years ago
2d0ddec
mac80211: unify config_interface and bss_info_changed
by Johannes Berg
· 16 years ago
57c4d7b
mac80211: clean up beacon interval settings
by Johannes Berg
· 16 years ago
1379072
b43: Remove unnecessary MMIO in interrupt hotpath
by Michael Buesch
· 16 years ago
616de35
b43: Do not "select" HW_RANDOM
by Michael Buesch
· 16 years ago
621cac8
rfkill: remove user_claim stuff
by Johannes Berg
· 16 years ago
591f3dc
b43: Do radio lock assertion in software
by Michael Buesch
· 16 years ago
cf68636
b43: Refresh RX poison on buffer recycling
by Michael Buesch
· 16 years ago
ec9a1d8
b43: Poison RX buffers
by Michael Buesch
· 16 years ago
28b7679
dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)
by Yang Hongyang
· 16 years ago
284901a
dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)
by Yang Hongyang
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
a3c0b87
b43: fix b43_plcp_get_bitrate_idx_ofdm return type
by Lorenzo Nava
· 16 years ago
3e3ccb3
b43: Mask PHY TX error interrupt, if not debugging
by Michael Buesch
· 16 years ago
1a77733
b43: Fix compilation for devices without PCI core
by Michael Buesch
· 16 years ago
ce4fbdb
b43: Pass more RX flags to mac80211
by Michael Buesch
· 16 years ago
99da185
b43: checkpatch.pl cleanups
by John Daiker
· 16 years ago
53b23b8
b43: Remove bogus integer truncation warnings
by Michael Buesch
· 16 years ago
5f9724d
b43: Convert usage of b43_radio_maskset()
by Michael Buesch
· 16 years ago
3718582
b43: Convert usage of b43_radio_mask()
by Michael Buesch
· 16 years ago
4cf5076
b43: Convert usage of b43_radio_set()
by Michael Buesch
· 16 years ago
76e190c
b43: Convert usage of b43_phy_maskset()
by Michael Buesch
· 16 years ago
ac1ea39
b43: Convert usage of b43_phy_mask()
by Michael Buesch
· 16 years ago
e59be0b
b43: Convert usage of b43_phy_set()
by Michael Buesch
· 16 years ago
25d3ef5
b43: Implement sw scan callbacks
by Michael Buesch
· 16 years ago
8821905
b43: Enable PCI slow clock workaround, if needed.
by Michael Buesch
· 16 years ago
1cc8f47
b43: Honor the no-slow-clock boardflag
by Michael Buesch
· 16 years ago
969d15c
b43: Fix radio host flags
by Michael Buesch
· 16 years ago
2d071ca
b43: Add slot count compiletime assertion
by Michael Buesch
· 16 years ago
bdceeb2
b43: Optimize DMA buffers
by Michael Buesch
· 16 years ago
8eccb53
b43: Fix DMA buffer size handling
by Michael Buesch
· 16 years ago
ca2d559
b43: Move DMA stop sanity check
by Michael Buesch
· 16 years ago
c493b01
b43: Fix LO calibration txctl reg value
by Roel Kluin
· 16 years ago
fc68ed4
drivers/net/wireless/b43: fix warning: format not a string literal and no ...
by Hannes Eder
· 16 years ago
ce1a9ee3
b43: Add parts of LP-PHY TX power control
by Michael Buesch
· 16 years ago
99e0fca
b43: (b2062) Fix crystal frequency calculations
by Michael Buesch
· 16 years ago
686aa5f
b43: Port spec bugfixes for the LP baseband init
by Michael Buesch
· 16 years ago
24b5bcc
b43: Add LP 2062 radio init
by Michael Buesch
· 16 years ago
6c1bb92
b43: Add LP-PHY baseband init for >=rev2
by Michael Buesch
· 16 years ago
a387cc7
b43: Add LP-PHY register definitions
by Michael Buesch
· 16 years ago
060210f
b43: Dynamically control log verbosity
by Michael Buesch
· 16 years ago
08e87a8
b43: Accessing the TSF via mac80211
by Alina Friedrichsen
· 16 years ago
dff8ccd
b43: Fix phy_g.c compiler warning
by Michael Buesch
· 16 years ago
1a9f509
b43: Automatically probe for opensource firmware
by Michael Buesch
· 16 years ago
881d948
wireless: restrict to 32 legacy rates
by Johannes Berg
· 16 years ago
a1d88210
b43: Eliminate compilation warning in b43_op_set_key
by Larry Finger
· 16 years ago
dc822b5
mac80211: clean up set_key callback
by Johannes Berg
· 16 years ago
c557289
b43: Change schedule for old-fw support removal
by Michael Buesch
· 16 years ago
6b1c7c6
b43/ssb: Add SPROM8 extraction and LP-PHY detection
by Michael Buesch
· 16 years ago
bb519be
b43: detect N PHY revision/radio
by Johannes Berg
· 16 years ago
92d6128
ssb/b43: add new N PHY device
by Johannes Berg
· 16 years ago
3ebbbb5
b43: Use 64bit atomic register access for TSF
by Michael Buesch
· 16 years ago
e808e58
b43: Fixup set_key handling
by Michael Buesch
· 16 years ago
922d8a0
b43: fix "‘gmode’ may be used uninitialized" warning
by John W. Linville
· 16 years ago
11ab72a
drivers/net/wireless/b43: fix sparse warnings: make symbols static
by Hannes Eder
· 16 years ago
9cf7f24
b43: Add key memory dumping
by Michael Buesch
· 16 years ago
b929ecf7
b43: Suspend MAC while killing the radio
by Michael Buesch
· 16 years ago
d10d0e5
b43: Fix some MAC locking
by Michael Buesch
· 16 years ago
1e87d68
b43: remove rate index warning
by Johannes Berg
· 16 years ago
c7ab5ef
b43: implement short slot and basic rate handling
by Johannes Berg
· 16 years ago
71c11fb
b43/legacy: remove SSID code
by Johannes Berg
· 16 years ago
e6a9854
mac80211/drivers: rewrite the rate control API
by Johannes Berg
· 16 years ago
9124b07
mac80211: make retry limits part of hw config
by Johannes Berg
· 16 years ago
e897558
mac80211: introduce hw config change flags
by Johannes Berg
· 16 years ago
0f4ac38
mac80211: kill hw.conf.antenna_sel_{rx,tx}
by Johannes Berg
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
2be4ff2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
by Linus Torvalds
· 16 years ago
870abdf
mac80211: add multi-rate retry support
by Felix Fietkau
· 16 years ago
76708de
mac80211: free up 2 bytes in skb->cb
by Felix Fietkau
· 16 years ago
b262e60
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
1d280dd
b43: Increase loop tries in do_dummy_tx
by Larry Finger
· 16 years ago
570bdfb
b43: Fix Bluetooth Coexistence SPROM programming error for HP 12f8 version of BCM4306
by Larry Finger
· 16 years ago
3bb91bf
b43: Fix Bluetooth coexistence SPROM coding error for Motorola 7010 variant of BCM4306
by Larry Finger
· 16 years ago
fdd1097
b43: Issue warning when RFKILL_INPUT is not enabled
by Larry Finger
· 16 years ago
e95926d
Revert "b43/b43legacy: add RFKILL_STATE_HARD_BLOCKED support"
by Linus Torvalds
· 16 years ago
e35cc4d
b43: fix QoS parameters initialization
by Lorenzo Nava
· 16 years ago
17741cd
mac80211: share STA information with driver
by Johannes Berg
· 16 years ago
05c914f
mac80211: use nl80211 interface types
by Johannes Berg
· 16 years ago
5a5f3b4
b43: Remove QoS update workqueue
by Michael Buesch
· 16 years ago
b338994
b43 G-PHY: Remove mmiowb()
by Michael Buesch
· 16 years ago
c40c112
b43: Fix QoS defaults
by Michael Buesch
· 16 years ago
0b7dcd9
b43: Replace hardcoded Analog switch
by Michael Buesch
· 16 years ago
cb24f57
b43: Move Analog switching into phy code
by Michael Buesch
· 16 years ago
fb11137
b43: Split PHY alloc and init
by Michael Buesch
· 16 years ago
400828c
b43: Add LP-PHY radio register definitions
by Michael Buesch
· 16 years ago
0888707
b43: Add LP-PHY read/write phyops
by Michael Buesch
· 16 years ago
e63e436
b43: Add LP-PHY template
by Michael Buesch
· 16 years ago
3d0da75
b43: Move code from nphy.* to phy_n.*
by Michael Buesch
· 16 years ago
99c4a78
b43: Move remaining code from phy.c to phy_a.c
by Michael Buesch
· 16 years ago
f59ac04
cfg80211: keep track of supported interface modes
by Luis R. Rodriguez
· 16 years ago
fa9abe0
b43: Don't use memcpy for overlapping areas
by Michael Buesch
· 16 years ago
2f3061e
pcmcia: remove unused argument to pcmcia_parse_tuple()
by Dominik Brodowski
· 16 years ago
18c8ade
b43: Rewrite TX power adjustment
by Michael Buesch
· 16 years ago
ef1a628
b43: Implement dynamic PHY API
by Michael Buesch
· 16 years ago
4c89e88
pcmcia: deprecate CS_SUCCESS
by Dominik Brodowski
· 16 years ago
Next »