index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
builtin-help.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-06-19
ath9k: Update channel switch timer
Felix Fietkau
1
-0
/
+11
2014-06-19
ath9k: Handle beacon miss on multi channel context
Felix Fietkau
2
-4
/
+27
2014-06-19
ath9k: Add periodic NoA support
Felix Fietkau
3
-8
/
+44
2014-06-19
ath9k: Add multi-channel scheduling support
Felix Fietkau
3
-4
/
+99
2014-06-19
ath9k: Implement mgd_prepare_tx
Felix Fietkau
3
-8
/
+46
2014-06-19
ath9k: Adjust AP beacon tsf based on station context
Felix Fietkau
3
-0
/
+55
2014-06-19
ath9k: switch channel after sending beacon
Felix Fietkau
1
-1
/
+2
2014-06-19
ath9k: Add p2p go NoA attribute
Felix Fietkau
4
-5
/
+80
2014-06-19
ath9k: Store current offchannel duration
Rajkumar Manoharan
2
-9
/
+20
2014-06-19
ath9k: switch channel context for beaconing
Felix Fietkau
5
-5
/
+126
2014-06-19
ath9k: Summarize hw state per channel context
Rajkumar Manoharan
4
-158
/
+184
2014-06-19
ath9k: Move beacon config to channel context
Rajkumar Manoharan
7
-12
/
+12
2014-06-19
ath9k: save tsf in channel context
Felix Fietkau
5
-5
/
+37
2014-06-19
ath9k: Add ATH_OP_MULTI_CHANNEL
Felix Fietkau
2
-0
/
+14
2014-06-19
ath9k: Move caldata into channel context
Felix Fietkau
4
-5
/
+5
2014-06-19
ath9k: Fetch appropriate operating channel context
Rajkumar Manoharan
3
-24
/
+34
2014-06-19
ath9k: Implement channel context ops
Felix Fietkau
4
-12
/
+102
2014-06-19
ath9k: Implement remain-on-channal support
Felix Fietkau
4
-15
/
+124
2014-06-19
ath9k: Implement hw_scan support
Felix Fietkau
6
-2
/
+255
2014-06-19
ath9k: send powersave frame on channel switch
Felix Fietkau
3
-0
/
+106
2014-06-19
ath9k: channel context based transmission
Felix Fietkau
2
-4
/
+23
2014-06-19
ath9k: Add channel context worker thread
Felix Fietkau
8
-21
/
+99
2014-06-19
ath9k: Move acq to channel context
Felix Fietkau
4
-28
/
+63
2014-06-19
ath9k: Move txpower limit to channel context
Felix Fietkau
5
-12
/
+8
2014-06-19
ath9k: Add channel context structure
Felix Fietkau
7
-103
/
+169
2014-06-19
rtlwifi: btcoexist: avoid format string in printk
Kees Cook
1
-1
/
+1
2014-06-19
rsi_91x_sdio: add error handling into rsi_module_init()
Alexey Khoroshilov
1
-2
/
+4
2014-06-19
rsi: Use module_usb_driver
Alexey Khoroshilov
1
-27
/
+1
2014-06-19
mwifiex: wowlan: do not disconnect on suspend
Bing Zhao
1
-1
/
+1
2014-06-19
mwifiex: support wowlan magic-packet encapsulated as UDP packet
Zhiyuan Yang
1
-0
/
+10
2014-06-19
bcma: gpio: register all 32 GPIOs on BCM53572
Rafał Miłecki
1
-0
/
+1
2014-06-19
rt2x00: do not initialize BCN_OFFSET registers
Stanislaw Gruszka
1
-22
/
+0
2014-06-19
rt2x00: change order when stop beaconing
Stanislaw Gruszka
1
-6
/
+6
2014-06-19
rt2x00: change default MAC_BSSID_DW1_BSS_BCN_NUM
Stanislaw Gruszka
1
-1
/
+1
2014-06-19
rt2x00: change beaconing setup on RT2800
Stanislaw Gruszka
2
-0
/
+46
2014-06-19
rt2x00: change beaconing locking
Stanislaw Gruszka
3
-25
/
+9
2014-06-19
mwifiex: Remove custom world regulatory domain
Markus Pargmann
1
-36
/
+0
2014-06-19
net: wireless: rtlwifi: rtl8192de: phy.c: Cleaning up uninitialized variable
Rickard Strandqvist
1
-1
/
+2
2014-06-19
net: wireless: rt2x00: rt2x00mac.c: Cleaning up uninitialized variables
Rickard Strandqvist
1
-0
/
+2
2014-06-19
net: wireless: libertas: cmd.c: Cleaning up uninitialized variables
Rickard Strandqvist
1
-0
/
+1
2014-06-19
b43: PHY: drop channel_type (we can get this info from chandef)
Rafał Miłecki
4
-14
/
+8
2014-06-19
b43: PHY: drop is_40mhz (get width info from chandef)
Rafał Miłecki
4
-35
/
+33
2014-06-19
b43: PHY: drop own channel_freq (get it from chandef when needed)
Rafał Miłecki
3
-12
/
+15
2014-06-19
b43: store current channel using struct cfg80211_chan_def
Rafał Miłecki
3
-2
/
+9
2014-06-19
b43: b43_op_config: set channel info before switching band
Rafał Miłecki
2
-2
/
+2
2014-06-19
b43: PHY: don't force default channel during init
Rafał Miłecki
1
-4
/
+3
2014-06-19
b43: b43_op_config: use IEEE80211_CONF_CHANGE_CHANNEL
Rafał Miłecki
1
-15
/
+16
2014-06-19
b43: b43_op_config: drop check for core change
Rafał Miłecki
1
-18
/
+2
2014-06-19
b43: drop B43_DEFAULT_CHANNEL
Rafał Miłecki
2
-7
/
+0
2014-06-19
rtl818x_pci: fix possible RX descriptor invalid data read
Andrea Merello
1
-0
/
+8
[next]