Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
c68ed255265968c3948fa2678bf59d15c471b055
/
drivers
/
net
/
wireless
/
wl12xx
/
wl1251_main.c
5c01d56
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem
by John W. Linville
· 15 years ago
afa5ec2
wl1251: don't require NVS data when EEPROM is used
by Grazvydas Ignotas
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
3f9e750
wl1251: fix ELP_CTRL register accesses when using SDIO
by Grazvydas Ignotas
· 15 years ago
8535949
wl1251: fix txop unit
by Kalle Valo
· 15 years ago
56007a0
mac80211: wait for beacon before enabling powersave
by Johannes Berg
· 15 years ago
4ff6ffa
wl1251: add U-APSD support
by Kalle Valo
· 15 years ago
8f8ff916
wl1251: create qos null data template
by Kalle Valo
· 15 years ago
80a112f
wl1251: fix sleep related error paths in wl1251_op_bss_info_changed()
by Kalle Valo
· 15 years ago
dc52f0a
wl1251: use mac80211 provided channel parameters in scanning
by Kalle Valo
· 15 years ago
e477c56
wl1251: get probe request template from mac80211
by Kalle Valo
· 15 years ago
3a98c30
wl1251: cleanup scanning code
by Kalle Valo
· 15 years ago
f7f7057
wl1251: get PS Poll and Nullfunc templates from mac80211
by Kalle Valo
· 15 years ago
1ed32e4
mac80211: remove struct ieee80211_if_init_conf
by Johannes Berg
· 15 years ago
ea1e4b8
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
by John W. Linville
· 15 years ago
da2fb4e
wl1251: enable WMM
by Kalle Valo
· 15 years ago
49e1b9f
wl1251: implement WMM
by Kalle Valo
· 15 years ago
27336f1
wl1251: implement wl1251_acx_tid_cfg()
by Kalle Valo
· 15 years ago
86dff7a
wl1251: implement acx_ac_cfg to configure hardware queues
by Kalle Valo
· 15 years ago
478fdf2
wl1251: fix error handling in wl1251_op_config()
by Kalle Valo
· 15 years ago
d67e261
wl1251: print a debug message when tx_queue is full
by Kalle Valo
· 15 years ago
c14589e
wl1251: don't build null data template in wl1251_op_config()
by Kalle Valo
· 15 years ago
de8df1e
wl1251: fix bssid handling
by Kalle Valo
· 15 years ago
e84217a9
wl1251: remove false warning messages
by Kalle Valo
· 15 years ago
06cc5d3
wl1251: Send null data packet with "TODS" bit set
by Vidhya Govindan
· 15 years ago
79553f8
wl1251: Fix regression in IRQ loop handling
by Juuso Oikarinen
· 15 years ago
dcea4db
wl1251: Add IRQ looping support
by Janne Ylalehto
· 15 years ago
72b5734
wl1251: Set the correct dtim period to the firmware
by Vidhya Govindan
· 15 years ago
2410378
wl1251: mask aid bits 14 and 15 in ps-poll template
by Kalle Valo
· 15 years ago
c74ddfd
wl1251: allocate space for firmware with vmalloc()
by Kalle Valo
· 15 years ago
d5da79a
wl1251: Implement delayed entry into ELP mode
by Juuso Oikarinen
· 15 years ago
6b21a2c
wl1251: Configure beacon filtering on if PSM used
by Juuso Oikarinen
· 15 years ago
287f6f9
wl1251: Enable beacon filtering with the stack
by Juuso Oikarinen
· 15 years ago
49f146d
wl12xx: declare MODULE_FIRMWARE
by Ben Hutchings
· 15 years ago
8c8746f
wl1251: enable power save
by Kalle Valo
· 15 years ago
9a493e8
wl1251: re-disable PG10 chips
by John W. Linville
· 15 years ago
2c759e0
wl1251: add support for PG11 chips.
by David-John Willis
· 15 years ago
40f5424
wl1251: rename spi device to wl1251
by Kalle Valo
· 15 years ago
e0626e3
spi: prefix modalias with "spi:"
by Anton Vorontsov
· 15 years ago
3ac64be
mac80211: allow configure_filter callback to sleep
by Johannes Berg
· 15 years ago
b1b0a2b
wl1251: remove Luciano as maintainer
by Kalle Valo
· 15 years ago
29d904c
wl1251: rename reg.h to wl1251_reg.h
by Kalle Valo
· 15 years ago
16e711f
wl1251: use workqueue provided by mac80211
by Kalle Valo
· 15 years ago
fe9a984
wl1251: fix channel setting in wl1251_op_config()
by Kalle Valo
· 15 years ago
ae46ae1
wl1251: create wl1251_join()
by Kalle Valo
· 15 years ago
c88f875
wl1251: add channel to wl1251_cmd_join() parameters
by Kalle Valo
· 15 years ago
9780279
wl1251: initialise default channel to zero
by Kalle Valo
· 15 years ago
7a33732
wl1251: remove wait parameter from wl1251_cmd_join()
by Kalle Valo
· 15 years ago
e2fd461
wl1251: use beacon interval and dtim period provided by mac80211
by Kalle Valo
· 15 years ago
46e947b
wl1251: reorder wl1251_cmd_join() arguments
by Kalle Valo
· 15 years ago
0e71bb0
wl1251: remove wl1251_ops
by Kalle Valo
· 15 years ago
b5ed9c1
wl1251: make irq handling interface specific
by Bob Copeland
· 15 years ago
af8c78e
wl1251: split spi interface into separate module
by Bob Copeland
· 15 years ago
8e639c0
wl1251: move module probe methods into spi.c
by Bob Copeland
· 15 years ago
08d9f572
wl1251: introduce wl1251_if_operations struct
by Bob Copeland
· 15 years ago
6c766f4
wl1251: use wiphy_dev instead of wl->spi->dev
by Bob Copeland
· 15 years ago
0764de6
wl1251: separate bus i/o code into io.c
by Bob Copeland
· 15 years ago
270b758
wl1251: remove wl1251_plt_start/stop()
by Kalle Valo
· 15 years ago
e91d833
wireless: remove print_mac uses
by Johannes Berg
· 15 years ago
fe64341
wireless: wl12xx, fix lock imbalance
by Jiri Slaby
· 15 years ago
47af3fe
wl1251: change psm enabled/disabled info to debug
by Luciano Coelho
· 16 years ago
05fac68
wl1251: fix a checkpatch warning
by Kalle Valo
· 16 years ago
80301cd
wl1251: use wl1251 prefix everywhere
by Kalle Valo
· 16 years ago
1367411
wl1251: rename wl12xx.h to wl1251.h
by Kalle Valo
· 16 years ago
ef2f8d4
wl1251: add wl1251 prefix to all 1251 files
by Kalle Valo
· 16 years ago
[Renamed (99%) from drivers/net/wireless/wl12xx/main.c]
c731837
wl1251: remove wl1271_setup()
by Kalle Valo
· 16 years ago
e6f0b5c
wl12xx: rename wl1251.c wl1251_ops.c
by Kalle Valo
· 16 years ago
77cc9e4
wl12xx: Use chipset specific join commands
by Juuso Oikarinen
· 16 years ago
c5483b7
wl12xx: check if elp wakeup failed
by Kalle Valo
· 16 years ago
01d9cfb
wl12xx: optimise elp wakeup and sleep calls
by Kalle Valo
· 16 years ago
cee4fd2
wl12xx: protect wl12xx_op_set_rts_threshold()
by Kalle Valo
· 16 years ago
9f2ad4f
wl12xx: Moved wl1251 TX path implementation into chip specific files
by Juuso Oikarinen
· 16 years ago
27797d6
wl12xx: add support for new WL1271 chip revision
by Luciano Coelho
· 16 years ago
0628817
wl12xx: removed chipset interrupt source configuration from fw wakeup
by Juuso Oikarinen
· 16 years ago
4721213
wl12xx: fix rx descriptor use
by Kalle Valo
· 16 years ago
c4f5c85
wl12xx: fix error handling in wl12xx_probe()
by Kalle Valo
· 16 years ago
ff25839
wl12xx: cmd and acx interface rework
by Kalle Valo
· 16 years ago
8bce612
wl12xx: correct printk format warnings
by Bob Copeland
· 16 years ago
2f01a1f
wl12xx: add driver
by Kalle Valo
· 16 years ago