summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath5k/base.c
Commit message (Expand)AuthorAgeFilesLines
* wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-3/+3
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-2/+2
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-3/+3
* wireless: Set NL80211_EXT_FEATURE_CQM_RSSI_LIST in multiple driversAndrew Zaborowski2017-03-061-0/+2
* cfg80211: remove enum ieee80211_bandJohannes Berg2016-04-121-16/+16
* ath5k: fix RTS/CTS by using proper rate flagsBob Copeland2015-12-081-1/+1
* ath5k: use DECLARE_EWMAJohannes Berg2015-08-201-2/+2
* mac80211: convert HW flags to unsigned long bitmapJohannes Berg2015-06-101-6/+6
* ath5k: fix reset raceSergey Ryazanov2015-03-131-0/+7
* ath5k: channel change fixSergey Ryazanov2015-03-131-3/+21
* wireless: Use eth_<foo>_addr instead of memsetJoe Perches2015-03-031-1/+1
* ath5k: update dependenciesSergey Ryazanov2014-11-241-2/+2
* ath5k: revert AHB bus support removingSergey Ryazanov2014-11-241-0/+14
* ath5k: Remove AHB bus supportPaul Bolle2014-09-261-14/+0
* ath5k: drop useless comparisonBob Copeland2014-08-281-1/+1
* ath5k: capture CCK and OFDM restartsMathy Vanhoef2014-07-011-1/+14
* ath5k: support for FIF_FCSFAIL filterMathy Vanhoef2014-07-011-2/+14
* ath5k: add missing dma_map_error callJohn Greene2014-03-141-0/+3
* ath5k: use ath_is_mybeaconOleksij Rempel2014-01-161-25/+8
* Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-131-1/+0
|\
| * mac80211: remove channel_change_timeJohannes Berg2014-01-071-1/+0
* | ath5k: use ether_addr_equal_64bitsJulia Lawall2014-01-031-2/+2
|/
* ath5k: fix regression in tx status processingFelix Fietkau2013-10-181-3/+3
* ath5k: enable support for 5 MHz and 10 MHz channelsSimon Wunderlich2013-08-161-3/+22
* ath5k: set 5/10 MHz supported channels and fix durationSimon Wunderlich2013-08-161-8/+16
* ath5k: report 5/10 MHz channelsSimon Wunderlich2013-08-161-0/+10
* ath5k: make use of the new rate control APIThomas Huehn2013-06-121-14/+65
* ath5k: do not reschedule tx_complete_work on stopStanislaw Gruszka2013-05-031-0/+5
* mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chanKarl Beldan2013-03-251-1/+1
* wireless: make the reg_notifier() voidLuis R. Rodriguez2013-01-141-2/+3
* ath5k: RX timestamp is reported at end of frameThomas Pedersen2012-12-111-12/+1
* ath5k: fix tx path skb leaksFelix Fietkau2012-12-101-2/+2
* ath5k: remove __dev* attributesBill Pemberton2012-12-061-2/+2
* mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen2012-11-131-1/+1
* mac80211: clarify interface iteration and make it configurableJohannes Berg2012-11-091-4/+6
* ath5k: fix potential NULL pointer dereference in ath5k_beacon_update()Wei Yongjun2012-10-081-1/+2
* ath5k: disable HW crypto in management frameChun-Yeow Yeoh2012-09-241-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-071-4/+2
|\
| * ath5k: fix spin_lock_irqsave/spin_lock_bh nesting in meshBob Copeland2012-08-131-4/+2
* | ath5k: Put power_level where it belongs and rename itNick Kossifidis2012-08-101-2/+3
|/
* ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELSLuis R. Rodriguez2012-07-111-7/+10
* ath5k: remove _bh from inner locksBob Copeland2012-06-191-2/+2
* ath5k: add possible wiphy interface combinationsFelix Fietkau2012-05-291-0/+19
* drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-101-3/+3
* ath5k: use compare_ether_addr on MAC addresses instead of memcmpJonathan Bither2012-04-161-2/+2
* ath5k: Introduce _ath5k_printk to reduce code/textJoe Perches2012-04-101-0/+20
* ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches2012-04-101-0/+2
* ath5k: do not stop queues for full calibrationFelix Fietkau2012-03-061-12/+2
* ath5k: allow AP and mesh mode to operate simultaneouslyChun-Yeow Yeoh2012-03-061-2/+4
* ath5k: use bool type for no_hw_rfkill_switch module parameterJohn W. Linville2012-01-241-1/+1
OpenPOWER on IntegriCloud