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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wl12xx: Support routing FW logs to the host
Ido Yariv
2011-06-27
12
-4
/
+459
*
wl12xx: Avoid recovery while one is already in progress
Ido Yariv
2011-06-27
7
-7
/
+21
*
wl12xx: Check for FW quirks as soon as the FW boots
Ido Yariv
2011-06-27
2
-23
/
+21
*
wl12xx: use freezable workqueue for netstack_work
Eliad Peller
2011-06-27
4
-3
/
+14
*
wl12xx: use _ni version of ieee80211_tx_status
Eliad Peller
2011-06-27
3
-5
/
+5
*
wl12xx: check the vif's operstate after join
Eliad Peller
2011-06-27
1
-5
/
+18
*
wl12xx_sdio: enable wowlan only if enable_irq_wake() succeeded
Eliad Peller
2011-06-27
2
-11
/
+16
*
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
*
wl12xx: Add Support for Low Power DRPw (LPD) Mode
Shahar Levi
2011-06-27
5
-2
/
+24
*
wl12xx: don't bail if mmc isn't MMC_CAP_POWER_OFF_CARD
Ohad Ben-Cohen
2011-06-27
1
-6
/
+11
*
wl12xx: split channel array per band in sched_scan
Luciano Coelho
2011-06-27
2
-42
/
+36
*
wl12xx: fix erroneous commit (cb5ae0)
Eliad Peller
2011-06-27
1
-18
/
+18
*
wl12xx: remove unused crc7 references
Eliad Peller
2011-06-27
5
-5
/
+1
*
wl12xx: Enable beacon early termination in 2.4GHz band only
Shahar Levi
2011-06-27
2
-7
/
+12
*
wl12xx: add rx_streaming debugfs entry
Eliad Peller
2011-06-27
1
-1
/
+135
*
wl12xx: add automatic rx streaming triggers
Eliad Peller
2011-06-27
6
-11
/
+203
*
wl12xx: add support for rx streaming
Eliad Peller
2011-06-27
4
-0
/
+91
*
net: wl12xx: remove unnecessary prints
Felipe Balbi
2011-06-27
1
-14
/
+1
*
net: wl12xx: remove the nops
Felipe Balbi
2011-06-27
1
-10
/
+0
*
net: wl12xx: care for optional operations
Felipe Balbi
2011-06-27
1
-2
/
+4
*
net: wl12xx: remove some unnecessary prints
Felipe Balbi
2011-06-27
1
-14
/
+1
*
net: wl12xx: sdio: id_tables should be __devinitconst
Felipe Balbi
2011-06-27
1
-1
/
+1
*
wl12xx: Stop BA session event from device
Shahar Levi
2011-06-07
6
-4
/
+46
*
wl12xx: fix oops in sched_scan when forcing a passive scan
Luciano Coelho
2011-05-31
1
-3
/
+8
*
wl12xx: add separate config value for DFS dwell time on sched scan
Luciano Coelho
2011-05-31
3
-2
/
+9
*
wl12xx: fix DFS channels handling in scheduled scan
Luciano Coelho
2011-05-31
2
-11
/
+23
*
wl12xx: fix passive and radar channel generation for scheduled scan
Luciano Coelho
2011-05-31
1
-2
/
+2
*
wl12xx: fix compilation error when CONFIG_PM is not set
Luciano Coelho
2011-05-18
2
-0
/
+8
*
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2011-05-16
20
-294
/
+1578
|
\
|
*
wl12xx: enter/exit psm on wowlan suspend/resume
Eliad Peller
2011-05-13
4
-0
/
+91
|
*
wl12xx_sdio: declare support for NL80211_WOW_TRIGGER_ANYTHING trigger
Eliad Peller
2011-05-13
1
-0
/
+8
|
*
wl12xx: prevent scheduling while suspending (WoW enabled)
Eliad Peller
2011-05-13
3
-0
/
+72
|
*
wl12xx_sdio: set MMC_PM_KEEP_POWER flag on suspend
Eliad Peller
2011-05-13
1
-1
/
+28
|
*
wl12xx: declare suspend/resume callbacks (for wowlan)
Eliad Peller
2011-05-13
2
-0
/
+25
|
*
wl12xx_sdio: set interrupt as wake_up interrupt
Eliad Peller
2011-05-13
1
-0
/
+3
|
*
wl12xx: remove unused flag WL1271_FLAG_IDLE_REQUESTED
Luciano Coelho
2011-05-13
1
-1
/
+0
|
*
wl12xx: prevent sched_scan when not idle or not in station mode
Luciano Coelho
2011-05-13
1
-0
/
+6
|
*
wl12xx: export scheduled scan state in debugfs
Luciano Coelho
2011-05-13
1
-0
/
+1
|
*
wl12xx: implement scheduled scan driver operations and reporting
Luciano Coelho
2011-05-13
4
-1
/
+83
|
*
wl12xx: add scheduled scan structures and commands
Luciano Coelho
2011-05-13
2
-0
/
+347
|
*
wl12xx: listen to scheduled scan events
Luciano Coelho
2011-05-13
2
-1
/
+13
|
*
wl12xx: add configuration values for scheduled scan
Luciano Coelho
2011-05-13
2
-0
/
+30
|
*
wl12xx: add IEEE80211_HW_SPECTRUM_MGMT bit to the hw flags
Shahar Levi
2011-05-13
1
-0
/
+1
|
*
wl12xx: Don't filter beacons that include changed HT IEs
Shahar Levi
2011-05-13
1
-2
/
+6
|
*
wl12xx: simplify wl1271_ssid_set()
Eliad Peller
2011-05-13
1
-11
/
+15
|
*
Revert "wl12xx: support FW TX inactivity triggers"
Luciano Coelho
2011-05-02
10
-125
/
+17
|
*
wl12xx: export driver state to debugfs
Arik Nemtsov
2011-05-02
1
-0
/
+87
|
*
wl12xx: fix race condition during recovery in AP mode
Arik Nemtsov
2011-05-02
3
-9
/
+22
[next]