index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wl18xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
wlcore: set 5Ghz probe-req template for DFS channels
Arik Nemtsov
2012-12-11
1
-26
/
+26
*
wlcore: increase scan dwell times if no activity
Eyal Shapira
2012-12-11
1
-0
/
+2
*
wlcore: add ACX_PEER_CAP command
Eliad Peller
2012-12-11
3
-0
/
+96
*
wl18xx: set last Tx rate from FW status
Arik Nemtsov
2012-12-05
1
-5
/
+49
*
wlcore: improved Tx scheduling algorithm
Arik Nemtsov
2012-12-05
1
-0
/
+2
*
wl18xx: declare support for greenfield ht_cap
Eliad Peller
2012-12-04
1
-4
/
+8
*
wlcore: remove WLCORE_QUIRK_NO_ELP
Eliad Peller
2012-12-04
1
-2
/
+1
*
wl18xx: support 2nd set of mac/phy tx-power params
Yair Shapira
2012-12-04
2
-9
/
+36
*
wl18xx: update default mac/phy parameters
Ido Reis
2012-12-04
2
-8
/
+14
*
wl18xx: ignore irrelevant firmware version fields
Luciano Coelho
2012-12-04
1
-2
/
+2
*
wlcore/wl12xx/wl18xx: verify multi-role and single-role fw versions
Luciano Coelho
2012-12-04
1
-3
/
+5
*
wlcore/wl18xx/wl12xx: add recovery settings to conf
Yair Shapira
2012-12-04
1
-0
/
+4
*
wlcore/wl18xx/wl12xx: separate channel count between chips
Arik Nemtsov
2012-12-04
1
-0
/
+1
*
wlcore: use new set bandwidth command to adjusting channel BW
Arik Nemtsov
2012-11-28
3
-0
/
+83
*
wlcore: configure dwell times according to scan type
Eliad Peller
2012-11-28
3
-11
/
+6
*
wl18xx: make driver operational again
Eliad Peller
2012-11-28
1
-4
/
+0
*
wlcore: add new reg-domain configuration command
Victor Goldenshtein
2012-11-28
2
-1
/
+7
*
wlcore: update events enum/struct to new fw api
Eliad Peller
2012-11-27
4
-3
/
+193
*
wlcore: update channel_switch/stop_channel_switch commands
Eliad Peller
2012-11-27
4
-1
/
+135
*
wlcore: update acx enum
Eliad Peller
2012-11-27
2
-2
/
+8
*
wl18xx: increase MAX_CHANNELS_5GHZ
Eliad Peller
2012-11-27
2
-1
/
+4
*
wlcore: split 18xx and 12xx scan mechanism
Eliad Peller
2012-11-27
4
-2
/
+453
*
wl18xx: change fw name and temporarily fail loading
Eliad Peller
2012-11-27
2
-3
/
+7
*
wlcore: protect wlcore_op_set_key with mutex
Eliad Peller
2012-09-27
1
-8
/
+0
*
wlcore: Refactor probe
Ido Yariv
2012-09-27
1
-24
/
+35
*
wl18xx: default to siso40 in 2.4ghz with a single antenna
Arik Nemtsov
2012-09-27
1
-2
/
+2
*
wlcore: Fix unbalanced interrupts enablement
Ido Yariv
2012-09-27
1
-0
/
+7
*
wlcore/wl18xx: add phy_fw_version_str to debugfs driver_state
Yair Shapira
2012-09-27
1
-0
/
+6
*
wl18xx: number_of_assembled_ant5 indicates if A band is enabled
Yair Shapira
2012-09-27
1
-5
/
+2
*
wlcore/wl18xx/wl12xx: allow up to 3 mac addresses
Arik Nemtsov
2012-09-27
2
-0
/
+3
*
wlcore/wl18xx/wl12xx: aggregation buffer size set
Igal Chernobelsky
2012-09-27
2
-1
/
+3
*
wl18xx/wl12xx: defines for Tx/Rx descriptors num
Igal Chernobelsky
2012-09-27
2
-2
/
+5
*
wl18xx: increase rx_ba_win_size to 32
Ido Reis
2012-09-27
1
-1
/
+1
*
wlcore: Prevent interaction with HW after recovery is queued
Ido Yariv
2012-09-27
1
-1
/
+1
*
wl18xx: update default phy configuration for pg2
Ido Reis
2012-09-27
1
-14
/
+3
*
wl18xx: use module_platform_driver
Devendra Naga
2012-09-27
1
-12
/
+1
*
wl18xx: remove duplicated include from main.c
Wei Yongjun
2012-09-07
1
-1
/
+0
*
wl18xx: enable MIMO rates when connected as a MIMO STA
Arik Nemtsov
2012-07-18
1
-4
/
+12
*
wl18xx: disable calibrator based fem detect
Yair Shapira
2012-07-18
1
-0
/
+6
*
wl18xx: fix bogus compile warning on cc config option
Arik Nemtsov
2012-07-18
1
-1
/
+1
*
wl18xx: add support for ht_mode in conf.h
Yair Shapira
2012-07-18
2
-27
/
+77
*
wl18xx: alloc conf.phy memory to ensure alignemnt
Arik Nemtsov
2012-07-18
1
-2
/
+10
*
wlcore: determine AP extra rates correctly
Arik Nemtsov
2012-07-10
1
-5
/
+15
*
wl12xx/wl18xx: use a dynamic PS timeout of 1.5sec
Arik Nemtsov
2012-07-10
1
-1
/
+1
*
wlcore/wl12xx/wl18xx: check min FW version
Arik Nemtsov
2012-07-10
2
-0
/
+11
*
wlcore: enable sched scan while connected
Victor Goldenshtein
2012-07-10
1
-0
/
+1
*
wl18xx: deprecate PG1 support
Luciano Coelho
2012-06-26
2
-57
/
+22
*
wlcore: Force checking of io functions' return values
Ido Yariv
2012-06-22
1
-2
/
+2
*
wlcore: Propagate errors from wl1271_raw_write32
Ido Yariv
2012-06-22
2
-25
/
+65
*
wlcore: Propagate errors from wl1271_raw_read32
Ido Yariv
2012-06-22
3
-44
/
+109
[next]