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
/
wl12xx
Commit message (
Expand
)
Author
Age
Files
Lines
*
wl12xx: AP mode - don't regulate FW blocks for non-active STAs
Arik Nemtsov
2011-09-14
1
-0
/
+4
*
wl12xx: don't indicate up PS-filtered dummy packets
Arik Nemtsov
2011-09-14
3
-3
/
+8
*
wl12xx: ignore sched scan match sets without SSID
Luciano Coelho
2011-09-14
1
-3
/
+12
*
wl12xx: increase number of allowed SSIDs in sched_scan
Luciano Coelho
2011-09-14
1
-3
/
+4
*
wl12xx: add support for sched_scan filters
Luciano Coelho
2011-09-14
1
-35
/
+72
*
wl12xx: declare support for WIPHY_FLAG_AP_UAPSD
Eliad Peller
2011-09-14
3
-5
/
+19
*
wl12xx: use kstrtoul_from_user
Eliad Peller
2011-09-14
1
-41
/
+5
*
wl12xx: remove deprecated CONFIG_WL12XX_HT flag
Luciano Coelho
2011-09-14
4
-20
/
+0
*
wl12xx: don't queue a new dummy packet if one is already pending
Arik Nemtsov
2011-09-14
1
-1
/
+7
*
wl12xx: add config_hangover command
Eliad Peller
2011-09-14
5
-9
/
+91
*
wl12xx: check for ROC on scan_complete
Eliad Peller
2011-09-14
1
-2
/
+3
*
wl12xx: don't use WL1271_SCAN_OPT_PRIORITY_HIGH flag
Eliad Peller
2011-09-14
1
-3
/
+0
*
wl12xx: don't disconnect on recovery
Eliad Peller
2011-09-14
1
-3
/
+0
*
wl12xx: add beacon_filtering debugfs file
Eliad Peller
2011-09-14
1
-0
/
+42
*
wl12xx: add module_param to trigger BUG() on recovery
Eliad Peller
2011-09-14
1
-0
/
+6
*
wl12xx: print the seq_num of rx packet
Eliad Peller
2011-09-14
1
-2
/
+5
*
wl12xx: print acx id
Eliad Peller
2011-09-14
1
-1
/
+1
*
Merge branch 'wl12xx-next' into for-linville
Luciano Coelho
2011-09-14
6
-29
/
+103
|
\
|
*
wl12xx: use SCAN_SSID_TYPE_PUBLIC when using the wildcard in sched_scan
Luciano Coelho
2011-08-25
1
-2
/
+5
|
*
wl12xx: add support for multiple SSIDs in sched_scan
Luciano Coelho
2011-08-25
2
-7
/
+57
|
*
wl12xx: enter psm only after station role was started
Eliad Peller
2011-08-25
1
-13
/
+13
|
*
wl12xx: increase psm_entry_retries
Eliad Peller
2011-08-25
1
-1
/
+1
|
*
wl12xx: initialize rate_set on band rates initialization
Eliad Peller
2011-08-25
1
-2
/
+6
|
*
wl12xx: allow 11a AP-mode for wl127x devices
Arik Nemtsov
2011-08-25
1
-3
/
+1
|
*
wl12xx: use 2 spare TX blocks for GEM cipher
Guy Eilam
2011-08-25
4
-3
/
+22
*
|
wl12xx/sdio_test.c: fix build breakage from WL127X_FW_NAME change
John W. Linville
2011-08-29
1
-1
/
+1
|
/
*
wl12xx: fix tx_queue_count spurious increment
Arik Nemtsov
2011-08-22
1
-12
/
+12
*
wl12xx: AP-mode - prevent Tx to stale/invalid stations
Arik Nemtsov
2011-08-22
1
-3
/
+17
*
wl12xx: set the AP-started flag only after setting keys
Arik Nemtsov
2011-08-22
1
-3
/
+3
*
wl12xx: enable AP advanced functionality
Arik Nemtsov
2011-08-22
4
-51
/
+51
*
wl12xx: don't wait for disconnection event
Eliad Peller
2011-08-22
1
-6
/
+0
*
wl12xx: handle wrap-around overflow in released Tx blocks FW counter
Arik Nemtsov
2011-08-22
1
-2
/
+9
*
wl12xx: schedule TX packets according to FW packet occupancy
Arik Nemtsov
2011-08-22
4
-27
/
+57
*
wl12xx: track freed packets in FW by AC
Arik Nemtsov
2011-08-22
3
-3
/
+23
*
wl12xx: don't remove key if hlid was already deleted
Eliad Peller
2011-08-22
1
-0
/
+5
*
wl12xx: use ap_bcast_hlid for recorded keys
Eliad Peller
2011-08-22
1
-1
/
+6
*
wl12xx: AP-mode - configure HT rate support to the FW
Arik Nemtsov
2011-08-22
2
-0
/
+8
*
wl12xx: AP-mode - configure STA HT rates on join
Arik Nemtsov
2011-08-22
1
-2
/
+8
*
wl12xx: AP-mode - set STA HT capabilities when adding a STA
Arik Nemtsov
2011-08-22
3
-12
/
+34
*
wl12xx: support IBSS vif type
Eliad Peller
2011-08-22
4
-7
/
+39
*
wl12xx: add wl12xx_cmd_role_start_ibss()
Eliad Peller
2011-08-22
2
-0
/
+63
*
wl12xx: don't remove key if hlid was already deleted
Eliad Peller
2011-08-22
1
-0
/
+4
*
wl12xx: call wl12xx_cmd_set_peer_state() in AP mode
Eliad Peller
2011-08-22
3
-5
/
+9
*
wl12xx: re-enable block ack session support
Arik Nemtsov
2011-08-22
7
-170
/
+177
*
wl12xx: use dynamic hlids for AP-mode
Arik Nemtsov
2011-08-22
4
-20
/
+46
*
wl12xx: fix session counter
Arik Nemtsov
2011-08-22
2
-6
/
+12
*
wl12xx: update BT coex configuration params
Eliad Peller
2011-08-22
5
-367
/
+177
*
wl12xx: replace dummy_join with ROC/CROC commands
Eliad Peller
2011-08-22
6
-38
/
+182
*
wl12xx: handle dummy packet event also in ap mode
Arik Nemtsov
2011-08-22
2
-5
/
+9
*
wl12xx: add ROC/CROC commands
Eliad Peller
2011-08-22
2
-0
/
+89
[next]