index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wlcore
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-23
wlcore: refactor threaded IRQ routine
Arik Nemtsov
1
-31
/
+31
2012-06-23
wlcore: check Rx-filter functions in the suspend path
Arik Nemtsov
3
-10
/
+30
2012-06-23
wlcore: force recovery on resume if suspended without recovering
Arik Nemtsov
1
-2
/
+18
2012-06-23
wlcore: don't allow SDIO read/writes after failure
Arik Nemtsov
2
-2
/
+21
2012-06-22
wlcore: cancel suspend when recovery is pending
Arik Nemtsov
1
-0
/
+6
2012-06-22
wlcore: access the firmware memory via debugfs
Arkady Miasnikov
1
-0
/
+192
2012-06-22
wlcore: Force checking of io functions' return values
Ido Yariv
4
-36
/
+49
2012-06-22
wlcore: Propagate errors from wl1271_read_hwaddr
Ido Yariv
2
-4
/
+6
2012-06-22
wlcore: Propagate errors from wl1271_raw_write32
Ido Yariv
10
-58
/
+117
2012-06-22
wlcore: Propagate errors from wl1271_raw_read32
Ido Yariv
5
-32
/
+85
2012-06-22
wlcore: Propagate errors from wl1271_write
Ido Yariv
10
-34
/
+72
2012-06-22
wlcore: Propagate errors from wl1271_read
Ido Yariv
11
-29
/
+75
2012-06-22
wlcore: Propagate errors from wlcore_raw_*_data functions
Ido Yariv
2
-13
/
+26
2012-06-22
wlcore: Change raw io functions to return errors
Ido Yariv
1
-13
/
+13
2012-06-22
wlcore: Change read/write ops to return errors
Ido Yariv
3
-14
/
+22
2012-06-22
wlcore: Disable interrupts while recovering
Ido Yariv
3
-6
/
+22
2012-06-22
wlcore: Fix sdio out-of-sync power state
Ido Yariv
2
-17
/
+27
2012-06-21
wl18xx: sane defaults for HT capabilities
Arik Nemtsov
1
-0
/
+7
2012-06-21
wlcore: read FW logs from FW memory on watchdog recovery
Igal Chernobelsky
1
-12
/
+22
2012-06-21
wlcore: do not report noise level in get survey op
Yoni Divinsky
1
-4
/
+1
2012-06-21
wlcore: reconfigure sleep_auth when removing interfaces
Arik Nemtsov
3
-32
/
+43
2012-06-21
wlcore: allow setting sleep_auth before interface init
Arik Nemtsov
6
-5
/
+25
2012-06-21
wlcore: add a debugfs entry to allow changing the sleep mode by hand
Luciano Coelho
6
-1
/
+70
2012-06-21
wlcore: suppress error message on Rx BA session removal
Arik Nemtsov
1
-2
/
+7
2012-06-13
wlcore: declare interface combinations
Eliad Peller
1
-0
/
+28
2012-06-13
wlcore: add print logs of radio_status in case of BIP calibration
Yair Shapira
2
-0
/
+35
2012-06-13
wlcore/wl12xx: add support for HP and SKW FEM radio manufacturers
Yair Shapira
1
-5
/
+17
2012-06-13
wlcore: update basic rates on channel switch
Eliad Peller
1
-0
/
+1
2012-06-13
wlcore: send EAPOLs with basic rate policy
Eyal Shapira
1
-3
/
+7
2012-06-13
wlcore: avoid using NET_IP_ALIGN for RX alignment
Eyal Shapira
2
-2
/
+8
2012-06-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davem
John W. Linville
23
-906
/
+1155
2012-06-08
wlcore/wl12xx/wl18xx: make NVS file optional for wl18xx
Arik Nemtsov
2
-17
/
+9
2012-06-08
wlcore/wl18xx: export conf struct in a debugfs file
Luciano Coelho
1
-0
/
+22
2012-06-08
wlcore/wl18xx: the conf structs must be packed so they can be exported
Luciano Coelho
1
-22
/
+22
2012-06-08
wlcore: use u8 instead of enum for bcn_filt_mode
Luciano Coelho
1
-1
/
+1
2012-06-08
wlcore/wl18xx/wl12xx: use u8 instead of bool for host_fast_wakeup_support
Luciano Coelho
1
-2
/
+7
2012-06-08
wlcore: export raw binary with the FW statistics in debugfs
Luciano Coelho
1
-0
/
+20
2012-06-08
wlcore: add debugfs control over rx interrupt pacing
Eyal Shapira
1
-0
/
+11
2012-06-08
wlcore: add support macros to easily add conf debugfs entries
Eyal Shapira
1
-0
/
+75
2012-06-07
wl18xx: pad only last frame in aggregration buffer for PG2
Ido Reis
4
-7
/
+26
2012-06-07
wl18xx: PG2.0 HW Watch dog interrupt support
Ido Reis
2
-15
/
+21
2012-06-06
wlcore: set channels 12-14 as pactive for sched scan
Victor Goldenshtein
2
-8
/
+38
2012-06-06
wlcore: compare ssid_len before comparing ssids
Eliad Peller
1
-1
/
+3
2012-06-06
wlcore: add role_id to all the sched_scan commands
Yoni Divinsky
3
-9
/
+19
2012-06-06
wireless: Remove casts to same type
Joe Perches
1
-2
/
+1
2012-06-06
wl12xx: send beacon loss events to userspace
Eliad Peller
1
-0
/
+9
2012-06-06
wlcore: do not send stop fwlog cmd if fw is hanged
Yoni Divinsky
2
-2
/
+8
2012-06-06
wlcore/wl12xx/wl18xx: implement op_set_key per HW arch
Arik Nemtsov
5
-2
/
+36
2012-06-06
wlcore: stop queues on Tx flush
Arik Nemtsov
4
-1
/
+15
2012-06-06
wlcore: add stop reason bitmap for waking/starting queues
Arik Nemtsov
4
-21
/
+132
[prev]
[next]