index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
wl12xx
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-03-08
wl12xx: implement SW Tx watchdog
Arik Nemtsov
1
-0
/
+110
2012-03-05
wl12xx: print the tx packet len
Eliad Peller
1
-1
/
+2
2012-03-05
wl12xx: avoid bug_on_recovery during fw switch
Eliad Peller
1
-1
/
+4
2012-03-05
wl12xx: configure the correct beacon_interval
Eliad Peller
1
-0
/
+1
2012-03-05
wl12xx: don't allow scanning while device is in ROC
Eliad Peller
1
-4
/
+2
2012-03-05
wl12xx: don't handle change_channel while associated
Eliad Peller
1
-27
/
+14
2012-03-05
wl12xx: set correct vif type in change_interface callback
Eliad Peller
1
-1
/
+1
2012-03-05
wl12xx: set authorized AP on sta_state notification
Eliad Peller
1
-95
/
+22
2012-03-05
wl12xx: implement sta_state callback
Eliad Peller
1
-55
/
+82
2012-03-05
wl12xx: consider bss_conf->idle instead of hw->conf.flags
Eliad Peller
1
-2
/
+1
2012-03-05
wl12xx: don't start dev role on ibss vifs
Eliad Peller
1
-4
/
+2
2012-02-28
wl12xx: increase dynamic PS timeout to 200ms
Arik Nemtsov
1
-1
/
+1
2012-02-28
wl12xx: flush Tx during suspend and 802.11h chan switch
Arik Nemtsov
1
-0
/
+4
2012-02-28
wl12xx: reset link Tx queues when freeing it
Arik Nemtsov
1
-1
/
+0
2012-02-15
wl12xx: remove some dead code in wl1271_plt_init()
Dan Carpenter
1
-2
/
+0
2012-02-15
wl12xx: delete wl->vif (and allow multiple vifs)
Eliad Peller
1
-11
/
+0
2012-02-15
wl12xx: enter forced-psm on fw change
Eliad Peller
1
-0
/
+15
2012-02-15
wl12xx: dynamically change fw according to number of active roles
Eliad Peller
1
-7
/
+107
2012-02-15
wl12xx: Use a dedicated fw for PLT
Eliad Peller
1
-18
/
+35
2012-02-15
wl12xx: use split scan for normal scan
Eyal Shapira
1
-0
/
+1
2012-02-15
wl12xx: increase max probe-req template size to WL1271_CMD_TEMPL_MAX_SIZE
Ido Reis
1
-2
/
+2
2012-02-15
wl12xx: declare support for hw scan while idle
Eliad Peller
1
-5
/
+2
2012-02-15
wl12xx: configure arp filtering only after association
Eliad Peller
1
-34
/
+35
2012-02-15
wl12xx: Revert "wl12xx: disable auto-arp"
Eliad Peller
1
-1
/
+2
2012-02-15
wl12xx: consider encryption and QoS in auto arp template
Eliad Peller
1
-4
/
+27
2012-02-15
wl12xx: add forced_ps mode
Eyal Shapira
1
-6
/
+19
2012-02-15
wl12xx: Set different wake up conditions in case of suspend
Eyal Shapira
1
-3
/
+48
2012-02-15
wl12xx: add new coex params
Eliad Peller
1
-0
/
+3
2012-02-15
wl12xx: Set IEEE80211_TX_RC_SHORT_GI if short GI was used on
Pontus Fuchs
1
-0
/
+2
2012-02-15
wl12xx: change WLVIF_FLAG_PSM name and remove WLVIF_FLAG_PSM_REQUESTED
Eyal Shapira
1
-29
/
+17
2012-02-15
wl12xx: remove 2 unused parameters in wl1271_ps_set_mode()
Eyal Shapira
1
-7
/
+3
2012-02-15
wl12xx: add support for HW dynamic PS
Eyal Shapira
1
-10
/
+5
2012-02-15
wl12xx: remove PS management code
Eyal Shapira
1
-78
/
+3
2012-02-15
wl12xx: fw api change - update cmd/acx/event enums
Eliad Peller
1
-1
/
+1
2012-02-15
wl12xx: fw api change - add role_id to tsf_info
Eliad Peller
1
-1
/
+2
2012-02-15
wl12xx: use dev_role_id for scans
Eliad Peller
1
-1
/
+1
2012-02-15
wl12xx: fw api change - add role_id to set_template
Eliad Peller
1
-6
/
+9
2012-02-15
wl12xx: check bss_conf->assoc on CHANGED_BSSID
Eliad Peller
1
-1
/
+2
2012-02-15
wl12xx: fix typo in fwlog module param description
Luciano Coelho
1
-1
/
+1
2012-02-15
wl12xx: use two MAC addresses based on the NVS or from fuse ROM
Luciano Coelho
1
-8
/
+91
2012-02-15
wl12xx: read chip ID and HW PG version during probe
Luciano Coelho
1
-14
/
+45
2012-02-15
wl12xx: cancel delayed elp work and clear flags when stopping PLT
Luciano Coelho
1
-3
/
+4
2012-02-15
wl12xx: Fix potential interrupt storm
Ido Yariv
1
-2
/
+28
2012-02-15
wl12xx: Power off after flushing work
Ido Yariv
1
-2
/
+5
2012-02-15
wl12xx: Acquire lock before stopping plt
Ido Yariv
1
-13
/
+5
2012-02-15
wl12xx: Make sure HW is available in sched scan ops
Pontus Fuchs
1
-0
/
+8
2012-01-27
mac80211: make CQM RSSI support per virtual interface
Johannes Berg
1
-2
/
+2
2012-01-27
mac80211: make beacon filtering per virtual interface
Johannes Berg
1
-1
/
+2
2011-12-21
wl12xx: check the actual vif operstate in wl1271_dev_notify
Eliad Peller
1
-1
/
+11
2011-12-21
wl12xx: stop device role on remove_interface
Eliad Peller
1
-1
/
+5
[next]