index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (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
2011-05-19
wl12xx: fix compilation error when CONFIG_PM is not set
Luciano Coelho
1
-0
/
+4
2011-05-13
wl12xx: enter/exit psm on wowlan suspend/resume
Eliad Peller
1
-0
/
+81
2011-05-13
wl12xx: prevent scheduling while suspending (WoW enabled)
Eliad Peller
1
-0
/
+46
2011-05-13
wl12xx: declare suspend/resume callbacks (for wowlan)
Eliad Peller
1
-0
/
+19
2011-05-13
wl12xx: implement scheduled scan driver operations and reporting
Luciano Coelho
1
-0
/
+70
2011-05-13
wl12xx: add configuration values for scheduled scan
Luciano Coelho
1
-0
/
+9
2011-05-13
wl12xx: add IEEE80211_HW_SPECTRUM_MGMT bit to the hw flags
Shahar Levi
1
-0
/
+1
2011-05-13
wl12xx: Don't filter beacons that include changed HT IEs
Shahar Levi
1
-2
/
+6
2011-05-13
wl12xx: simplify wl1271_ssid_set()
Eliad Peller
1
-11
/
+15
2011-05-02
Revert "wl12xx: support FW TX inactivity triggers"
Luciano Coelho
1
-8
/
+2
2011-05-02
wl12xx: fix race condition during recovery in AP mode
Arik Nemtsov
1
-5
/
+16
2011-05-02
wl12xx: AP-mode - reconfigure templates after basic rates change
Arik Nemtsov
1
-0
/
+4
2011-05-02
wl12xx: AP-mode - overhaul rate policy configuration
Arik Nemtsov
1
-50
/
+3
2011-05-02
wl12xx: print firmware program counter during recovery
Arik Nemtsov
1
-1
/
+2
2011-05-02
wl12xx: use wiphy values for setting rts, frag thresholds on init
Arik Nemtsov
1
-3
/
+3
2011-05-02
wl12xx: add BT-coexistance for AP
Arik Nemtsov
1
-1
/
+56
2011-05-02
wl12xx: do not set queue_mapping directly
Hauke Mehrtens
1
-1
/
+1
2011-05-02
wl12xx: implement the tx_frames_pending mac80211 callback
Arik Nemtsov
1
-0
/
+23
2011-05-02
wl12xx: Enable dynamic memory for 127x
Ido Yariv
1
-1
/
+1
2011-05-02
wl12xx: Update Power Save Exit Retries Packets
Shahar Levi
1
-1
/
+1
2011-05-02
wl12xx: FM WLAN coexistence
Shahar Levi
1
-0
/
+17
2011-05-02
wl12xx: configure rates when working in ibss mode
Eliad Peller
1
-0
/
+18
2011-05-02
wl12xx: avoid redundant join on interface reconfiguration
Eliad Peller
1
-3
/
+7
2011-05-02
wl12xx: Set End-of-transaction Flag at Wl127x AP Mode
Shahar Levi
1
-0
/
+4
2011-04-28
wl12xx: support FW TX inactivity triggers
Arik Nemtsov
1
-2
/
+8
2011-04-19
wl12xx: fix sparse warning about undeclared wl12xx_alloc_dummy_packet
Luciano Coelho
1
-1
/
+1
2011-04-19
wl12xx: move hardcoded hci_io_ds value into the conf struct
Luciano Coelho
1
-0
/
+1
2011-04-19
wl12xx: use kstrtoul functions
Luciano Coelho
1
-2
/
+1
2011-04-19
wl12xx: Handle platforms without level trigger interrupts
Ido Yariv
1
-0
/
+9
2011-04-19
wl12xx: Simplify TX blocks accounting
Ido Yariv
1
-26
/
+22
2011-04-19
wl12xx: Clean up the dummy packet mechanism
Ido Yariv
1
-25
/
+54
2011-04-19
wl12xx: Clean up the block size alignment code
Ido Yariv
1
-2
/
+2
2011-04-19
wl12xx: fix "JOIN while associated" commentary
Ohad Ben-Cohen
1
-4
/
+4
2011-04-19
wl12xx: fix roaming
Ohad Ben-Cohen
1
-2
/
+2
2011-04-19
wl12xx: Handle duplicate calling of remove interface
Juuso Oikarinen
1
-3
/
+26
2011-04-19
wl12xx: rearrange some ELP wake_up/sleep calls
Eliad Peller
1
-22
/
+21
2011-04-19
wl12xx: configure channel/band while FW is off
Arik Nemtsov
1
-1
/
+6
2011-04-19
wl12xx: use a bitmask instead of list of booleans in scanned_ch
Luciano Coelho
1
-2
/
+5
2011-04-19
wl12xx: fix a couple of sparse warnings about undeclared functions
Luciano Coelho
1
-5
/
+6
2011-04-19
wl12xx: fix SG BT load value to reflect its new meaning
Luciano Coelho
1
-1
/
+1
2011-04-19
wl12xx: set the skbuff priority for dummy packets
Luciano Coelho
1
-0
/
+2
2011-04-19
wl12xx: Add mutex protection for interface list
Juuso Oikarinen
1
-0
/
+7
2011-04-19
wl12xx: update bet_max_consecutive
Ohad Ben-Cohen
1
-1
/
+1
2011-04-19
wl12xx: Add support for 11n Rx STBC one spatial stream
Shahar Levi
1
-1
/
+2
2011-04-19
wl12xx: use 1 spare TX block instead of two
Luciano Coelho
1
-0
/
+24
2011-04-19
wl12xx: 1281/1283 support - enable chip support
Shahar Levi
1
-0
/
+9
2011-04-19
wl12xx: 1281/1283 support - Use different FW file for AP mode wl127x/wl128x c...
Arik Nemtsov
1
-1
/
+4
2011-04-19
wl12xx: 1281/1283 support - Add dummy packet support
Shahar Levi
1
-0
/
+42
2011-04-19
wl12xx: 1281/1283 support - use dynamic memory for the RX/TX pools
Shahar Levi
1
-8
/
+40
2011-04-19
wl12xx: 1281/1283 support - Loading FW & NVS
Shahar Levi
1
-3
/
+10
[next]