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: Modify requested number of memory blocks
Ido Yariv
2011-03-03
1
-1
/
+1
*
wl12xx: Avoid redundant TX work
Ido Yariv
2011-03-03
1
-5
/
+27
*
wl12xx: Switch to a threaded interrupt handler
Ido Yariv
2011-03-03
1
-48
/
+79
*
wl12xx: Do end-of-transactions transfers only if needed
Ido Yariv
2011-03-03
1
-0
/
+1
*
wl12xx: Reorder data handling in irq_work
Ido Yariv
2011-03-03
1
-5
/
+5
*
mac80211: make tx() operation return void
Johannes Berg
2011-02-25
1
-3
/
+1
*
wl12xx: AP-mode - management of links in PS-mode
Arik Nemtsov
2011-02-23
1
-11
/
+62
*
wl12xx: AP-mode - count free FW TX blocks per link
Arik Nemtsov
2011-02-23
1
-0
/
+11
*
wl12xx: AP mode - fix bug in cleanup of wl1271_op_sta_add()
Arik Nemtsov
2011-02-23
1
-5
/
+12
*
wl12xx: AP-mode - support HW based link PS monitoring
Arik Nemtsov
2011-02-23
1
-1
/
+2
*
wl12xx: AP-mode - TX queue per link in AC
Arik Nemtsov
2011-02-23
1
-2
/
+15
*
wl12xx: fix potential race condition with TX queue watermark
Arik Nemtsov
2011-02-23
1
-13
/
+11
*
wl12xx: declare support for IEEE80211_HW_REPORTS_TX_ACK_STATUS
Eliad Peller
2011-02-22
1
-1
/
+2
*
wl12xx: fix MODULE_AUTHOR email address
Luciano Coelho
2011-02-22
1
-1
/
+1
*
wl12xx: avoid blocking while holding rcu lock on bss info change
Arik Nemtsov
2011-02-22
1
-6
/
+9
*
wl12xx: update PLT initialization for new firmware
Gery Kahn
2011-02-22
1
-0
/
+4
*
wl12xx: set supported_rates after association
Eliad Peller
2011-02-08
1
-69
/
+47
*
wl12xx: use the conf struct instead of macros for memory configuration
Eliad Peller
2011-02-08
1
-0
/
+4
*
wl12xx: move to new firmware (6.1.3.50.49)
Eliad Peller
2011-02-08
1
-5
/
+17
*
wl12xx: mcp2.5 - add config_ps acx
Eliad Peller
2011-02-08
1
-0
/
+1
*
wl12xx: fix warning due to missing arg in ampdu_action
Luciano Coelho
2011-01-31
1
-2
/
+3
*
wl12xx: disable auto-arp
Eliad Peller
2011-01-24
1
-2
/
+1
*
wl12xx: Increase scan channel dwell time for passive scans
Juuso Oikarinen
2011-01-24
1
-2
/
+2
*
wl12xx: BA receiver support
Levi, Shahar
2011-01-24
1
-0
/
+60
*
wl12xx: BA initiator support
Levi, Shahar
2011-01-24
1
-4
/
+8
*
wl12xx: Add channel 14 to list of supported 2ghz channels
Arik Nemtsov
2011-01-24
1
-0
/
+1
*
wl12xx: Cleanup PLT mode when module is removed
Juuso Oikarinen
2011-01-24
1
-5
/
+15
*
wl12xx: add hw configuration for max supported AMDPU size
Luciano Coelho
2011-01-24
1
-0
/
+2
*
wl12xx: change debug_level module param sysfs permissions
Guy Eilam
2011-01-24
1
-2
/
+2
*
wl12xx: lock the RCU when accessing sta via ieee80211_find_sta()
Luciano Coelho
2011-01-24
1
-27
/
+33
*
wl12xx: don't modify the global supported band structures
Luciano Coelho
2011-01-24
1
-2
/
+14
*
wl12xx: don't join upon disassociation
Eliad Peller
2011-01-24
1
-10
/
+12
*
wl12xx: Enable AP-mode
Arik Nemtsov
2011-01-24
1
-1
/
+4
*
wl12xx: Read MAC address from NVS file on HW startup
Arik Nemtsov
2011-01-24
1
-0
/
+12
*
wl12xx: AP mode - fetch appropriate firmware for AP
Arik Nemtsov
2011-01-24
1
-3
/
+30
*
wl12xx: AP mode - encryption support
Arik Nemtsov
2011-01-24
1
-38
/
+182
*
wl12xx: AP mode - record TX configuration settings
Arik Nemtsov
2011-01-24
1
-24
/
+48
*
wl12xx: AP mode - changes in TX path
Arik Nemtsov
2011-01-24
1
-1
/
+2
*
wl12xx: AP mode - add STA add/remove ops
Arik Nemtsov
2011-01-24
1
-0
/
+112
*
wl12xx: AP mode - change filter config
Arik Nemtsov
2011-01-24
1
-10
/
+12
*
wl12xx: AP mode config in ieee80211_ops.config
Arik Nemtsov
2011-01-24
1
-22
/
+30
*
wl12xx: Configure AP on BSS info change
Arik Nemtsov
2011-01-24
1
-109
/
+231
*
wl12xx: AP specific RX filter configuration
Arik Nemtsov
2011-01-24
1
-4
/
+3
*
wl12xx: AP mode - init sequence
Arik Nemtsov
2011-01-24
1
-25
/
+7
*
wl12xx: AP-mode high level commands
Arik Nemtsov
2011-01-24
1
-3
/
+3
*
wl12xx: AP mode - AP specific CMD_CONFIGURE sub-commands
Arik Nemtsov
2011-01-24
1
-5
/
+5
*
wl12xx: Add AP related configuration to conf_drv_settings
Arik Nemtsov
2011-01-24
1
-2
/
+43
*
wl12xx: Change TX queue to be per AC
Juuso Oikarinen
2010-12-15
1
-4
/
+8
*
wl12xx: allow runtime changing of debug_level
Eliad Peller
2010-12-15
1
-0
/
+5
*
wl1271: fixed problem with WPS IEs in probe requests
Guy Eilam
2010-12-15
1
-0
/
+7
[next]