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
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
17
-0
/
+18
*
wl1251: fix potential crash
Grazvydas Ignotas
2010-03-16
1
-1
/
+2
*
wl1271: Added alloc and free hw functions
Teemu Paasikivi
2010-02-19
1
-27
/
+53
*
wl1271: Added IO reset and init functions
Teemu Paasikivi
2010-02-19
3
-2
/
+14
*
wl1271: Renamed IO functions
Teemu Paasikivi
2010-02-19
10
-109
/
+109
*
wl1271: Moved common IO functions from wl271_spi.c to wl1271_io.c
Teemu Paasikivi
2010-02-19
4
-158
/
+242
*
wl1271: add testmode support
Kalle Valo
2010-02-19
5
-1
/
+318
*
wl1271: Fix beacon filter table configuration
Juuso Oikarinen
2010-02-19
1
-3
/
+3
*
wl1271: Fix ad-hoc SSID update
Juuso Oikarinen
2010-02-19
1
-7
/
+16
*
wl1271: Fix WEP key handling
Juuso Oikarinen
2010-02-19
2
-0
/
+9
*
wl1271: Fix key-remove error
Juuso Oikarinen
2010-02-19
1
-0
/
+7
*
wl1271: Optimized RX path packet retrieval
Juuso Oikarinen
2010-02-19
1
-2
/
+2
*
wl1271: wakeup chip in op_conf_tx()
Kalle Valo
2010-02-19
1
-2
/
+9
*
wl1271: Fix random MAC address setting
Juuso Oikarinen
2010-02-19
1
-0
/
+8
*
wl1271: skip 3 unused bytes from the NVS
Luciano Coelho
2010-02-19
1
-3
/
+8
*
wl1271: add most of the normal initialization commands to PLT mode
Luciano Coelho
2010-02-19
3
-11
/
+86
*
wl1271: Retrieve device mac address from the nvs file
Juuso Oikarinen
2010-02-19
2
-17
/
+27
*
wl1271: Use NVS INI file configuration
Juuso Oikarinen
2010-02-19
6
-432
/
+77
*
wl1271: implement WMM
Kalle Valo
2010-02-19
3
-4
/
+73
*
wl1271: modify wl1271_acx_tid_cfg() to use function parameters
Kalle Valo
2010-02-19
3
-20
/
+31
*
wl1271: modify wl1271_acx_ac_cfg() to use function parameters
Kalle Valo
2010-02-19
3
-22
/
+26
*
wl1271: Add SSID configuration for JOIN in ad-hoc
Juuso Oikarinen
2010-02-19
2
-28
/
+51
*
wl1271: Fix channel changing code
Juuso Oikarinen
2010-02-19
1
-2
/
+10
*
wl1271: Fix PSM entry
Juuso Oikarinen
2010-02-19
6
-26
/
+47
*
wl1251: fix txop unit
Kalle Valo
2010-02-08
1
-1
/
+2
*
mac80211: wait for beacon before enabling powersave
Johannes Berg
2010-01-26
2
-21
/
+7
*
wl1271: remove unused flags
Luis R. Rodriguez
2010-01-14
1
-99
/
+0
*
wl1251: add U-APSD support
Kalle Valo
2010-01-12
1
-3
/
+9
*
wl1251: create qos null data template
Kalle Valo
2010-01-12
1
-0
/
+25
*
wl1251: fix sleep related error paths in wl1251_op_bss_info_changed()
Kalle Valo
2010-01-12
1
-5
/
+5
*
wl1251: use mac80211 provided channel parameters in scanning
Kalle Valo
2010-01-12
3
-2
/
+9
*
wl1251: get probe request template from mac80211
Kalle Valo
2010-01-12
1
-74
/
+12
*
wl1251: cleanup scanning code
Kalle Valo
2010-01-12
3
-107
/
+117
*
wl1251: get PS Poll and Nullfunc templates from mac80211
Kalle Valo
2010-01-12
1
-42
/
+16
*
wl1271: fix timeout in wl1271_top_reg_read
Juha Leppanen
2010-01-04
1
-2
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
2009-12-30
2
-3
/
+3
|
\
|
*
wl1251: timeout one too soon in wl1251_boot_run_firmware()
Roel Kluin
2009-12-28
1
-1
/
+1
|
*
wl1271_cmd.c: cleanup char => u8
Dan Carpenter
2009-12-28
1
-2
/
+2
*
|
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
2009-12-28
2
-12
/
+12
*
|
wl1271: Prevent performing "join" before association
Juuso Oikarinen
2009-12-28
1
-1
/
+1
*
|
wl1271: Check vif for NULL when indicating beacon-loss
Juuso Oikarinen
2009-12-28
1
-1
/
+1
*
|
wl1271: Add support for acx_pm_config
Juuso Oikarinen
2009-12-28
5
-0
/
+63
*
|
wl1271: Change booleans in struct wl1271 into a flags bitmask
Juuso Oikarinen
2009-12-28
7
-64
/
+55
*
|
wl1271: Fix supported rate management
Juuso Oikarinen
2009-12-28
6
-44
/
+90
*
|
wl1271: Change rates configured for templates
Juuso Oikarinen
2009-12-28
1
-1
/
+2
*
|
wl1271: Add rudimentary ad-hoc support
Juuso Oikarinen
2009-12-28
1
-2
/
+43
*
|
wl1271: Remove beacon-loss-ind from PSM entry failure handling
Juuso Oikarinen
2009-12-28
1
-1
/
+0
*
|
wl1271: Add pre-power-on sleep
Juuso Oikarinen
2009-12-28
2
-1
/
+4
*
|
wl1271: Implement chipset boot retry
Juuso Oikarinen
2009-12-28
1
-53
/
+77
*
|
wl1271: prevent power save entry while not associated
Juuso Oikarinen
2009-12-28
2
-3
/
+9
[next]