aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ar9170/main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-04-07ar9170usb: purge obsolete driverChristian Lamparter1-2190/+0
2011-02-25mac80211: make tx() operation return voidJohannes Berg1-3/+2
2011-01-19mac80211: track receiver's aggregation reorder buffer sizeJohannes Berg1-1/+2
2010-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+2
2010-08-18drivers/net/wireless: Restore upper case words in wiphy_<level> messagesJoe Perches1-2/+2
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-16/+15
2010-07-29ar9170: add get_survey callback in order to get channel noiseJohn W. Linville1-0/+19
2010-07-27drivers/net/wireless: Use wiphy_<level>Joe Perches1-92/+80
2010-05-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-548/+10
2010-05-07ar9170usb: remove deprecated aggregation codeChristian Lamparter1-548/+10
2010-05-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-3/+1
2010-04-30mac80211: remove deprecated noise field from ieee80211_rx_statusJohn W. Linville1-2/+1
2010-04-28ar9170: remove usage of deprecated noise valueJohn W. Linville1-1/+0
2010-04-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville1-6/+7
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+1
2010-04-06ath: fix coding style/readability in ath/ar9170Luis de Bethencourt1-5/+6
2010-04-03net: convert multicast list to list_headJiri Pirko1-9/+5
2010-03-31ar9170usb: fix panic triggered by undersized rxstream bufferChristian Lamparter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-3/+7
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06bitops: rename for_each_bit() to for_each_set_bit()Akinobu Mita1-1/+1
2010-03-02ar9170: load firmware asynchronouslyJohannes Berg1-3/+7
2010-02-19ar9170: convert to new station add/remove callbacksJohannes Berg1-34/+36
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-02-08ar9170: remove get_tx_stats() mac80211 opKalle Valo1-13/+0
2009-12-28mac80211: remove struct ieee80211_if_init_confJohannes Berg1-4/+4
2009-12-21ar9170: small misc changesChristian Lamparter1-5/+7
2009-12-21ar9170: remove redundant frame flagsChristian Lamparter1-33/+22
2009-12-21ar9170: improve network latencyChristian Lamparter1-18/+16
2009-12-21ar9170: remove dead definitionsChristian Lamparter1-1/+0
2009-11-18mac80211: convert aggregation to operate on vifs/stasJohannes Berg1-2/+3
2009-11-18ar9170: do not discard valuable DUPOFDM framesChristian Lamparter1-2/+2
2009-10-27ar9170: atomic pending A-MPDU counterChristian Lamparter1-5/+6
2009-10-07ar9170: handle overflow in tsf_low register during get_tsfJoerg Albert1-8/+16
2009-10-07ar9170: make use of common macaddr and curbssidLuis R. Rodriguez1-2/+4
2009-08-28ar9170: remove unnecessary call to ar9170_set_beacon_timersJoerg Albert1-6/+0
2009-08-28ar9170: cleanup of bss_info_changed and beacon configJoerg Albert1-7/+7
2009-08-20ar9170: refactor configure_filterChristian Lamparter1-59/+16
2009-08-20ath: move regulatory info into shared common structureLuis R. Rodriguez1-6/+8
2009-08-20mac80211: allow configure_filter callback to sleepJohannes Berg1-18/+25
2009-08-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+3
2009-08-10ar9170: fix read & write outside array boundsDan Carpenter1-2/+3
2009-08-04mac80211: redefine usage of the mac80211 workqueueLuis R. Rodriguez1-11/+15
2009-08-04ar9170: remove unneeded flush_workqueue()Luis R. Rodriguez1-2/+1
2009-07-29ar9170: fix build error when !CONFIG_AR9170_LEDSAlexander Beregalov1-0/+2
2009-07-24wireless: remove print_mac usesJohannes Berg1-1/+0
2009-07-24ar9170: implement transmit aggregationChristian Lamparter1-26/+582
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-2/+4
2009-06-10ar9170: xmit code revampChristian Lamparter1-224/+420