aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/iwlegacy (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-26iwlegacy: initialize rx_statusJohannes Berg2-2/+2
2012-11-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-11-14wireless: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-3/+2
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds5-33/+34
2012-09-24iwlegacy: use eth_broadcast_addrJohannes Berg1-2/+2
2012-08-23iwlegacy: Use PCI Express Capability accessorsJiang Liu1-3/+1
2012-08-21Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville3-17/+29
2012-08-10iwlegacy: clean up suspend/resumeJohannes Berg2-14/+3
2012-07-31mac80211: move TX station pointer and restructure TXThomas Huehn3-17/+29
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-1/+1
2012-07-12mac80211: add time synchronisation with BSS for assocJohannes Berg1-1/+1
2012-07-09Merge branch 'for-john' of git://git.sipsolutions.net/mac80211-nextJohn W. Linville1-1/+1
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-10/+8
2012-07-09iwlegacy: don't mess up the SCD when removing a keyEmmanuel Grumbach1-2/+2
2012-07-09iwlegacy: always monitor for stuck queuesStanislaw Gruszka1-8/+6
2012-07-02cfg80211: add 802.11ad (60gHz band) supportVladimir Kondratiev1-1/+1
2012-06-28iwlegacy: print how long queue was actually stuckPaul Bolle1-3/+4
2012-06-06iwl4965: claim RSN IBSS supportStanislaw Gruszka1-1/+12
2012-05-10drivers/net: Convert compare_ether_addr to ether_addr_equalJoe Perches3-10/+10
2012-04-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville3-25/+7
2012-04-10mac80211: remove antenna_sel_tx TX info fieldJohannes Berg2-3/+3
2012-04-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds3-25/+7
2012-04-05simple_open: automatically convert to simple_open()Stephen Boyd3-25/+7
2012-03-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessDavid S. Miller3-17/+18
2012-03-26iwlegacy: fix BSSID settingStanislaw Gruszka1-10/+6
2012-03-26iwlegacy: do not nulify il->vif on resetStanislaw Gruszka3-7/+12
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2-2/+4
2012-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+5
2012-03-13mac80211: rename bss_conf timestamp to last_tsfJohannes Berg1-1/+1
2012-03-12iwl3945: fix possible il->txq NULL pointer dereference in delayed worksStanislaw Gruszka2-4/+5
2012-02-29iwlegacy: remove unused enum il4965_calib_enabled_stateGreg Dietsche1-5/+0
2012-02-29iwlegacy: remove enum iw_calib and related codeGreg Dietsche4-32/+0
2012-02-29iwlegacy: Kconfig: Change Debug Option to be more clearGreg Dietsche1-1/+1
2012-02-29iwlegacy: Kconfig: Move Debugging OptionsGreg Dietsche1-39/+39
2012-02-29mac80211: handle non-bufferable MMPDUs correctlyJohannes Berg1-1/+1
2012-02-22iwlegacy: remove il_is_rfkill_hwStanislaw Gruszka1-7/+1
2012-02-22iwlegacy: s/il_txq_mem/il_free_txq_mem/gStanislaw Gruszka4-5/+5
2012-02-22iwlegacy: s/S_RF_KILL_HW/S_RFKILL/gStanislaw Gruszka5-36/+36
2012-02-22iwlegacy: small queue initializations cleanupStanislaw Gruszka4-61/+52
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: check correct il_poll_bit error valueStanislaw Gruszka1-1/+1
2012-02-22iwlegacy: do not grab nic access if rfkillStanislaw Gruszka5-57/+97
2012-02-22iwleagcy: fix ident code damageStanislaw Gruszka2-26/+10
2012-02-22iwleagcy: remove old commentsStanislaw Gruszka1-16/+0
2012-02-22iwlegacy: improve mac operation debuggability a bitStanislaw Gruszka2-52/+53
2012-02-22iwlegacy: get rid of tx/rx traffic logStanislaw Gruszka6-423/+145
2012-02-22iwlegacy: merge all ops structures into oneStanislaw Gruszka5-131/+78
2012-02-22iwlegacy: merge il_lib_ops into il_opsStanislaw Gruszka8-81/+71