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
Commit message (
Expand
)
Author
Age
Files
Lines
*
wlcore/wl12xx: add prepare_read hw op for Rx data
Luciano Coelho
2012-04-12
4
-29
/
+42
*
wlcore/wl12xx: add hw op for getting rx buffer data alignment
Arik Nemtsov
2012-04-12
5
-16
/
+46
*
wlcore: introduce Rx block-size alignment HW quirk
Arik Nemtsov
2012-04-12
3
-14
/
+33
*
wlcore/wl12xx: add global elements to convert hw-rates to standard rates
Arik Nemtsov
2012-04-12
7
-108
/
+123
*
wlcore/wl12xx: add hw op for setting frame length in tx_hw_desc
Arik Nemtsov
2012-04-12
4
-32
/
+54
*
wlcore/wl12xx: add hw op for setting blocks in hw_tx_desc
Arik Nemtsov
2012-04-12
4
-14
/
+37
*
wlcore/wl12xx: add hw op for calculating hw block count per packet
Arik Nemtsov
2012-04-12
5
-13
/
+57
*
wlcore/wl12xx: change GEM Tx-spare blocks per-vif
Arik Nemtsov
2012-04-12
7
-22
/
+29
*
wlcore/wl12xx: set the number of Tx descriptors per chip family
Arik Nemtsov
2012-04-12
6
-11
/
+18
*
wlcore/wl12xx: create per-chip-family private storage
Arik Nemtsov
2012-04-12
3
-3
/
+21
*
wlcore: add quirk to disable ELP
Luciano Coelho
2012-04-12
4
-9
/
+17
*
wlcore: remove some unnecessary event mailbox address reads
Luciano Coelho
2012-04-12
4
-17
/
+12
*
wlcore/wl12xx: add quirk for legacy NVS support
Luciano Coelho
2012-04-12
3
-23
/
+27
*
wlcore/wl12xx: add command trigger and event ack operations
Luciano Coelho
2012-04-12
5
-19
/
+40
*
wlcore/wl12xx: move MAC address reading operation to lower driver
Luciano Coelho
2012-04-12
3
-50
/
+55
*
wlcore/wl12xx: move top initialization to wl12xx
Luciano Coelho
2012-04-12
8
-448
/
+425
*
wlcore/wl12xx: move get_pg_ver to the lower driver
Luciano Coelho
2012-04-12
4
-11
/
+17
*
wlcore/wl12xx: add chip-specific identify chip operation
Luciano Coelho
2012-04-12
9
-69
/
+99
*
wlcore/wl12xx: implement chip-specific register tables
Luciano Coelho
2012-04-12
20
-355
/
+468
*
wlcore/wl12xx: implement chip-specific partition tables
Luciano Coelho
2012-04-12
8
-139
/
+168
*
wl12xx/wlcore: move wl1271 struct to wlcore and add ops
Luciano Coelho
2012-04-12
22
-230
/
+247
*
wl12xx/wlcore: initial split of probe
Luciano Coelho
2012-04-12
3
-20
/
+36
*
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx
Luciano Coelho
2012-04-12
9
-64
/
+130
*
wl12xx/wlcore: rename wl12xx to wlcore
Luciano Coelho
2012-04-12
38
-3
/
+3
*
wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory
Luciano Coelho
2012-04-12
69
-5
/
+16
*
wl12xx: increase scan timeout to 30s
Eyal Shapira
2012-04-10
1
-1
/
+1
*
wl12xx: adaptive sched scan dwell times
Eyal Shapira
2012-04-10
3
-18
/
+60
*
wl12xx: fix a memory leak of probereq template upon recovery
Eyal Shapira
2012-04-10
1
-0
/
+2
*
wl12xx: free ap keys only in ap mode
Eliad Peller
2012-04-10
1
-1
/
+1
*
wl12xx: fix DMA-API-related warnings
Mircea Gherzan
2012-04-10
6
-17
/
+46
*
wl12xx: fix race between suspend/resume and recovery
Eyal Shapira
2012-04-10
1
-17
/
+12
*
wl12xx: fix station channel switch
Victor Goldenshtein
2012-04-10
1
-1
/
+1
*
wl12xx: set do_join on BSS_CHANGED_ASSOC
Eliad Peller
2012-04-10
1
-5
/
+2
*
iwlwifi: split POWER_PMI status bit
Don Fry
2012-04-09
9
-7
/
+39
*
iwlwifi: move FW_ERROR to priv
Don Fry
2012-04-09
6
-18
/
+12
*
iwlwifi: remove firmware info from iwl_shared
Meenakshi Venkataraman
2012-04-09
2
-12
/
+9
*
iwlwifi: move iwl_get_single_channel_number and mark it static
Meenakshi Venkataraman
2012-04-09
3
-42
/
+40
*
iwlwifi: move iwl_full_rxon_required and mark it static
Meenakshi Venkataraman
2012-04-09
3
-65
/
+64
*
iwlwifi: move iwl_check_rxon_cmd and mark it static
Meenakshi Venkataraman
2012-04-09
3
-73
/
+73
*
iwlwifi: move iwl_set_rxon_hwcrypto and mark it static
Meenakshi Venkataraman
2012-04-09
3
-14
/
+12
*
iwlwifi: Move iwl_send_rxon_timing and make it static
Meenakshi Venkataraman
2012-04-09
3
-104
/
+103
*
iwlwifi: move iwl_init_geos to iwl-agn.c
Meenakshi Venkataraman
2012-04-09
3
-190
/
+183
*
iwlwifi: move ucode_type from shared to op_mode
Meenakshi Venkataraman
2012-04-09
6
-19
/
+18
*
iwlwifi: move ucode error log reporting to op_mode
Meenakshi Venkataraman
2012-04-09
10
-430
/
+432
*
iwlwifi: make iwl_nic_error static
Meenakshi Venkataraman
2012-04-09
3
-8
/
+7
*
iwlwifi: use iwlagn_fw_error instead of iwl_nic_error
Meenakshi Venkataraman
2012-04-09
3
-2
/
+3
*
iwlwifi: move valid_contexts to priv
Johannes Berg
2012-04-09
6
-9
/
+8
*
iwlwifi: move queue mapping out of transport
Johannes Berg
2012-04-09
17
-575
/
+419
*
iwlwifi: use scan while idle
Johannes Berg
2012-04-09
2
-3
/
+8
*
iwlwifi: remove scan_rx_antennas
Johannes Berg
2012-04-09
2
-5
/
+0
[next]