index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
wl12xx
/
wl1271_main.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wl1271: Cleaned up wlan power on/off functions
Teemu Paasikivi
2010-03-23
1
-12
/
+0
*
wl1271: Fix configuration of the TX opportunity value
Juuso Oikarinen
2010-03-23
1
-1
/
+2
*
wl1271: Disable host TX rate control
Juuso Oikarinen
2010-03-09
1
-1
/
+2
*
wl1271: Clean up TX security sequence number handling
Juuso Oikarinen
2010-03-09
1
-6
/
+5
*
wl1271: Update TX packet life time handling with higher resolution time
Juuso Oikarinen
2010-03-09
1
-2
/
+4
*
wl1271: Implement looped IRQ handling
Juuso Oikarinen
2010-03-09
1
-29
/
+47
*
wl1271: Don't mask interrupts while handling interrupt
Juuso Oikarinen
2010-03-09
1
-4
/
+0
*
wl1271: Remove annoying PSM entry/exit kernel traces
Juuso Oikarinen
2010-03-09
1
-2
/
+2
*
wl1271: Fix queue stopping/waking for TX path
Juuso Oikarinen
2010-03-09
1
-7
/
+5
*
wl1271: Fix ad-hoc mode neighborhood detection
Juuso Oikarinen
2010-03-09
1
-8
/
+7
*
wl1271: Improvements to the TX path
Juuso Oikarinen
2010-03-09
1
-5
/
+3
*
wl1271: Changed access to fw status register to use raw read
Teemu Paasikivi
2010-03-09
1
-1
/
+1
*
wl1271: Divided driver to two separate modules
Teemu Paasikivi
2010-03-09
1
-0
/
+8
*
wl1271: Removed wl1271_spi.h and made some functions static
Teemu Paasikivi
2010-03-09
1
-1
/
+0
*
wl1271: Implemented abstraction of IO functions.
Teemu Paasikivi
2010-03-09
1
-3
/
+3
*
wl1271: Added functions to enable/disable interrupt handling
Teemu Paasikivi
2010-03-09
1
-5
/
+0
*
wl1271: Moved module basics to wl1271_spi.c
Teemu Paasikivi
2010-03-09
1
-186
/
+5
*
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
1
-2
/
+2
*
wl1271: Renamed IO functions
Teemu Paasikivi
2010-02-19
1
-6
/
+6
*
wl1271: add testmode support
Kalle Valo
2010-02-19
1
-0
/
+2
*
wl1271: Fix ad-hoc SSID update
Juuso Oikarinen
2010-02-19
1
-7
/
+16
*
wl1271: Fix WEP key handling
Juuso Oikarinen
2010-02-19
1
-0
/
+8
*
wl1271: Fix key-remove error
Juuso Oikarinen
2010-02-19
1
-0
/
+7
*
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: add most of the normal initialization commands to PLT mode
Luciano Coelho
2010-02-19
1
-7
/
+78
*
wl1271: Retrieve device mac address from the nvs file
Juuso Oikarinen
2010-02-19
1
-9
/
+27
*
wl1271: Use NVS INI file configuration
Juuso Oikarinen
2010-02-19
1
-95
/
+6
*
wl1271: implement WMM
Kalle Valo
2010-02-19
1
-0
/
+31
*
wl1271: Add SSID configuration for JOIN in ad-hoc
Juuso Oikarinen
2010-02-19
1
-26
/
+43
*
wl1271: Fix channel changing code
Juuso Oikarinen
2010-02-19
1
-2
/
+10
*
wl1271: Fix PSM entry
Juuso Oikarinen
2010-02-19
1
-3
/
+5
*
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
2009-12-28
1
-5
/
+5
*
wl1271: Prevent performing "join" before association
Juuso Oikarinen
2009-12-28
1
-1
/
+1
*
wl1271: Add support for acx_pm_config
Juuso Oikarinen
2009-12-28
1
-0
/
+4
*
wl1271: Change booleans in struct wl1271 into a flags bitmask
Juuso Oikarinen
2009-12-28
1
-27
/
+18
*
wl1271: Fix supported rate management
Juuso Oikarinen
2009-12-28
1
-34
/
+25
*
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: Add pre-power-on sleep
Juuso Oikarinen
2009-12-28
1
-0
/
+1
*
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
1
-3
/
+8
*
wl1271: Fix event acknowledging functionality
Juuso Oikarinen
2009-12-28
1
-3
/
+2
*
wl1271: Use slow rates for association messages
Juuso Oikarinen
2009-12-28
1
-2
/
+6
*
wl1271: Remove smart reflex ACX
Juuso Oikarinen
2009-12-28
1
-24
/
+0
*
wl1271: Configure smart-reflex paramter values.
Juuso Oikarinen
2009-12-28
1
-6
/
+6
*
wl1271: use channel 1 when configuring the data path
Luciano Coelho
2009-12-28
1
-1
/
+1
*
wl1271: some new configuration values according to new reference
Luciano Coelho
2009-12-28
1
-8
/
+8
*
wl1271: add gpio_power file in debugfs to power the chip on and off
Luciano Coelho
2009-12-28
1
-0
/
+3
[next]