index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
zd1211rw
/
zd_mac.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-25
mac80211: make tx() operation return void
Johannes Berg
1
-3
/
+2
2011-02-04
zd1211rw: enable NL80211_IFTYPE_AP
Jussi Kivilinna
1
-2
/
+5
2011-02-04
zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setup
Jussi Kivilinna
1
-1
/
+12
2011-02-04
zd1211rw: add TX watchdog and device resetting
Jussi Kivilinna
1
-2
/
+6
2011-02-04
zd1211rw: collect driver settings and add function to restore theim
Jussi Kivilinna
1
-0
/
+69
2011-02-04
zd1211rw: batch beacon config commands together
Jussi Kivilinna
1
-15
/
+25
2011-02-04
zd1211rw: add beacon watchdog and setting HW beacon more failsafe
Jussi Kivilinna
1
-31
/
+157
2011-02-04
zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc()
Jussi Kivilinna
1
-4
/
+35
2011-02-04
zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flag
Jussi Kivilinna
1
-8
/
+9
2011-02-04
zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on...
Jussi Kivilinna
1
-0
/
+7
2011-02-04
zd1211rw: support setting BSSID for AP mode
Jussi Kivilinna
1
-1
/
+24
2011-02-04
zd1211rw: move set_rts_cts_work to bss_info_changed
Jussi Kivilinna
1
-22
/
+5
2011-02-04
zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure...
Jussi Kivilinna
1
-31
/
+7
2011-02-04
zd1211rw: add locking for mac->process_intr
Jussi Kivilinna
1
-1
/
+5
2010-12-15
workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...
Tejun Heo
1
-2
/
+1
2010-06-16
zd1211rw: change ZD_REGDOMAIN_JAPAN_* naming
John W. Linville
1
-2
/
+2
2010-06-16
zd1211rw: add 0x49 -> JP regulatory domain map
Kouhei Sutou
1
-0
/
+1
2010-06-02
wireless: fix several minor description typos
Walter Goldens
1
-1
/
+1
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-04-03
net: convert multicast list to list_head
Jiri Pirko
1
-8
/
+5
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-6
/
+4
2010-03-08
Merge branch 'for-next' into for-linus
Jiri Kosina
1
-1
/
+1
2010-03-02
zd1211rw: fix potential array underflow
Dan Carpenter
1
-6
/
+4
2010-02-04
Fix a grammar error (redundant "be") in comment
Adam Buchbinder
1
-1
/
+1
2010-01-19
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-6
/
+7
2010-01-12
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-6
/
+7
2010-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
1
-6
/
+7
2010-01-04
zd1211rw: Fix multicast filtering.
Benoit Papillault
1
-6
/
+7
2009-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-8
/
+5
2009-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
John W. Linville
1
-3
/
+0
2009-12-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
David S. Miller
1
-3
/
+0
2009-12-28
mac80211: remove struct ieee80211_if_init_conf
Johannes Berg
1
-5
/
+5
2009-12-28
wireless: remove remaining qual code
Johannes Berg
1
-3
/
+0
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-12-04
tree-wide: fix assorted typos all over the place
André Goddard Rosa
1
-1
/
+1
2009-10-27
zd1211rw: Fix TX status reporting in order to have proper rate control
Benoit PAPILLAULT
1
-20
/
+182
2009-08-20
mac80211: allow configure_filter callback to sleep
Johannes Berg
1
-15
/
+29
2009-08-14
zd1211rw: make it clear we don't use leds.h LED stuff
Luis R. Rodriguez
1
-2
/
+2
2009-08-04
mac80211: redefine usage of the mac80211 workqueue
Luis R. Rodriguez
1
-1
/
+1
2009-07-10
mac80211: push rx status into skb->cb
Johannes Berg
1
-1
/
+2
2009-05-20
zd1211rw: Replace ZD_CS_MULTICAST with ZD_CS_NO_ACK
Gábor Stefanik
1
-3
/
+3
2009-05-06
mac80211: unify config_interface and bss_info_changed
Johannes Berg
1
-47
/
+33
2009-03-17
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-2
/
+6
2009-03-16
zd1211rw: Do not panic on device eject when associated
Jouni Malinen
1
-2
/
+6
2009-03-05
zd1211rw: Implement get_tsf()
Alina Friedrichsen
1
-0
/
+7
2009-02-27
cfg80211: move all regulatory hints to workqueue
Luis R. Rodriguez
1
-3
/
+3
2009-02-13
zd1211rw: honour enable_beacon conf
Johannes Berg
1
-3
/
+13
2009-02-13
zd1211rw: do not ratelimit no-ops
Johannes Berg
1
-4
/
+3
2009-02-09
mac80211: remove HW_SIGNAL_DB
Johannes Berg
1
-1
/
+1
[next]