aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/zd1211rw/zd_mac.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: make tx() operation return voidJohannes Berg2011-02-251-3/+2
* zd1211rw: enable NL80211_IFTYPE_APJussi Kivilinna2011-02-041-2/+5
* zd1211rw: reset device when CR_BCN_FIFO_SEMAPHORE freezes in beacon setupJussi Kivilinna2011-02-041-1/+12
* zd1211rw: add TX watchdog and device resettingJussi Kivilinna2011-02-041-2/+6
* zd1211rw: collect driver settings and add function to restore theimJussi Kivilinna2011-02-041-0/+69
* zd1211rw: batch beacon config commands togetherJussi Kivilinna2011-02-041-15/+25
* zd1211rw: add beacon watchdog and setting HW beacon more failsafeJussi Kivilinna2011-02-041-31/+157
* zd1211rw: implement beacon fetching and handling ieee80211_get_buffered_bc()Jussi Kivilinna2011-02-041-4/+35
* zd1211rw: let zd_set_beacon_interval() set dtim_period and add AP-beacon flagJussi Kivilinna2011-02-041-8/+9
* zd1211rw: fix ack_pending in filter_ack causing tx-packet ordering problem on...Jussi Kivilinna2011-02-041-0/+7
* zd1211rw: support setting BSSID for AP modeJussi Kivilinna2011-02-041-1/+24
* zd1211rw: move set_rts_cts_work to bss_info_changedJussi Kivilinna2011-02-041-22/+5
* zd1211rw: move set_multicast_hash and set_rx_filter from workers to configure...Jussi Kivilinna2011-02-041-31/+7
* zd1211rw: add locking for mac->process_intrJussi Kivilinna2011-02-041-1/+5
* workqueue: convert cancel_rearming_delayed_work[queue]() users to cancel_dela...Tejun Heo2010-12-151-2/+1
* zd1211rw: change ZD_REGDOMAIN_JAPAN_* namingJohn W. Linville2010-06-161-2/+2
* zd1211rw: add 0x49 -> JP regulatory domain mapKouhei Sutou2010-06-161-0/+1
* wireless: fix several minor description typosWalter Goldens2010-06-021-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-111-0/+1
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* | net: convert multicast list to list_headJiri Pirko2010-04-031-8/+5
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-03-131-6/+4
|\
| * zd1211rw: fix potential array underflowDan Carpenter2010-03-021-6/+4
* | Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\ \ | |/ |/|
| * Fix a grammar error (redundant "be") in commentAdam Buchbinder2010-02-041-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-121-6/+7
| |\
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-291-3/+0
| |\ \
* | \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-191-6/+7
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2010-01-051-6/+7
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | zd1211rw: Fix multicast filtering.Benoit Papillault2010-01-041-6/+7
| | | |/ | | |/|
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-301-8/+5
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-301-3/+0
| |\ \ | | |/
| | * wireless: remove remaining qual codeJohannes Berg2009-12-281-3/+0
| * | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-281-5/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-091-1/+1
|\ \ | |/ |/|
| * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* | zd1211rw: Fix TX status reporting in order to have proper rate controlBenoit PAPILLAULT2009-10-271-20/+182
|/
* mac80211: allow configure_filter callback to sleepJohannes Berg2009-08-201-15/+29
* zd1211rw: make it clear we don't use leds.h LED stuffLuis R. Rodriguez2009-08-141-2/+2
* mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez2009-08-041-1/+1
* mac80211: push rx status into skb->cbJohannes Berg2009-07-101-1/+2
* zd1211rw: Replace ZD_CS_MULTICAST with ZD_CS_NO_ACKGábor Stefanik2009-05-201-3/+3
* mac80211: unify config_interface and bss_info_changedJohannes Berg2009-05-061-47/+33
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-03-171-2/+6
|\
| * zd1211rw: Do not panic on device eject when associatedJouni Malinen2009-03-161-2/+6
* | zd1211rw: Implement get_tsf()Alina Friedrichsen2009-03-051-0/+7
* | cfg80211: move all regulatory hints to workqueueLuis R. Rodriguez2009-02-271-3/+3
* | zd1211rw: honour enable_beacon confJohannes Berg2009-02-131-3/+13
* | zd1211rw: do not ratelimit no-opsJohannes Berg2009-02-131-4/+3
* | mac80211: remove HW_SIGNAL_DBJohannes Berg2009-02-091-1/+1
|/