index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wlcore
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-27
wlcore: pass wmm configuration to the fw
Eliad Peller
4
-6
/
+35
2012-11-27
wlcore: update events enum/struct to new fw api
Eliad Peller
9
-364
/
+294
2012-11-27
wlcore: update channel_switch/stop_channel_switch commands
Eliad Peller
4
-56
/
+11
2012-11-27
wlcore: update acx enum
Eliad Peller
1
-1
/
+0
2012-11-27
wl18xx: increase MAX_CHANNELS_5GHZ
Eliad Peller
3
-4
/
+13
2012-11-27
wlcore: split 18xx and 12xx scan mechanism
Eliad Peller
9
-594
/
+105
2012-11-27
wlcore: update commands enum to new fw api
Eliad Peller
1
-2
/
+5
2012-11-27
wlcore: make scan scan configuration functions more generic
Eliad Peller
1
-51
/
+78
2012-11-27
wlcore: don't call ieee80211_sched_scan_stopped directly
Eliad Peller
1
-3
/
+1
2012-11-27
wlcore: remove a bunch of unnecessary parentheses
Luciano Coelho
1
-4
/
+4
2012-11-27
wlcore: avoid using goto in normal code flow
Luciano Coelho
1
-11
/
+11
2012-11-27
wlcore: don't leak wl->mbox
Eliad Peller
1
-0
/
+1
2012-11-27
wlcore: print role_id on bss_info_changed
Eliad Peller
1
-2
/
+2
2012-11-27
wlcore: configure the remote rates with our own rates
Eliad Peller
1
-1
/
+6
2012-11-27
wlcore: refactor CHANGED_HT handling
Eliad Peller
1
-30
/
+18
2012-11-27
wlcore: reconfigure rate policy on association
Eliad Peller
1
-3
/
+18
2012-11-27
wlcore: specify correct supported_rates
Eliad Peller
4
-8
/
+16
2012-11-27
wlcore: set active psm on association
Eliad Peller
1
-0
/
+6
2012-11-27
wlcore: initiate ROC/CROC on sta state updates
Eliad Peller
1
-16
/
+28
2012-11-27
wlcore: add chanctx implementation
Eliad Peller
1
-66
/
+79
2012-11-27
wlcore: get channel from bss_conf instead of hw->conf
Eliad Peller
1
-1
/
+1
2012-11-27
wlcore: implement .remain_on_channel() callback
Eliad Peller
6
-46
/
+173
2012-11-27
wlcore: workaround start_sta problem in wl12xx fw
Eliad Peller
2
-1
/
+17
2012-11-27
wlcore: start sta role on CHANGED_BSSID
Eliad Peller
2
-233
/
+221
2012-11-26
mac80211: convert to channel definition struct
Johannes Berg
1
-4
/
+5
2012-11-16
wlcore: Remove redundant check on unsigned variable
Tushar Behera
1
-1
/
+1
2012-11-16
wlcore: Fix the usage of wait_for_completion_timeout
Chuansheng Liu
1
-3
/
+0
2012-11-16
wlcore: SPI - fix spi transfer_list
Janusz.Dziedzic@tieto.com
1
-1
/
+1
2012-11-16
wlcore: sdio: use platform_device_unregister in wl1271_remove()
Wei Yongjun
1
-2
/
+1
2012-11-16
wlcore: spi: use platform_device_unregister in wl1271_remove()
Wei Yongjun
1
-2
/
+1
2012-11-16
drivers/net/wireless/ti/wlcore/main.c: eliminate possible double power off
Julia Lawall
1
-1
/
+1
2012-11-09
mac80211: clarify interface iteration and make it configurable
Johannes Berg
1
-1
/
+1
2012-09-27
wlcore: protect wlcore_op_set_key with mutex
Eliad Peller
1
-25
/
+43
2012-09-27
wlcore: decrease elp timeout
Eliad Peller
1
-6
/
+2
2012-09-27
wlcore: Load the NVS file asynchronously
Ido Yariv
2
-38
/
+53
2012-09-27
wlcore: Refactor probe
Ido Yariv
2
-8
/
+12
2012-09-27
wlcore: Allow memory access when the FW crashes
Ido Yariv
1
-8
/
+12
2012-09-27
wlcore: use dynamic keep-alive template ids
Eliad Peller
6
-23
/
+33
2012-09-27
wlcore: invalidate keep-alive template on disconnection
Eliad Peller
1
-0
/
+5
2012-09-27
wlcore: Don't recover during boot
Ido Yariv
1
-1
/
+2
2012-09-27
wlcore/wl18xx: add phy_fw_version_str to debugfs driver_state
Yair Shapira
2
-0
/
+2
2012-09-27
wlcore: spi: use private max-buf-size limit
Arik Nemtsov
2
-4
/
+8
2012-09-27
wlcore: allow up to 3 running STA interfaces in combinations
Arik Nemtsov
1
-2
/
+2
2012-09-27
wlcore: lazy-enable device roles
Eliad Peller
2
-20
/
+15
2012-09-27
wlcore: always use wlvif->role_id for scans
Eliad Peller
1
-11
/
+7
2012-09-27
wlcore: make debug prints work without dynamic debug
Arik Nemtsov
1
-3
/
+13
2012-09-27
wlcore/wl18xx/wl12xx: allow up to 3 mac addresses
Arik Nemtsov
2
-9
/
+32
2012-09-27
wlcore: resume() only if sta is associated
Eliad Peller
1
-0
/
+3
2012-09-27
wlcore: configure wowlan regardless of wakeup conditions
Eyal Shapira
1
-13
/
+13
2012-09-27
wlcore/wl18xx/wl12xx: aggregation buffer size set
Igal Chernobelsky
4
-7
/
+8
[prev]
[next]