summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/txrx.c
AgeCommit message (Expand)Author
2018-07-30ath6kl: remove redundant variables netlen, orig_buf, orig_len, dropped and statsColin Ian King
2018-04-27ath6kl: fix ath6kl_data_tx()'s return typeLuc Van Oostenryck
2017-12-07ath6kl: improve endianness handlingKenneth Lu
2017-10-27ath: Convert timers to use timer_setup()Kees Cook
2017-09-21drivers: net: ath6kl: use setup_timer() helper.Allen Pais
2017-05-19ath6kl: assure headroom of skbuff is writable in .start_xmit()Arend Van Spriel
2017-02-14ath6kl: Use net_device_stats from struct net_deviceTobias Klauser
2016-07-19ath6kl: Fix WLAN tethering authentication problem.Pierre Le Magourou
2014-03-13ath6kl: remove spaces before semicolonKalle Valo
2014-03-13ath6kl: use braces on both arms of if statementKalle Valo
2014-03-13ath6kl: fix blank lines before and after bracesKalle Valo
2013-03-18ath6kl: remove false check from ath6kl_rx()Kalle Valo
2013-03-18ath6kl: add tracing support and tracing points for wmi packetsKalle Valo
2012-10-24ath6kl: Check for valid endpoint ID in ath6kl_tx_complete()Pandiyarajan Pitchaimuthu
2012-10-24ath6kl: Fix random rx data corruptionVasanthakumar Thiagarajan
2012-10-24ath6kl: Check for valid endpoint ID values in ath6kl_control_tx()Raja Mani
2012-10-24ath6kl: Fix reconnection issue after recoveryVasanthakumar Thiagarajan
2012-10-24ath6kl: Recover from "wmi ctrl ep is full" conditionVasanthakumar Thiagarajan
2012-10-24ath6kl: Recover from fw crashVasanthakumar Thiagarajan
2012-10-24ath6kl: Fix potential memory leak in ath6kl_tx_complete()Vasanthakumar Thiagarajan
2012-10-24ath6kl: Fix potential skb double free in ath6kl_wmi_sync_point()Vasanthakumar Thiagarajan
2012-06-11ath6kl: Fix unstable downlink throughputVasanthakumar Thiagarajan
2012-06-11ath6kl: Fix race in aggregation reorder logicVasanthakumar Thiagarajan
2012-04-30ath6kl: Update netstats for some of the tx failrues in ath6kl_data_tx()Vasanthakumar Thiagarajan
2012-04-12Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo
2012-04-10ath: Add and use pr_fmt, convert printks to pr_<level>Joe Perches
2012-04-04ath6kl: Support net_stats.multicastVasanthakumar Thiagarajan
2012-03-26ath6kl: add htc opsKalle Valo
2012-03-26ath6kl: add rx data padding supportKalle Valo
2012-03-26ath6kl: add pointer to the skb in htc_packetKalle Valo
2012-03-26ath6kl: Add tx_complete() to struct htc_ep_callbacksKalle Valo
2012-03-07ath6kl: alignment should match open parenthesisKalle Valo
2012-03-07ath6kl: Check wow state before sending control and data pktRaja Mani
2012-03-01ath6kl: Skip vif index validation in ath6kl_rx() for wmi eventsVasanthakumar Thiagarajan
2012-02-27ath6kl: assign Tx packet drop threshold per endpoint based on AC priorityChilam Ng
2012-02-27ath6kl: Add unicast mgmt frame bufferingNaveen Gangadharan
2012-02-08ath6kl: Update license headerVasanthakumar Thiagarajan
2012-01-30ath6kl: Fix kernel panic during rx aggregationVasanthakumar Thiagarajan
2012-01-24ath6kl: Fix bug in maintaining aggregation state in AP modeVasanthakumar Thiagarajan
2012-01-24ath6kl: Fix bug in using tid given by addba/delba req eventsVasanthakumar Thiagarajan
2012-01-24ath6kl: Define a structure for connection specific aggregation informationVasanthakumar Thiagarajan
2012-01-24ath6kl: Make sure to delete rx aggregation timer in aggr_reset_state()Vasanthakumar Thiagarajan
2012-01-18ath6kl: fix uninitialized warning in ath6kl_process_uapsdq()Kalle Valo
2012-01-13ath6kl: Add support for uAPSDThirumalai Pachamuthu
2012-01-02ath6kl: Remove few unnecessary spin_locks around set_bit()Vasanthakumar Thiagarajan
2012-01-02ath6kl: Support for TCP checksum offload to firmwareRishi Panjwani
2011-11-16ath6kl: make maximum number of vifs runtime configurableKalle Valo
2011-11-13ath6kl: Fix packet drop when ath6kl_cookie runs outVasanthakumar Thiagarajan
2011-11-13ath6kl: Fix accessing wrong skb->data in ath6kl_tx_complete()Vasanthakumar Thiagarajan
2011-11-11ath6kl: Fix tx packet drop in AP mode with bridgeVasanthakumar Thiagarajan