From 2cb3d0cb92a6317f40ea4fc3c7b7d981b4a7738a Mon Sep 17 00:00:00 2001 From: noface Date: Mon, 6 Jun 2016 02:55:53 +0200 Subject: [PATCH] Add entry to bash_completion --- bash_completion | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index c5a341a..929fc55 100644 --- a/bash_completion +++ b/bash_completion @@ -1,4 +1,4 @@ -# +# # Bash Completion routine for create_ap # @@ -61,6 +61,9 @@ _create_ap() { --hidden) # No Options ;; + --mac-filter) + # No Options + ;; --ieee80211n) # No Options ;;