index
:
blackbird-op-linux
master
Blackbird™ 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
/
main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-27
/
+27
*
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
1
-3
/
+4
*
wl12xx: track freed packets in FW by AC
Arik Nemtsov
2011-08-22
1
-1
/
+15
*
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 - set STA HT capabilities when adding a STA
Arik Nemtsov
2011-08-22
1
-7
/
+27
*
wl12xx: support IBSS vif type
Eliad Peller
2011-08-22
1
-5
/
+28
*
wl12xx: call wl12xx_cmd_set_peer_state() in AP mode
Eliad Peller
2011-08-22
1
-1
/
+5
*
wl12xx: re-enable block ack session support
Arik Nemtsov
2011-08-22
1
-43
/
+103
*
wl12xx: use dynamic hlids for AP-mode
Arik Nemtsov
2011-08-22
1
-2
/
+7
*
wl12xx: fix session counter
Arik Nemtsov
2011-08-22
1
-5
/
+1
*
wl12xx: update BT coex configuration params
Eliad Peller
2011-08-22
1
-104
/
+61
*
wl12xx: replace dummy_join with ROC/CROC commands
Eliad Peller
2011-08-22
1
-31
/
+113
*
wl12xx: add system_hlid
Eliad Peller
2011-08-22
1
-1
/
+8
*
wl12xx: add set_rate_mgmt_params acx
Eliad Peller
2011-08-22
1
-0
/
+21
*
wl12xx: use wl1271_acx_beacon_filter_opt for both sta and ap
Eliad Peller
2011-08-22
1
-2
/
+2
*
wl12xx: change max/default template size
Eliad Peller
2011-08-22
1
-1
/
+1
*
wl12xx: add device role commands
Eliad Peller
2011-08-22
1
-1
/
+24
*
wl12xx: enable/disable role on interface add/remove
Eliad Peller
2011-08-22
1
-0
/
+41
*
wl12xx: update commands & events
Eliad Peller
2011-08-22
1
-11
/
+15
*
wl12xx: update acx commands
Eliad Peller
2011-08-22
1
-1
/
+4
*
wl12xx: update fw status struct
Eliad Peller
2011-08-22
1
-49
/
+33
*
wl12xx: remove rx filtering stuff
Eliad Peller
2011-08-22
1
-57
/
+5
*
wl12xx: temporarily disable advanced ap functions
Eliad Peller
2011-08-22
1
-0
/
+4
*
wl12xx: Use a single fw for both STA and AP roles
Arik Nemtsov
2011-08-22
1
-26
/
+5
*
wl12xx: Revert "wl12xx: schedule TX packets according to FW occupancy"
Arik Nemtsov
2011-08-22
1
-22
/
+8
*
wl12xx: fixes for hw_pg_ver and chip id reporting
Gery Kahn
2011-08-12
1
-1
/
+11
*
wl12xx: remove wext dependencies
Johannes Berg
2011-08-08
1
-1
/
+1
*
wl12xx: start/stop queues according to global per-AC counters
Arik Nemtsov
2011-07-08
1
-6
/
+7
*
wl12xx: always initialize AP-mode max power level
Arik Nemtsov
2011-07-05
1
-0
/
+3
*
wl12xx: initialize max_power levels for 11a channels
Arik Nemtsov
2011-07-05
1
-34
/
+34
*
wl12xx: implement cancel_hw_scan() callback
Eliad Peller
2011-07-05
1
-1
/
+39
*
wl12xx: configure suspend/resume only if associated/started
Eliad Peller
2011-07-05
1
-2
/
+8
*
wl12xx: implement Tx watermarks per AC
Arik Nemtsov
2011-07-05
1
-6
/
+7
*
wl12xx: schedule TX packets according to FW occupancy
Arik Nemtsov
2011-07-05
1
-8
/
+22
*
wl12xx: AP mode - support FW TX inactivity triggers
Arik Nemtsov
2011-07-05
1
-1
/
+8
*
wl12xx: fix Tx security sequence number handling
Oz Krakowski
2011-07-05
1
-2
/
+16
*
wl12xx: Support routing FW logs to the host
Ido Yariv
2011-06-27
1
-2
/
+205
*
wl12xx: Avoid recovery while one is already in progress
Ido Yariv
2011-06-27
1
-1
/
+13
*
wl12xx: Check for FW quirks as soon as the FW boots
Ido Yariv
2011-06-27
1
-23
/
+0
*
wl12xx: use freezable workqueue for netstack_work
Eliad Peller
2011-06-27
1
-1
/
+11
*
wl12xx: use _ni version of ieee80211_tx_status
Eliad Peller
2011-06-27
1
-1
/
+1
*
wl12xx: check the vif's operstate after join
Eliad Peller
2011-06-27
1
-5
/
+18
*
wl12xx: enable/disable beacon filtering on ap suspend/resume
Eliad Peller
2011-06-27
1
-9
/
+40
*
wl12xx: clear wl->wow_enabled on resume
Eliad Peller
2011-06-27
1
-0
/
+1
*
wl12xx: don't check wow param on suspend/resume
Eliad Peller
2011-06-27
1
-44
/
+43
[next]