aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy/4965-mac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14iwlegacy: more checks for dma mapping errorsStanislaw Gruszka1-15/+21
2013-02-08Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2013-02-01iwlegacy: check for dma mapping errorsStanislaw Gruszka1-16/+27
2013-02-01iwl4965: report A-MPDU statusChristian Lamparter1-0/+11
2013-01-31mac80211: inform the driver about update of dtim_periodEmmanuel Grumbach1-1/+1
2013-01-30drivers/net/wireless/iwlegacy/4965-mac.c: adjust duplicate testJulia Lawall1-3/+0
2013-01-22iwlegacy: don't return zero on failure paths in il4965_pci_probe()Alexey Khoroshilov1-0/+1
2013-01-07iwlegacy: allow to enable PSStanislaw Gruszka1-2/+2
2013-01-07iwlegacy: add flush callbackStanislaw Gruszka1-0/+1
2013-01-03mac80211: split TX aggregation stop actionJohannes Berg1-1/+3
2012-12-06iwlegacy: remove __dev* attributesBill Pemberton1-2/+2
2012-11-26iwlegacy: initialize rx_statusJohannes Berg1-1/+1
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn1-11/+15
2012-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-07-09iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach1-2/+2
2012-06-06iwl4965: claim RSN IBSS supportStanislaw Gruszka1-1/+12
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg1-2/+2
2012-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller1-2/+0
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka1-2/+0
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+2
2012-02-29iwlegacy: remove enum iw_calib and related codeGreg Dietsche1-1/+0
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-1/+1
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka1-14/+14
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka1-13/+5
2012-02-22iwlegacy: enable only rfkill interrupt when rfkill switch is on during IFF_UPStanislaw Gruszka1-4/+2
2012-02-22iwlegacy: small il4965_set_hw_ready cleanupStanislaw Gruszka1-21/+14
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka1-33/+48
2012-02-22iwleagcy: fix ident code damageStanislaw Gruszka1-13/+5
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka1-11/+2
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka1-9/+8
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka1-12/+11
2012-02-22iwlegacy: remove il_apm_opsStanislaw Gruszka1-6/+2
2012-02-22iwlegacy: remove temp_opsStanislaw Gruszka1-13/+13
2012-02-22iwlegacy: move debugfs_ops to il_privStanislaw Gruszka1-0/+3
2012-02-22iwlegacy: gather all 4965 handlers in one placeStanislaw Gruszka1-2/+305
2012-02-22iwlegacy: use writeb,writel,readl directlyStanislaw Gruszka1-3/+3
2012-02-22iwlegacy: always check if got h/w access before writeStanislaw Gruszka1-1/+1
2012-02-06iwlegacy: remove set_hw_params callbackStanislaw Gruszka1-7/+59
2012-02-06iwlegacy: remove struct il_tx_infoStanislaw Gruszka1-19/+14
2012-02-06iwlegacy: merge il_base_params into il_cfgStanislaw Gruszka1-4/+4
2012-02-06iwlegacy: move ops out of configStanislaw Gruszka1-29/+49
2012-02-06iwlegacy: get rid of ctx structureStanislaw Gruszka1-89/+61
2012-02-06iwlegacy: get rid of ctx->is_activeStanislaw Gruszka1-3/+0
2012-02-06iwlegacy: get rid of ctx->ac_to_queueStanislaw Gruszka1-6/+2
2012-02-06iwlegacy: get rid of ctx->ac_to_fifoStanislaw Gruszka1-9/+8
2012-02-06iwlegacy: move ht out of ctx structureStanislaw Gruszka1-9/+9
2012-02-06iwlegacy: remove ctx interface_modesStanislaw Gruszka1-4/+2