index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wl1251
/
main.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-16
wl1251: specify max. IE length
Merlijn Wajer
1
-0
/
+6
2020-08-18
wl1251, wlcore: fix spelling mistake "buld" -> "build"
Colin Ian King
1
-1
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336
Thomas Gleixner
1
-15
/
+1
2018-02-27
wl1251: Set generated MAC address back to NVS data
Pali Rohár
1
-0
/
+17
2018-02-27
wl1251: Parse and use MAC address from supplied NVS data
Pali Rohár
1
-8
/
+47
2018-02-27
wl1251: Generate random MAC address only if driver does not have valid
Pali Rohár
1
-9
/
+18
2018-02-27
wl1251: Update wl->nvs_len after wl->nvs is valid
Pali Rohár
1
-2
/
+3
2018-01-08
wl1251: check return from call to wl1251_acx_arp_ip_filter
Colin Ian King
1
-2
/
+1
2017-11-27
mac80211: use QoS NDP for AP probing
Johannes Berg
1
-1
/
+1
2017-08-31
wl1251: add a missing spin_lock_init()
Cong Wang
1
-0
/
+1
2017-06-16
networking: introduce and use skb_put_data()
Johannes Berg
1
-1
/
+1
2016-07-06
mac80211: Add support for beacon report radio measurement
Avraham Stern
1
-1
/
+5
2016-04-12
cfg80211: remove enum ieee80211_band
Johannes Berg
1
-1
/
+1
2015-06-10
mac80211: convert HW flags to unsigned long bitmap
Johannes Berg
1
-1
/
+2
2015-04-24
mac80211: remove support for IFF_PROMISC
Johannes Berg
1
-7
/
+2
2015-04-07
wl1251: Fix typo in MODULE_DESCRIPTION in wl1251/main.c
Masanari Iida
1
-1
/
+1
2015-03-03
wireless: Use eth_<foo>_addr instead of memset
Joe Perches
1
-2
/
+2
2014-12-15
mac80211: move U-APSD enablement to vif flags
Johannes Berg
1
-3
/
+2
2014-11-19
mac80211: allow drivers to support NL80211_SCAN_FLAG_RANDOM_ADDR
Johannes Berg
1
-1
/
+1
2014-06-25
mac80211: support more than one band in scan request
David Spinadel
1
-1
/
+2
2014-05-13
wl1251: fix mixed up args for join
Grazvydas Ignotas
1
-2
/
+2
2014-05-13
wl1251: fix null data for IBSS
Grazvydas Ignotas
1
-14
/
+37
2014-05-13
Revert "wl1251: enforce changed hw encryption support on monitor state change"
Grazvydas Ignotas
1
-13
/
+0
2014-01-17
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+0
2014-01-13
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-1
/
+0
2014-01-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-12
/
+138
2014-01-09
wl1251: add nvs file name to module firmware list
Pavel Machek
1
-0
/
+1
2014-01-09
wl1251: enforce changed hw encryption support on monitor state change
David Gnedt
1
-0
/
+13
2014-01-09
wl1251: enable tx path in monitor mode if necessary for packet injection
David Gnedt
1
-0
/
+5
2014-01-09
wl1251: fix channel switching in monitor mode
David Gnedt
1
-2
/
+13
2014-01-09
wl1251: disable power saving in monitor mode
David Gnedt
1
-3
/
+7
2014-01-09
wl1251: implement multicast address filtering (fwd)
David Gnedt
1
-2
/
+55
2014-01-09
wl1251: configure hardware en-/decryption for monitor mode
David Gnedt
1
-5
/
+29
2014-01-09
wl1251: implement hardware ARP filtering
David Gnedt
1
-0
/
+12
2014-01-09
wl1251: retry power save entry
David Gnedt
1
-0
/
+2
2014-01-09
wl1251: fix scan behaviour while not associated
David Gnedt
1
-0
/
+1
2014-01-07
mac80211: remove channel_change_time
Johannes Berg
1
-1
/
+0
2013-12-26
wireless: slight optimization of addr compare
dingtianhong
1
-1
/
+1
2013-03-25
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
Karl Beldan
1
-2
/
+3
2013-02-11
mac80211: remove IEEE80211_HW_SCAN_WHILE_IDLE
Johannes Berg
1
-5
/
+19
2012-11-30
mac80211: remove probe response temporary buffer allocation
Johannes Berg
1
-1
/
+3
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
1
-1
/
+3
2012-06-20
wl1251: send filters to firmware as they are set
Grazvydas Ignotas
1
-4
/
+23
2012-06-20
wl1251: fix filtering support
Grazvydas Ignotas
1
-0
/
+6
2012-06-20
wl1251: remove unused filter_work
Grazvydas Ignotas
1
-36
/
+0
2012-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+1
2012-04-12
wireless/wl12xx/wl1251: move TI WLAN modules to a common ti subdirectory
Luciano Coelho
1
-0
/
+1471